From fa59de83914c31e8177eb96c83deabe4e30e0722 Mon Sep 17 00:00:00 2001 From: Zeev Diukman Date: Fri, 22 Sep 2023 18:14:13 +0300 Subject: [PATCH] up --- profiledef.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiledef.sh b/profiledef.sh index 5cba1b5..e0686d6 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -5,7 +5,7 @@ iso_name="archlinux" iso_label="ARCH_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)" iso_publisher="Arch Linux " iso_application="Arch 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)-$(date +%H%M%S)" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'