From 48e95ddffe17a67997b32a20e72129d5bb738f62 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 7 Nov 2021 00:24:52 -0400 Subject: Root is now the default user again; Archfi is executable --- profiledef.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'profiledef.sh') 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 " 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" -- cgit v1.2.3