From ed95e249a2e4e7acb325884f2f7757ce761cf065 Mon Sep 17 00:00:00 2001 From: udeved Date: Wed, 29 Mar 2017 22:19:44 +0200 Subject: [PATCH] util-iso: don't create mod_dte file for now --- lib/util-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-iso.sh b/lib/util-iso.sh index 08fa7bd..803afc3 100644 --- a/lib/util-iso.sh +++ b/lib/util-iso.sh @@ -169,7 +169,7 @@ assemble_iso(){ mod_date=$(date -u +%Y-%m-%d-%H-%M-%S-00 | sed -e s/-//g) - touch ${iso_root}/boot/grub/${mod_date} +# touch ${iso_root}/boot/grub/${mod_date} xorriso -as mkisofs \ --modification-date=${mod_date} \