Your message dated Sun, 31 Aug 2008 17:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#493106: fixed in grub2 1.96+20080831-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:

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.96+20080831-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+20080831-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.96+20080831-1_amd64.deb
grub-coreboot_1.96+20080831-1_amd64.deb
  to pool/main/g/grub2/grub-coreboot_1.96+20080831-1_amd64.deb
grub-efi_1.96+20080831-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.96+20080831-1_amd64.deb
grub-ieee1275_1.96+20080831-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.96+20080831-1_amd64.deb
grub-linuxbios_1.96+20080831-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.96+20080831-1_amd64.deb
grub-pc_1.96+20080831-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.96+20080831-1_amd64.deb
grub-rescue-pc_1.96+20080831-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.96+20080831-1_amd64.deb
grub2_1.96+20080831-1.diff.gz
  to pool/main/g/grub2/grub2_1.96+20080831-1.diff.gz
grub2_1.96+20080831-1.dsc
  to pool/main/g/grub2/grub2_1.96+20080831-1.dsc
grub2_1.96+20080831-1_amd64.deb
  to pool/main/g/grub2/grub2_1.96+20080831-1_amd64.deb
grub2_1.96+20080831.orig.tar.gz
  to pool/main/g/grub2/grub2_1.96+20080831.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.
Robert Millan <[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: Sun, 31 Aug 2008 18:40:09 +0200
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+20080831-1
Distribution: experimental
Urgency: low
Maintainer: GRUB Maintainers <[EMAIL PROTECTED]>
Changed-By: Robert Millan <[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: 486624 487565 489287 490584 493106 493289 493347 493744 494158 494501 
494589 495049 496040 496061 496573 496610 496820
Changes: 
 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)
Checksums-Sha1: 
 ad6200291fef87ca18da2a0a2e2ae6474e3a7b96 1798 grub2_1.96+20080831-1.dsc
 d59a1a7795d150adfce9390932455b24a374df16 978323 grub2_1.96+20080831.orig.tar.gz
 e3d52e10930f03eeb2af80f90cbda36fff0dbf1c 38920 grub2_1.96+20080831-1.diff.gz
 cca1a01b47faff5183739b49883f433823e7f7ed 129198 grub2_1.96+20080831-1_amd64.deb
 2e30916b944439705a328707d2d6283b65a2e3c1 128108 
grub-linuxbios_1.96+20080831-1_amd64.deb
 9042e1773122c50dc2bfb996927667b49cc01bf3 1268672 
grub-common_1.96+20080831-1_amd64.deb
 416a9d3b45321f6df52b3daf82061a9de3f040b2 437888 
grub-pc_1.96+20080831-1_amd64.deb
 d33fee8befd42b9b2387cd6bad590bd92963d569 468934 
grub-rescue-pc_1.96+20080831-1_amd64.deb
 7d4438b2069edf2c2e37c5cd348c5c8adab861b1 280600 
grub-coreboot_1.96+20080831-1_amd64.deb
 3810b6b9f2cb21f17dff3d2448beac99db91e65f 320936 
grub-efi_1.96+20080831-1_amd64.deb
 643387c89558905ccc4c1e3b09b298589aa03d3f 279578 
grub-ieee1275_1.96+20080831-1_amd64.deb
Checksums-Sha256: 
 47544486e0847194e8aac932aa2b02243bb0a285c7fd2f3bae72bf394a64b910 1798 
grub2_1.96+20080831-1.dsc
 2e78b2cf51275619f9cb6da0f400a0bf98cbfb5e512d9d6163448cae77f24d46 978323 
grub2_1.96+20080831.orig.tar.gz
 1d79cd96162311b763637ee4a5ce98f7685424c0aa22837d4693180d77a8b266 38920 
grub2_1.96+20080831-1.diff.gz
 cf6c86bdb4673875c9619823266e4380a6a2f6c921da0f9a9f9e20a5dddd5ba3 129198 
grub2_1.96+20080831-1_amd64.deb
 2f49f883c5f024363d32f108e4c2e68d33a96495ffbe6935412e364b5b672a1e 128108 
grub-linuxbios_1.96+20080831-1_amd64.deb
 4106781cbef3c1e310be615f4b51430759402bcde69bf9403b08ee26f40e5b9b 1268672 
grub-common_1.96+20080831-1_amd64.deb
 5db14b98774ee173be713d2290da31798cd8490d5c41cb30b21ddfc8b5480eba 437888 
grub-pc_1.96+20080831-1_amd64.deb
 13855cf0e37018e21c5f8e0a91f093acdc2c641f216eb0d87b31ae2c6205fc58 468934 
grub-rescue-pc_1.96+20080831-1_amd64.deb
 546f46c0631fc17d4f12cbede1c17a44de0cb8cd801d867b8101eec52a196aa4 280600 
grub-coreboot_1.96+20080831-1_amd64.deb
 7d704a0b312d87a529d9e95cdc9c783ff6780ffb55c424786e77a757958bd73a 320936 
grub-efi_1.96+20080831-1_amd64.deb
 057a33296d15839779906322e4307c7cac311d1845021e6f42f3a93946853235 279578 
grub-ieee1275_1.96+20080831-1_amd64.deb
Files: 
 b2524f4accab9f783284153fe50b4072 1798 admin extra grub2_1.96+20080831-1.dsc
 ae3a2a2560c91394040ed684c720e881 978323 admin extra 
grub2_1.96+20080831.orig.tar.gz
 7bac76d1ee6fd9ab0b84e3c659f81411 38920 admin extra 
grub2_1.96+20080831-1.diff.gz
 d4c3f07fcfd862a01444ec50def80a82 129198 admin extra 
grub2_1.96+20080831-1_amd64.deb
 9eb345b0cd1521c58a805da024987ef8 128108 admin extra 
grub-linuxbios_1.96+20080831-1_amd64.deb
 7eec9205b6c70f6b13a051819476e7e3 1268672 admin extra 
grub-common_1.96+20080831-1_amd64.deb
 817f664158121ad4df0684849481bf1d 437888 admin extra 
grub-pc_1.96+20080831-1_amd64.deb
 b04577b23240f45cbbf41c1435cc13ab 468934 admin extra 
grub-rescue-pc_1.96+20080831-1_amd64.deb
 b4e541a2fd0085642da1c3c5fb1f4061 280600 admin extra 
grub-coreboot_1.96+20080831-1_amd64.deb
 834c4912ae2c18ce58598249e789c294 320936 admin extra 
grub-efi_1.96+20080831-1_amd64.deb
 842a9ed9dc23a6c4759f98a643f96ff1 279578 admin extra 
grub-ieee1275_1.96+20080831-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAki6zD8ACgkQC19io6rUCv/+NwCaApF3EXclomPUzxZuZwctrzo0
AusAn2CmLRJ5pMQ8Ba4IUiFDUXhdFbAI
=tgET
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to