diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-11-07 00:24:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-11-07 00:24:52 -0400 |
| commit | 48e95ddffe17a67997b32a20e72129d5bb738f62 (patch) | |
| tree | 6c5a9474aed1988b3882fc34b1c265da0b4ccd78 /profiledef.sh | |
| parent | ffb8b11dee7e01a2be81267b1f46689f2717b278 (diff) | |
| download | alee-boot-utility-48e95ddffe17a67997b32a20e72129d5bb738f62.tar.gz alee-boot-utility-48e95ddffe17a67997b32a20e72129d5bb738f62.tar.bz2 alee-boot-utility-48e95ddffe17a67997b32a20e72129d5bb738f62.zip | |
Diffstat (limited to 'profiledef.sh')
| -rw-r--r-- | profiledef.sh | 3 |
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" |
