summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/profiledef.sh
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-02-21 21:11:03 -0300
committerDavid P <megver83@parabola.nu>2021-02-27 16:02:10 -0300
commit48ca0e2f0d7ff3e15184dc99148de128a847f4c3 (patch)
treebc20b6b3618f5235a9d8d9b07e17917b51aeacb9 /configs/releng-openrc/profiledef.sh
parent58a06fcdbec74751782b280a0cc137ba519549e2 (diff)
Multiple fixes in openrc profiles
* add missing livecd-sound files * fix the livecd-sound local.d scripts * replace alsa-utils with alsa-utils-openrc in packages.both * define correct file permissions in profiledef.sh NOTE: braille support in OpenRC ISOs is still a WIP Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/releng-openrc/profiledef.sh')
-rw-r--r--configs/releng-openrc/profiledef.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/releng-openrc/profiledef.sh b/configs/releng-openrc/profiledef.sh
index 9095fef..b97487b 100644
--- a/configs/releng-openrc/profiledef.sh
+++ b/configs/releng-openrc/profiledef.sh
@@ -12,10 +12,14 @@ arch="dual"
pacman_conf="pacman.conf"
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/shadow"]="0:0:400"
["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755"
["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/Installation_guide"]="0:0:755"
-# ["/usr/local/bin/livecd-sound"]="0:0:755"
+ ["/usr/local/bin/livecd-sound"]="0:0:755"
)