summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/profiledef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/lxde-openrc/profiledef.sh')
-rw-r--r--configs/lxde-openrc/profiledef.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/lxde-openrc/profiledef.sh b/configs/lxde-openrc/profiledef.sh
index 62f60d8..31a505c 100644
--- a/configs/lxde-openrc/profiledef.sh
+++ b/configs/lxde-openrc/profiledef.sh
@@ -1,6 +1,10 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
+# TODO:
+# * replace the old installation scripts with Zen Installer
+# * get braille support to actually work, even for desktop
+
iso_name="parabola-openrc-lxde"
iso_label="PARA_$(date +%Y%m)"
iso_publisher="Parabola GNU/Linux-libre <https://parabola.nu>"
@@ -21,6 +25,21 @@ file_permissions=(
["/etc/shadow"]="0:0:400"
["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755"
+ ["/root/.keymap.sh"]="0:0:755"
+ ["/root/.language.sh"]="0:0:755"
+ ["/root/Desktop/Parabola Installation CLI.desktop"]="0:0:755"
+ ["/root/.scriptsInstallation/language/en/install.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/en/systemConfig.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/en/systemConfig.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/es/install.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/es/systemConfig.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/es/systemConfig.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/gl/install.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/gl/systemConfig.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/gl/systemConfig.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/pt/install.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/pt/systemConfig.sh"]="0:0:755"
+ ["/root/.scriptsInstallation/language/pt/systemConfig.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"