Your message dated Sat, 07 Mar 2009 12:02:07 +0000
with message-id <[email protected]>
and subject line Bug#493106: fixed in grub2 1.96+20090307-1
has caused the Debian Bug report #493106,
regarding grub-pc: Support for screen resolutions other than 640x480 is not
simple enough
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
493106: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493106
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20080724-8
Severity: wishlist
Tags: patch
On some computers the screen display is not scaled if operated on a low
resolution. Instead, the image is simply displayed smaller. It should be
made easy to change the resolution that grub expects (defaults to 640x480).
The resolution could be encoded in a variable in /etc/default/grub, e.g.
GRUB_GEOMETRY. If the value of this is changed, the background picture
might become unusable. Therefore it is necessary to create one if the
picture in this resolution was not present before. Took the command
(rsvg) for that from bug #465087.
Missing in patch:
* Clean up unneeded automatically created pictures in 05_debian_theme.
* Automatically detect the correct panel resolution in update-grub.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/gucky-root / ext3 rw,errors=remount-ro,data=ordered 0 0
/dev/mapper/gucky-root /dev/.static/dev ext3
rw,errors=remount-ro,data=ordered 0 0
/dev/hda1 /boot ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/gucky-home /home ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/gucky-tmp /tmp ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/gucky-usr /usr ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/gucky-var /var ext3 rw,errors=continue,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/hda
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --fs-uuid --set 6e31361b-1310-4f39-b039-47fa5c0aefc8
if font /grub/ascii.pff ; then
set gfxmode=1024x768
insmod gfxterm
insmod vbe
terminal gfxterm
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,1)
search --fs-uuid --set 6e31361b-1310-4f39-b039-47fa5c0aefc8
insmod png
if background_image /grub/debian-blueish-wallpaper-1024x768.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,1)
search --fs-uuid --set 6e31361b-1310-4f39-b039-47fa5c0aefc8
menuentry "Debian GNU/Linux, linux 2.6.25-2-686" {
linux /vmlinuz-2.6.25-2-686 root=/dev/mapper/gucky-root ro vga=792
splash
initrd /initrd.img-2.6.25-2-686
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-686 (single-user mode)" {
linux /vmlinuz-2.6.25-2-686 root=/dev/mapper/gucky-root ro single
initrd /initrd.img-2.6.25-2-686
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-686" {
linux /vmlinuz-2.6.18-6-686 root=/dev/mapper/gucky-root ro vga=792
splash
initrd /initrd.img-2.6.18-6-686
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-686 (single-user mode)" {
linux /vmlinuz-2.6.18-6-686 root=/dev/mapper/gucky-root ro single
initrd /initrd.img-2.6.18-6-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: lenny/sid
APT prefers stable
APT policy: (990, 'stable'), (400, 'testing'), (90, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.11etch2 Debian configuration
management sy
ii grub-common 1.96+20080724-8 GRand Unified Bootloader,
version
ii libc6 2.7-13 GNU C Library: Shared libraries
ii liblzo2-2 2.03-1 data compression library
ii libncurses5 5.6+20080713-1 shared libraries for
terminal hand
grub-pc recommends no packages.
-- debconf information:
* grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: true
--
Olaf Mandel <[email protected]> <http://www.olaf.mandel.name/>
PGP key: 1024D/33398848 2002-09-19
Fingerprint: 0E33 BEA6 1A71 9C5E 62BD FC0E 99A7 D2C6 3339 8848
diff -urN grub2-1.96+20080724/debian/default/grub grub2-1.96+20080724_new/debian/default/grub
--- grub2-1.96+20080724/debian/default/grub 2008-08-19 23:33:17.000000000 -0700
+++ grub2-1.96+20080724_new/debian/default/grub 2008-08-19 23:42:38.000000000 -0700
@@ -5,8 +5,19 @@
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX=
+# Uncomment to add parameters to the "normal" kernel lines, but not to the
+# "(single user)" ones
+#GRUB_CMDLINE_LINUX_DEFAULT="vga=791 splash"
+
+# Uncomment to overwrite the default resolution
+#GRUB_GEOMETRY=1024x768
+
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
+
+# Uncomment to automatically generate missing background images in this
+# directory
+#GRUB_AUTOGEN_IMAGE_DIR=/boot/grub
diff -urN grub2-1.96+20080724/debian/grub.d/05_debian_theme grub2-1.96+20080724_new/debian/grub.d/05_debian_theme
--- grub2-1.96+20080724/debian/grub.d/05_debian_theme 2008-08-19 23:33:17.000000000 -0700
+++ grub2-1.96+20080724_new/debian/grub.d/05_debian_theme 2008-08-20 00:06:16.000000000 -0700
@@ -13,21 +13,36 @@
# check for usable backgrounds
use_bg=false
if [ "$GRUB_TERMINAL" = "gfxterm" ] ; then
- for i in {/boot/grub,/usr/share/images/desktop-base}/debian-blueish-wallpaper-640x480.{png,tga} ; do
- if is_path_readable_by_grub $i ; then
- bg=$i
- case ${bg} in
- *.png) reader=png ;;
- *.tga) reader=tga ;;
- *.jpg|*.jpeg) reader=jpeg ;;
- esac
- if test -e /boot/grub/${reader}.mod ; then
- echo "Found Debian background: `basename ${bg}`" >&2
- use_bg=true
- break
+ if [ "x$GRUB_AUTOGEN_IMAGE_DIR" = "x" -o "x`which rsvg`" = "x" -o \! -e /boot/grub/png.mod ]; then
+ for i in {/boot/grub,/usr/share/images/desktop-base}/debian-blueish-wallpaper-${GRUB_GEOMETRY}.{png,tga,jpg,jpeg} ; do
+ if is_path_readable_by_grub $i ; then
+ bg=$i
+ case ${bg} in
+ *.png) reader=png ;;
+ *.tga) reader=tga ;;
+ *.jpg|*.jpeg) reader=jpeg ;;
+ esac
+ if test -e /boot/grub/${reader}.mod ; then
+ echo "Found Debian background: `basename ${bg}`" >&2
+ use_bg=true
+ break
+ fi
fi
+ done
+ else
+ bg=${GRUB_AUTOGEN_IMAGE_DIR}/debian-blueish-wallpaper-${GRUB_GEOMETRY}.png
+ reader=png
+ if [ -f "$bg" ] && is_path_readable_by_grub "$bg"; then
+ echo "Found Debian background: `basename ${bg}`" >&2
+ use_bg=true
+ elif [ -f /usr/share/images/desktop-base/debian-blueish-wallpaper.svg -a -d "${GRUB_AUTOGEN_IMAGE_DIR}" ]; then
+ echo "Generating Debian background: `basename ${bg}`" >&2
+ w=`echo ${GRUB_GEOMETRY}|sed 's/x.*//'`
+ h=`echo ${GRUB_GEOMETRY}|sed 's/.*x//'`
+ rsvg -w $w -h $h /usr/share/images/desktop-base/debian-blueish-wallpaper.svg "$bg"
+ use_bg=true
fi
- done
+ fi
fi
# set the background if possible
diff -urN grub2-1.96+20080724/util/grub.d/00_header.in grub2-1.96+20080724_new/util/grub.d/00_header.in
--- grub2-1.96+20080724/util/grub.d/00_header.in 2008-06-21 06:51:19.000000000 -0700
+++ grub2-1.96+20080724_new/util/grub.d/00_header.in 2008-08-19 23:04:58.000000000 -0700
@@ -43,7 +43,7 @@
prepare_grub_to_access_device `${grub_probe} --target=device ${GRUB_FONT_PATH}`
cat << EOF
if font `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then
- set gfxmode=640x480
+ set gfxmode=${GRUB_GEOMETRY}
insmod gfxterm
insmod vbe
terminal gfxterm
diff -urN grub2-1.96+20080724/util/update-grub.in grub2-1.96+20080724_new/util/update-grub.in
--- grub2-1.96+20080724/util/update-grub.in 2008-06-16 13:29:55.000000000 -0700
+++ grub2-1.96+20080724_new/util/update-grub.in 2008-08-19 23:43:12.000000000 -0700
@@ -111,6 +111,9 @@
# choosing Hurd filesystem module.
GRUB_FS="`${grub_probe} --target=fs / 2> /dev/null || echo unknown`"
+# Screen size for gfxterm and background image
+GRUB_GEOMETRY=640x480
+
if test -f ${sysconfdir}/default/grub ; then
. ${sysconfdir}/default/grub
fi
@@ -149,10 +152,10 @@
# These are defined in this script, export them here so that user can
# override them.
-export GRUB_DEVICE GRUB_DEVICE_UUID GRUB_DEVICE_BOOT GRUB_DEVICE_BOOT_UUID GRUB_FS GRUB_FONT_PATH GRUB_PRELOAD_MODULES
+export GRUB_DEVICE GRUB_DEVICE_UUID GRUB_DEVICE_BOOT GRUB_DEVICE_BOOT_UUID GRUB_FS GRUB_FONT_PATH GRUB_PRELOAD_MODULES GRUB_GEOMETRY
# These are optional, user-defined variables.
-export GRUB_DEFAULT GRUB_TIMEOUT GRUB_DISTRIBUTOR GRUB_CMDLINE_LINUX GRUB_CMDLINE_LINUX_DEFAULT GRUB_TERMINAL GRUB_SERIAL_COMMAND GRUB_DISABLE_LINUX_UUID
+export GRUB_DEFAULT GRUB_TIMEOUT GRUB_DISTRIBUTOR GRUB_CMDLINE_LINUX GRUB_CMDLINE_LINUX_DEFAULT GRUB_TERMINAL GRUB_SERIAL_COMMAND GRUB_DISABLE_LINUX_UUID GRUB_AUTOGEN_IMAGE_DIR
exec > ${grub_cfg}.new
--- grub2-1.96+20080724/debian/control 2008-08-19 23:33:17.000000000 -0700
+++ grub2-1.96+20080724_new/debian/control 2008-08-20 00:17:54.000000000 -0700
@@ -47,7 +47,7 @@
Provides: grub
Replaces: pupa, grub, grub2 (<< ${Source-Version}), grub-common (<= 1.96+20080413-1)
Conflicts: pupa, grub, desktop-base (= 4.0.5)
-Suggests: desktop-base (>= 4.0.6), os-prober
+Suggests: desktop-base (>= 4.0.6), os-prober, librsvg2-bin
Description: GRand Unified Bootloader, version 2 (PC/BIOS version)
GRUB is a portable, powerful bootloader. This version of GRUB is based on a
cleaner design than its predecessors, and provides the following new features:
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.96+20090307-1
We believe that the bug you reported is fixed in the latest version of
grub2, which is due to be installed in the Debian FTP archive:
grub-common_1.96+20090307-1_amd64.deb
to pool/main/g/grub2/grub-common_1.96+20090307-1_amd64.deb
grub-coreboot_1.96+20090307-1_amd64.deb
to pool/main/g/grub2/grub-coreboot_1.96+20090307-1_amd64.deb
grub-efi_1.96+20090307-1_amd64.deb
to pool/main/g/grub2/grub-efi_1.96+20090307-1_amd64.deb
grub-ieee1275_1.96+20090307-1_amd64.deb
to pool/main/g/grub2/grub-ieee1275_1.96+20090307-1_amd64.deb
grub-linuxbios_1.96+20090307-1_amd64.deb
to pool/main/g/grub2/grub-linuxbios_1.96+20090307-1_amd64.deb
grub-pc_1.96+20090307-1_amd64.deb
to pool/main/g/grub2/grub-pc_1.96+20090307-1_amd64.deb
grub-rescue-pc_1.96+20090307-1_amd64.deb
to pool/main/g/grub2/grub-rescue-pc_1.96+20090307-1_amd64.deb
grub2_1.96+20090307-1.diff.gz
to pool/main/g/grub2/grub2_1.96+20090307-1.diff.gz
grub2_1.96+20090307-1.dsc
to pool/main/g/grub2/grub2_1.96+20090307-1.dsc
grub2_1.96+20090307-1_amd64.deb
to pool/main/g/grub2/grub2_1.96+20090307-1_amd64.deb
grub2_1.96+20090307.orig.tar.gz
to pool/main/g/grub2/grub2_1.96+20090307.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Felix Zielcke <[email protected]> (supplier of updated grub2 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 07 Mar 2009 11:54:43 +0100
Source: grub2
Binary: grub2 grub-of grub-linuxbios grub-common grub-pc grub-rescue-pc
grub-coreboot grub-efi grub-ieee1275
Architecture: source amd64
Version: 1.96+20090307-1
Distribution: unstable
Urgency: low
Maintainer: GRUB Maintainers <[email protected]>
Changed-By: Felix Zielcke <[email protected]>
Description:
grub-common - GRand Unified Bootloader, version 2 (common files)
grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
grub-efi - GRand Unified Bootloader, version 2 (EFI version)
grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
grub-of - GRand Unified Bootloader, version 2 (dummy package)
grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version)
grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
grub2 - GRand Unified Bootloader, version 2 (dummy package)
Closes: 462835 464215 465365 475585 486624 487565 489287 490584 493106 493289
493347 493744 494158 494501 494589 495049 496040 496061 496573 496610 496820
497889 500482 500514 502333 502953 503478 503708 503715 503809 503841 503869
504076 504207 504254 504280 504310 504324 504466 504683 506039 509960 510344
511144 513918 514263 516243
Changes:
grub2 (1.96+20090307-1) unstable; urgency=low
.
* New SVN snapshot.
- Add support for /dev/md/dNNpNN mdraid devices. (Closes: #509960)
- Add new PF2 fontengine. (Closes: #510344)
- Avoid mounting ext2 partitions with backward-incompatible features.
(Closes: #502333)
- Try to avoid false positives with FAT. (Closes: #514263)
.
[ Felix Zielcke ]
* Remove build-dependency on unifont package and add one for bf-utf-source
package and libfreetype6-dev
* grub-pc.postinst: Copy new ascii.pf2 instead of old ascii.pff to
/boot/grub.
* Add `--enable-grub-mkfont' to configure flags.
* Put new grub-mkfont in grub-common package.
* Add a dependency for ${misc:Depends} to all packages to make lintian a bit
more happy.
* Detect when grub-setup leaves core.img in filesystem, and include that
info in bug report templates.
- debian/patches/07_core_in_fs.diff
- debian/script
* Add myself to Uploads and add `DM-Upload-Allowed: yes' tag.
.
[ Updated translations ]
* Asturian (ast.po) by Marcos Alvarez Costales. (Closes: #511144)
* Traditional Chinese (zh_TW.po) by Tetralet. (Closes: #513918)
* Belarusian (be.po) by Pavel Piatruk. (Closes: #516243)
.
grub2 (1.96+20081201-1) experimental; urgency=low
.
* New SVN snapshot.
.
grub2 (1.96+20081120-1) experimental; urgency=low
.
* New SVN snapshot.
.
* Update to new debian theme.
- grub-pc.postinst: Switch to moreblue-orbit-grub.png.
- grub.d/05_debian_theme: Likewise.
* grub.d/05_debian_theme:
- Update to use new grub-mkconfig_lib instead of the deprecated
update-grub_lib.
- Update to check if `GRUB_TERMINAL_OUTPUT' is `gfxterm' instead of
`GRUB_TERMINAL'.
.
[ Updated translations ]
* Romanien (ro.po) by Eddy Petrișor. (Closes: #506039)
.
grub2 (1.96+20081108-1) experimental; urgency=low
.
* New SVN snapshot.
- Add support for /dev/md/N style mdraid devices. (Closes: #475585)
- Handle LVM dash escaping. (Closes: #464215)
- Use case insensitive match in NTFS. (Closes: #497889)
- Use hd%d drive names in grub-mkdevicemap for all architectures.
(Closes: #465365)
- Handle LVM circular metadata. (Closes: #462835, #502953)
- Fix NULL dereference and failure paths in LVM. Thanks Guillem Jover.
(Closes: #500482)
- Provides GRUB header files (only in grub-common).
.
[ Updated translations ]
* Dutch (nl.po) by Paul Gevers. (Closes: #500514)
* French (fr.po) by Christian Perrier. (Closes: #503708)
* Georgian (ka.po) by Aiet Kolkhi. (Closes: #503715)
* Czech (cs.po) by Miroslav Kure. (Closes: #503809)
* German (de.po) by Helge Kreutzmann. (Closes: #503841)
* Japanese (ja.po) by Hideki Yamane. (Closes: #503869)
* Italian (it.po) by Luca Monducci. (Closes: #504076)
* Swedish (sv.po) by Martin Ågren. (Closes: #504207)
* Arabic (ar.po) by Ossama Khayat. (Closes: #504254)
* Portuguese (pt.po) by Miguel Figueiredo. (Closes: #504280)
* Russian (ru.po) by Yuri Kozlov. (Closes: #504324)
* Finnish (fi.po) by Esko Arajärvi. (Closes: #504310)
* Basque (eu.po) by Piarres Beobide. (Closes: #504466)
* Dutch (nl.po) by Paul Gevers. (Closes: #504683)
.
[ Felix Zielcke ]
* patches/01_grub_legacy_0_based_partitions.diff: Rename to
* patches/903_grub_legacy_0_based_partitions.diff: this and adapt for
s/biosdisk.c/hostdisk.c/ rename upstream.
* patches/03_disable_floppies.diff
patches/904_disable_floppies.diff: Likewise.
* update-grub has been renamed to grub-mkconfig, so provide a stub for
compatibility.
* Make grub-pc/linux_cmdline debconf template translatable. (Closes: #503478)
* Remove ro.po and ta.po. They don't contain a single translated
message.
.
[ Robert Millan ]
* control: Make grub-common dependency = ${binary:Version}.
* default/grub: Set GRUB_CMDLINE_LINUX=quiet to syncronize with
default D-I settings.
.
grub2 (1.96+20080831-1) experimental; urgency=low
.
* New SVN snapshot.
- patches/00_fix_double_prefix.diff: Remove (merged). (Closes: #487565)
- patches/00_getline.diff: Remove (merged). (Closes: #493289)
- Handle errors in RAID/LVM scan routine (rather than letting the upper
layer cope with them). (Closes: #494501, #495049)
- patches/901_linux_coreboot.diff: Remove (replaced).
- Add support for GFXMODE variable (Closes: #493106)
- Skips /dev/.* in grub-probe. (Closes: #486624)
- RAID code has various fixes. (Closes: #496573)
- Buffered file read is now used to read the background image faster.
(Closes: #490584)
.
* We are already using LZMA, because upstream includes it's own lzma encoder,
so drop completely the liblzo handling in control and rules files.
.
[ Felix Zielcke ]
* Remove the 1.95 partition numbering transition debconf warning
from grub2 package and removed it from all languages (*.po).
(Closes: #493744)
* Add a comment for the new GFXMODE in default/grub.
* debian/rules:
- Remove 2 ./configure options which it didn't understand.
- New grub-mkelfimage belongs to grub-common.
* debian/control:
- Change debhelper compat level to 7 and build depend on it >= 7.
- Remove ${misc:Depend} dependency on all packages except grub-pc which
is
the only one using debconf.
- Replace deprecated ${Source-Version} with ${source:Version} for <<
dependency and with ${build:Version} for = ones.
- Remove versioned dependency of Build-Depends patchutils and cdbs,
because etch has newer versions then the one used.
- Remove dpkg-dev completely from Build-Depends because it's
build-essentail and a non versioned dependency results in a lintian
error.
- Remove Conflict/Replaces pupa, it has been removed from Debian 2004.
- Change build-dependency of unifont-bin to unifont (>= 1:5.1.20080820),
it's the new package containing unifont.hex and that version to avoid
licensing problems (Closes: #496061)
- Remove Jason Thomas from Uploaders with his permission.
* Preserve arguments in update-grub2 stub. (Closes: #496610)
.
[ Updated translations ]
* Japanese (ja.po) by Hideki Yamane (Closes: #493347)
.
[ Robert Millan ]
* Move a few files to grub-common and remove them from the arch-
specific packages.
* patches/02_old_linux_version_comparison.diff: Replace with ...
* patches/901_dpkg_version_comparison.diff: ... this.
Use dpkg --compare-versions in update-grub. (Closes: #494158)
* patches/03_disable_floppies.diff: Free .drive struct member when skipping
floppy drives. (Closes: #496040)
* patches/902_boot_blocklist_hack.diff: Support separate /boot when using
blocklists. (Closes: #496820, #489287, #494589)
.
grub2 (1.96+20080730-1) experimental; urgency=low
.
* New SVN snapshot.
- patches/00_fix_overflow.diff: Remove (merged).
- patches/00_uuid_boot.diff: Remove (merged).
- patches/00_raid_duped_disks.diff: Remove (merged).
- patches/00_xfs.diff: Remove (merged).
- patches/00_strengthen_apple_partmap_check.diff: Remove (merged).
- patches/00_skip_dev_dm.diff: Remove (merged).
.
* patches/901_linux_coreboot.diff: Implements Linux load on Coreboot
(patch from Coresystems).
.
* grub-linuxbios -> grub-coreboot rename again.
Checksums-Sha1:
bc05e2c179ed3b60a1252c2de86d784c61f8384c 1862 grub2_1.96+20090307-1.dsc
47c6934cff3ee8fa503d1e0f7053af14063c077f 1062165
grub2_1.96+20090307.orig.tar.gz
7c84a68aa4bd9380bc2ebfbf46952fda3c033d77 47579 grub2_1.96+20090307-1.diff.gz
94ed3f6348fd35c44fc18d8ddea8c86cb0df6305 145598 grub2_1.96+20090307-1_amd64.deb
e5bf81a239c70361f561873ce39c1b44666d1c85 144434
grub-linuxbios_1.96+20090307-1_amd64.deb
88b656869d7c61fae42421ad969e39c9dfa0419d 1139816
grub-common_1.96+20090307-1_amd64.deb
ce4d8e4615e950ddff5cedc4cc26278383393994 486122
grub-pc_1.96+20090307-1_amd64.deb
f20a3c074fcb1a442c2cef11bda7729adb81ed78 527672
grub-rescue-pc_1.96+20090307-1_amd64.deb
645573f5a4cde9b6348f7808ad420831625a4578 326070
grub-coreboot_1.96+20090307-1_amd64.deb
b27a13afdda01e7eea1619bccc9d2582597c8a39 374508
grub-efi_1.96+20090307-1_amd64.deb
e91c324ad28cfae47dfb39e828bc249dc5f23b91 320602
grub-ieee1275_1.96+20090307-1_amd64.deb
Checksums-Sha256:
e7d630b1ec14669638406917cbf92cc0fc8751a5f8c933651a9ea41526512674 1862
grub2_1.96+20090307-1.dsc
b441bec2dea4b7c102deab3922ed8862004fb87c978698e1cded5560baf2f2b4 1062165
grub2_1.96+20090307.orig.tar.gz
73a4c387ef187de0073576b2685cce643918ecbb0c916c82b8c307221061ad3c 47579
grub2_1.96+20090307-1.diff.gz
87f91cc51d6a94a23daad9d427710ae0ed0c28e3aedb5f2257e287618b2c19d1 145598
grub2_1.96+20090307-1_amd64.deb
051ba345b3fde735059ac86afe34724c0295191af49547783f8432007e7f5488 144434
grub-linuxbios_1.96+20090307-1_amd64.deb
b2cf9bca7d0862b903979a7f29249b19830c9e51128fbbe5c272cd3af8b8193c 1139816
grub-common_1.96+20090307-1_amd64.deb
892e9d7d89be4774d4eb6261957f24f7c669a93f9015fe5910c8444f416658af 486122
grub-pc_1.96+20090307-1_amd64.deb
36f35175d924cecd7a91f6f3e3609ba4088a51f28b63fa5a555663bc95c8a290 527672
grub-rescue-pc_1.96+20090307-1_amd64.deb
348a854063e92d8a2d1d772783a46f19744fcf66c35d1968d5fe2ab94542cb46 326070
grub-coreboot_1.96+20090307-1_amd64.deb
1213317a30372f1205d4336d954ee9cce3a26110d10d423b1718e4fada481ad7 374508
grub-efi_1.96+20090307-1_amd64.deb
49ba98cb02848774589fa9e4a0c9145c1ab01e522e61194b87879c5297245a9b 320602
grub-ieee1275_1.96+20090307-1_amd64.deb
Files:
63ea0f614a0806752d0721556ef97e02 1862 admin extra grub2_1.96+20090307-1.dsc
55eeb46c03edf6a584102f09883df1e3 1062165 admin extra
grub2_1.96+20090307.orig.tar.gz
49be7912fd31db4c90f4e75051fe75ea 47579 admin extra
grub2_1.96+20090307-1.diff.gz
ff81b8c98772349a6a9e8721eb9a283b 145598 admin extra
grub2_1.96+20090307-1_amd64.deb
77ea9539e846ccb570fc5a9a05d58cfa 144434 admin extra
grub-linuxbios_1.96+20090307-1_amd64.deb
aee53e5459ded1cfd4f147118584166a 1139816 admin extra
grub-common_1.96+20090307-1_amd64.deb
8c9055ed89b388ddda82d8bdb4b00411 486122 admin extra
grub-pc_1.96+20090307-1_amd64.deb
aa13dcdd790c0339c1caf3e031ce9a39 527672 admin extra
grub-rescue-pc_1.96+20090307-1_amd64.deb
5f0d0ce72c3ecb0a8b2a55170da77d0c 326070 admin extra
grub-coreboot_1.96+20090307-1_amd64.deb
24b9f58e257d868ed552df934b653ded 374508 admin extra
grub-efi_1.96+20090307-1_amd64.deb
9fb7b16f8a1ee476eec12892db41fecb 320602 admin extra
grub-ieee1275_1.96+20090307-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmyX9kACgkQC19io6rUCv/XQwCfeqvF+dmdXIuSBVsIw1dZUrgg
QHsAn04APgteXfEkNdckv9xAI9nPbvlh
=6BDl
-----END PGP SIGNATURE-----
--- End Message ---