aboutsummaryrefslogtreecommitdiff
path: root/profiledef.sh
diff options
context:
space:
mode:
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')