From: Christian Hofstaedtler Date: Sun, 28 Nov 2010 23:16:28 +0000 (+0100) Subject: update grub to 1.98+20100804-8 X-Git-Tag: v0.12.0~12 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=8b545504b1378577275e2fd84bfd9015e13eb8ac update grub to 1.98+20100804-8 fixes the 'unaligned pointer' issue for me. Closes: issue938 --- diff --git a/templates/boot/grub/biosdisk.mod b/templates/boot/grub/biosdisk.mod index 15467dd..d21f9b7 100644 Binary files a/templates/boot/grub/biosdisk.mod and b/templates/boot/grub/biosdisk.mod differ diff --git a/templates/boot/grub/boot.img b/templates/boot/grub/boot.img deleted file mode 100644 index 2d82978..0000000 Binary files a/templates/boot/grub/boot.img and /dev/null differ diff --git a/templates/boot/grub/cdboot.img b/templates/boot/grub/cdboot.img deleted file mode 100644 index 2579201..0000000 Binary files a/templates/boot/grub/cdboot.img and /dev/null differ diff --git a/templates/boot/grub/core.img b/templates/boot/grub/core.img index 1563b67..cd96ad2 100644 Binary files a/templates/boot/grub/core.img and b/templates/boot/grub/core.img differ diff --git a/templates/boot/grub/diskboot.img b/templates/boot/grub/diskboot.img deleted file mode 100644 index 95a815c..0000000 Binary files a/templates/boot/grub/diskboot.img and /dev/null differ diff --git a/templates/boot/grub/efiemu32.o b/templates/boot/grub/efiemu32.o index 32f2c06..c6ba049 100644 Binary files a/templates/boot/grub/efiemu32.o and b/templates/boot/grub/efiemu32.o differ diff --git a/templates/boot/grub/efiemu64.o b/templates/boot/grub/efiemu64.o index 327689c..fe54d36 100644 Binary files a/templates/boot/grub/efiemu64.o and b/templates/boot/grub/efiemu64.o differ diff --git a/templates/boot/grub/eltorito.img b/templates/boot/grub/eltorito.img deleted file mode 100644 index 1207fc2..0000000 Binary files a/templates/boot/grub/eltorito.img and /dev/null differ diff --git a/templates/boot/grub/kernel.img b/templates/boot/grub/kernel.img deleted file mode 100644 index 1361a88..0000000 Binary files a/templates/boot/grub/kernel.img and /dev/null differ diff --git a/templates/boot/grub/lnxboot.img b/templates/boot/grub/lnxboot.img deleted file mode 100644 index b7d2a21..0000000 Binary files a/templates/boot/grub/lnxboot.img and /dev/null differ diff --git a/templates/boot/grub/mdraid.mod b/templates/boot/grub/mdraid.mod index 94bbe5f..6ec8748 100644 Binary files a/templates/boot/grub/mdraid.mod and b/templates/boot/grub/mdraid.mod differ diff --git a/templates/boot/grub/moddep.lst b/templates/boot/grub/moddep.lst index 81424f8..7b81c6f 100644 --- a/templates/boot/grub/moddep.lst +++ b/templates/boot/grub/moddep.lst @@ -7,16 +7,16 @@ cmostest: gcry_rijndael: crypto echo: extcmd cpio: -gcry_sha512: crypto gcry_cast5: crypto +gcry_sha512: crypto boot: part_sun: gzio: ls: extcmd normal gfxterm: video extcmd bitmap_scale bitmap font video: -gcry_tiger: crypto gcry_serpent: crypto +gcry_tiger: crypto aout: gcry_blowfish: crypto extcmd: diff --git a/templates/boot/grub/multiboot.mod b/templates/boot/grub/multiboot.mod index da88381..299d4b3 100644 Binary files a/templates/boot/grub/multiboot.mod and b/templates/boot/grub/multiboot.mod differ diff --git a/templates/boot/grub/multiboot2.mod b/templates/boot/grub/multiboot2.mod index 26ed9f1..c2a6be5 100644 Binary files a/templates/boot/grub/multiboot2.mod and b/templates/boot/grub/multiboot2.mod differ diff --git a/templates/boot/grub/normal.mod b/templates/boot/grub/normal.mod index 20a9e93..6d7feeb 100644 Binary files a/templates/boot/grub/normal.mod and b/templates/boot/grub/normal.mod differ diff --git a/templates/boot/grub/partmap.lst b/templates/boot/grub/partmap.lst deleted file mode 100644 index c9f1339..0000000 --- a/templates/boot/grub/partmap.lst +++ /dev/null @@ -1,6 +0,0 @@ -part_acorn -part_amiga -part_apple -part_gpt -part_msdos -part_sun diff --git a/templates/boot/grub/pxeboot.img b/templates/boot/grub/pxeboot.img deleted file mode 100644 index 42b3f35..0000000 Binary files a/templates/boot/grub/pxeboot.img and /dev/null differ diff --git a/templates/boot/grub/raid.mod b/templates/boot/grub/raid.mod index 0c72cbe..8ca6f0f 100644 Binary files a/templates/boot/grub/raid.mod and b/templates/boot/grub/raid.mod differ diff --git a/templates/boot/grub/raid5rec.mod b/templates/boot/grub/raid5rec.mod index 71ba9b1..641283a 100644 Binary files a/templates/boot/grub/raid5rec.mod and b/templates/boot/grub/raid5rec.mod differ diff --git a/templates/boot/grub/raid6rec.mod b/templates/boot/grub/raid6rec.mod index c0e395f..ecda42b 100644 Binary files a/templates/boot/grub/raid6rec.mod and b/templates/boot/grub/raid6rec.mod differ diff --git a/templates/boot/grub/zfs.mod b/templates/boot/grub/zfs.mod index b5dc817..b40cd88 100644 Binary files a/templates/boot/grub/zfs.mod and b/templates/boot/grub/zfs.mod differ