summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/profiledef.sh
diff options
context:
space:
mode:
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"
)