diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-11-06 10:27:35 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-11-06 10:27:35 -0400 |
| commit | 915627bdc31d555cd6edbcffc1119cc5778035d3 (patch) | |
| tree | 51c5ca21cc1ceaed5bdfe8301f07c9cd9f14128e /profiledef.sh | |
| parent | 3f8ebebf8a497249f20f95a5759b2eadd3ef946f (diff) | |
| download | alee-boot-utility-915627bdc31d555cd6edbcffc1119cc5778035d3.tar.gz alee-boot-utility-915627bdc31d555cd6edbcffc1119cc5778035d3.tar.bz2 alee-boot-utility-915627bdc31d555cd6edbcffc1119cc5778035d3.zip | |
License; MOTD change; NetworkManager; Autologin to live user
Diffstat (limited to 'profiledef.sh')
| -rw-r--r-- | profiledef.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiledef.sh b/profiledef.sh index 9936c48..595f598 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -2,10 +2,10 @@ # shellcheck disable=SC2034 iso_name="aleebootutility" -iso_label="ALEEBOOTUTILITY_$(date +%Y%m)" +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)" +iso_version="$(date +%Y.%m.%d-%H.%M.%S)" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') |
