aboutsummaryrefslogtreecommitdiff
path: root/profiledef.sh
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-11-05 23:10:12 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-11-05 23:10:12 -0400
commite8fdaa7b984d6cbb775d6f8670e09c888ecd6e0c (patch)
tree756e3bd99ad84697f30ab2d94622e5bd3ba88503 /profiledef.sh
parent8a86b310630fab17256339fa18f26d8d5c190199 (diff)
downloadalee-boot-utility-e8fdaa7b984d6cbb775d6f8670e09c888ecd6e0c.tar.gz
alee-boot-utility-e8fdaa7b984d6cbb775d6f8670e09c888ecd6e0c.tar.bz2
alee-boot-utility-e8fdaa7b984d6cbb775d6f8670e09c888ecd6e0c.zip
Added some packages; Replaced linux with linux-lts
Diffstat (limited to 'profiledef.sh')
-rw-r--r--profiledef.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiledef.sh b/profiledef.sh
index 5feb205..9936c48 100644
--- a/profiledef.sh
+++ b/profiledef.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
-iso_name="archlinux"
-iso_label="ARCH_$(date +%Y%m)"
-iso_publisher="Arch Linux <https://archlinux.org>"
-iso_application="Arch Linux Live/Rescue CD"
+iso_name="aleebootutility"
+iso_label="ALEEBOOTUTILITY_$(date +%Y%m)"
+iso_publisher="Andrew Lee <https://alee14.me>"
+iso_application="Alee's Boot Utility"
iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')