ALEZ icon indicating copy to clipboard operation
ALEZ copied to clipboard

Get image to build; alez command on booted image still has zsh permis…

Open pmarreck opened this issue 3 years ago • 0 comments

…sions error

Description

I got the image to build by adding a proper profile definition for mkarchiso, and passing it in as an argument in the Dockerfile. Unfortunately, after booting the resulting image, running alez returns a zsh permissions error, even as root. That's as far as I got so far.

Testing

  • [x] Tested UEFI install to successful boot
  • [ ] Tested BIOS install to successful boot

Code

Note: Shellcheck returned the following, but not from my changes:

$ shellcheck *.sh

In alez.sh line 399:
            --menu "$3" $HEIGHT $WIDTH $COUNT "${PARAMS[@]}" \
                                       ^----^ SC2086: Double quote to prevent globbing and word splitting.

Did you mean: 
            --menu "$3" $HEIGHT $WIDTH "$COUNT" "${PARAMS[@]}" \

For more information:
  https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
  • [x] When necessary, comments have been added in hard-to-understand areas
  • [x] The changes generate no shellcheck warnings or errors.

pmarreck avatar Oct 10 '21 14:10 pmarreck