mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 14:15:16 +00:00
* util/grub-mkrescue.in: Base ISO UUID on UTC.
This commit is contained in:
parent
4e02ed5014
commit
d68b491ee2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user