* util/grub-mkrescue.in: Base ISO UUID on UTC.

This commit is contained in:
Thorsten Glaser 2010-03-14 13:48:55 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 4e02ed5014
commit d68b491ee2
2 changed files with 5 additions and 1 deletions

View file

@ -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

View 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