Peter Marreck

Results 67 comments of Peter Marreck

I did investigate the git history and I see this closed issue referenced https://github.com/danboid/ALEZ/issues/42 which seems to indicate that Docker is now the recommended way to get an updated ISO...

Update: I tried the Docker method and couldn't get a build to complete, error on step 14/17: ``` ~/ALEZ> docker build -t alezbuild . # ... Step 14/17 : RUN...

I'd be willing to help update this and submit a PR but I'm more of an Elixir dev and not a sysadmin (for example, I didn't understand SOME of the...

I get that... appreciate the response regardless! And I'm paying attention! Let me know if I can be of any assistance

I was able to build it via Docker! Will try building an ISO next but what you saw might happen is likely

``` [pmarreck@archvm ALEZ]$ docker run -it --rm --privileged -v /home/pmarreck/Documents/ALEZ/iso_out:/opt/alez/iso/out alezbuild [mkarchiso] ERROR: No profile specified usage: mkarchiso [options] ``` seems easy enough to fix, just specify a profile_dir, but...

https://www.reddit.com/r/archlinux/comments/jkg40r/archiso_build_error/ This might have the solution on how to invoke it properly now; this person had to find the answer in the mailing list archives, so I guess it wasn't...

I got it to work!! I added a file in the ALEZ directory called "profiledef.sh" which is basically just an unmodified copy of the `releng` profile (the default non-minimized ISO...

I booted off the image and trying to run the “alez” command at the root prompt gives a zsh permission error… as root… which I’ve never encountered before. Not sure...