archiso/configs/releng
nl6720 42d9e4f983
Allow specifying ownership and mode of custom airootfs files and directories
profiledef.sh can now contain an associative array called file_permissions which can be used to set custom ownership and mode of custom airootfs files. The array's keys contain the path and the value is a colon separated list of owner UID, owner GID and access mode.
For example:

    file_permissions=(
      ["/etc/shadow"]="0:0:400"
    )

This means that mkarchiso now copies airootfs files (and directores) without permissions and anything that should be owned by a user other than root and/or if the mode should be something other than 644 for files and 755 for directories must to be listed in ${file_permission[@]} in profiledef.sh.

Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/61 .
2020-11-30 08:46:24 +02:00
..
airootfs Fix linter errors in livecd-sound 2020-10-29 15:48:51 +01:00
efiboot/loader Set bootloader timeouts to 15s 2020-10-31 17:53:40 +01:00
isolinux Add license and basic documentation 2020-07-29 14:27:48 +02:00
syslinux Set syslinux bootloader timeout to 15s 2020-10-31 19:12:44 +01:00
packages.x86_64 configs/releng/packages.x86_64: add fatresize, gpart and tmux 2020-11-01 19:46:32 +02:00
pacman.conf Add license and basic documentation 2020-07-29 14:27:48 +02:00
profiledef.sh Allow specifying ownership and mode of custom airootfs files and directories 2020-11-30 08:46:24 +02:00