summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/profiledef.sh
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-03-14 17:05:52 -0300
committerDavid P <megver83@parabola.nu>2021-03-14 17:08:04 -0300
commit5425acb5427c39ae7333435c36fa2ca08852509d (patch)
tree0758f029810da984d9e29c5dfaf6ec6a785f370b /configs/lxde-openrc/profiledef.sh
parent48ca0e2f0d7ff3e15184dc99148de128a847f4c3 (diff)
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 <megver83@parabola.nu>
Diffstat (limited to 'configs/lxde-openrc/profiledef.sh')
-rw-r--r--configs/lxde-openrc/profiledef.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/lxde-openrc/profiledef.sh b/configs/lxde-openrc/profiledef.sh
index 173e46f..62f60d8 100644
--- a/configs/lxde-openrc/profiledef.sh
+++ b/configs/lxde-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"