From d387621e578665ca5ec227ce97c9842cfdadd59b Mon Sep 17 00:00:00 2001 From: LimePotato Date: Tue, 8 Aug 2023 03:06:41 -0600 Subject: [PATCH] We do a lil rebranding --- archiso/releng/profiledef.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archiso/releng/profiledef.sh b/archiso/releng/profiledef.sh index e2ecb46..bf10f08 100644 --- a/archiso/releng/profiledef.sh +++ b/archiso/releng/profiledef.sh @@ -2,10 +2,10 @@ # shellcheck disable=SC2034 iso_name="Ourobor.OS" -iso_label="ARCH_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)" +iso_label="OuroborOS_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)" iso_publisher="LimePotato " iso_application="Ourobor.OS Linux Live/Rescue CD" -iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)" +iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d.%H.%M)" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'