aboutsummaryrefslogtreecommitdiff
path: root/profiledef.sh
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-11-07 00:24:52 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-11-07 00:24:52 -0400
commit48e95ddffe17a67997b32a20e72129d5bb738f62 (patch)
tree6c5a9474aed1988b3882fc34b1c265da0b4ccd78 /profiledef.sh
parentffb8b11dee7e01a2be81267b1f46689f2717b278 (diff)
downloadalee-boot-utility-master.tar.gz
alee-boot-utility-master.tar.bz2
alee-boot-utility-master.zip
Root is now the default user again; Archfi is executableHEADmaster
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"