From 5425acb5427c39ae7333435c36fa2ca08852509d Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 14 Mar 2021 17:05:52 -0300 Subject: sync with archiso imported changes: bc67933 Support EROFS 711ab4c archiso/initcpio/hooks/archiso: remove redundant /sfs/ from airootfs mount point parabolaiso: * make reflector NM dispatcher script executable in OpenRC profiles Signed-off-by: David P --- configs/releng-openrc/profiledef.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/releng-openrc') diff --git a/configs/releng-openrc/profiledef.sh b/configs/releng-openrc/profiledef.sh index b97487b..1d01d56 100644 --- a/configs/releng-openrc/profiledef.sh +++ b/configs/releng-openrc/profiledef.sh @@ -10,12 +10,14 @@ install_dir="parabola" bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.refind.esp' 'uefi-x64.refind.eltorito') arch="dual" pacman_conf="pacman.conf" +airootfs_image_type="squashfs" airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') file_permissions=( ["/etc/local.d/choose-mirror.start"]="0:0:755" ["/etc/local.d/etc-pacman.d-gnupg.start"]="0:0:755" ["/etc/local.d/livecd-talk.start"]="0:0:755" ["/etc/local.d/pacman-init.start"]="0:0:755" + ["/etc/NetworkManager/dispatcher.d/reflector"]="0:0:755" ["/etc/shadow"]="0:0:400" ["/root"]="0:0:750" ["/root/.automated_script.sh"]="0:0:755" -- cgit v1.2.2