aboutsummaryrefslogtreecommitdiff
path: root/profiledef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profiledef.sh')
-rw-r--r--profiledef.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiledef.sh b/profiledef.sh
index 2952b22..e2c0a86 100644
--- a/profiledef.sh
+++ b/profiledef.sh
@@ -6,7 +6,7 @@ iso_label="ALEEBOOTUTILITY_$(date +%Y%m%d)"
iso_publisher="Andrew Lee <https://alee14.me>"
iso_application="Alee's Boot Utility"
iso_version="$(date +%Y.%m.%d-%H.%M.%S)"
-install_dir="arch"
+install_dir="abu"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
@@ -18,6 +18,7 @@ file_permissions=(
["/etc/gshadow"]="0:0:0400"
["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755"
+ ["/usr/bin/archfi"]="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"