]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkrescue.in: Base ISO UUID on UTC.
authorThorsten Glaser <tg@mirbsd.org>
Sun, 14 Mar 2010 12:48:55 +0000 (13:48 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 14 Mar 2010 12:48:55 +0000 (13:48 +0100)
ChangeLog
util/grub-mkrescue.in

index 18eb66b5179f8e3d74795e6351653837093b97d9..1977f24ad4bd152d96716c4ee39a17fcc62f02b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-14  Thorsten Glaser <tg@mirbsd.org>
+
+       * util/grub-mkrescue.in: Base ISO UUID on UTC.
+
 2010-03-08  Matt Kraai  <kraai@ftbfs.org>
 
        * util/i386/pc/grub-setup.c (setup): Fix a grammatical error (Debian
index 592cf2df6e1338d608dc2d16d6ef1c5f7acaefdd..db29b08991515fda8e8f0d1d2e9b0c84896c3253 100644 (file)
@@ -145,7 +145,7 @@ if test -e "${coreboot_dir}" ; then
     memdisk_dir=`mktemp -d "$MKTEMP_TEMPLATE"`
     mkdir -p ${memdisk_dir}/boot/grub
     # obtain date-based UUID
-    iso_uuid=$(date +%Y-%m-%d-%H-%M-%S-00)
+    iso_uuid=$(date -u +%Y-%m-%d-%H-%M-%S-00)
 
     modules="$(cat ${coreboot_dir}/partmap.lst) ${modules}"
     cat << EOF > ${memdisk_dir}/boot/grub/grub.cfg