From 48ca0e2f0d7ff3e15184dc99148de128a847f4c3 Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 21 Feb 2021 21:11:03 -0300 Subject: 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 --- configs/lxde-openrc/profiledef.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs/lxde-openrc/profiledef.sh') diff --git a/configs/lxde-openrc/profiledef.sh b/configs/lxde-openrc/profiledef.sh index f251b5a..173e46f 100644 --- a/configs/lxde-openrc/profiledef.sh +++ b/configs/lxde-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" ) -- cgit v1.2.2