Your message dated Tue, 15 Mar 2011 11:48:14 +0000
with message-id <[email protected]>
and subject line Bug#614927: fixed in grub2 1.99~rc1-4
has caused the Debian Bug report #614927,
regarding grub-install writes in /boot even with --root-directory
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.)


-- 
614927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614927
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.98+20100804-14
Severity: normal
Tags: patch

When calling grub-install with --root-directory, to install Grub on an USB
stick for example, the following lines are executed at the end:

# If vestiges of GRUB Legacy still exist, tell the Debian packaging that
# they can ignore them.
if test -e /boot/grub/stage2 && test -e /boot/grub/menu.lst; then
    touch /boot/grub/grub2-installed
fi

(report-bugs shows version 1.98+20100804-14, but these lines are identical
in version 1.99~rc1-3)

If grub-install was started without root privileges, this causes a harmless
warning.

If grub-install was started with root privileges, it may cause the
/boot/grub/grub2-installed file to be created although Grub2 has not
actually been installed on the system.

The attached patch probably fixes it. The system information below is
probably irrelevant for this bug.

Regards,

-- 
  Nicolas George


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/root / ext3 rw,relatime,errors=remount-ro,barrier=0,data=writeback 0 0
/dev/mapper/ssecem-var /var ext3 
rw,relatime,errors=remount-ro,barrier=0,data=writeback 0 0
/dev/mapper/ssecem-home /home ext3 
rw,relatime,errors=remount-ro,barrier=0,data=writeback 0 0
/dev/mapper/ssecem-d32 /mnt/32 ext3 
rw,relatime,errors=remount-ro,barrier=0,data=writeback 0 0
/dev/mapper/ssecem-data /data ext3 
rw,relatime,errors=remount-ro,barrier=0,data=writeback 0 0
/dev/sdb1 /cosmic ext3 rw,relatime,errors=remount-ro,barrier=0,data=writeback 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-SAMSUNG_HD753LJ_S13UJDWQ719199
(hd1)   /dev/disk/by-id/ata-WDC_WD5000AADS-00L4B1_WD-WCAUH1229617
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
}

set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.35.5-ssecem' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.35.5-ssecem ...'
        linux   /boot/vmlinuz-2.6.35.5-ssecem root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.35.5-ssecem (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.35.5-ssecem ...'
        linux   /boot/vmlinuz-2.6.35.5-ssecem root=/dev/sda1 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.33.3-ssecem' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.33.3-ssecem ...'
        linux   /boot/vmlinuz-2.6.33.3-ssecem root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.33.3-ssecem (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.33.3-ssecem ...'
        linux   /boot/vmlinuz-2.6.33.3-ssecem root=/dev/sda1 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.30.5-ssecem' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.30.5-ssecem ...'
        linux   /boot/vmlinuz-2.6.30.5-ssecem root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.30.5-ssecem (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.30.5-ssecem ...'
        linux   /boot/vmlinuz-2.6.30.5-ssecem root=/dev/sda1 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.29.5-ssecem' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.29.5-ssecem ...'
        linux   /boot/vmlinuz-2.6.29.5-ssecem root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.29.5-ssecem (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.29.5-ssecem ...'
        linux   /boot/vmlinuz-2.6.29.5-ssecem root=/dev/sda1 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.29.1-ssecem' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.29.1-ssecem ...'
        linux   /boot/vmlinuz-2.6.29.1-ssecem root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.29.1-ssecem (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.29.1-ssecem ...'
        linux   /boot/vmlinuz-2.6.29.1-ssecem root=/dev/sda1 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.24.2' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.24.2 ...'
        linux   /boot/vmlinuz-2.6.24.2 root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.24.2 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.24.2 ...'
        linux   /boot/vmlinuz-2.6.24.2 root=/dev/sda1 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.23.12' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.23.12 ...'
        linux   /boot/vmlinuz-2.6.23.12 root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.23.12 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.23.12 ...'
        linux   /boot/vmlinuz-2.6.23.12 root=/dev/sda1 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.21.5' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.21.5 ...'
        linux   /boot/vmlinuz-2.6.21.5 root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.21.5 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.21.5 ...'
        linux   /boot/vmlinuz-2.6.21.5 root=/dev/sda1 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.21.5-old' --class debian --class 
gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.21.5-old ...'
        linux   /boot/vmlinuz-2.6.21.5-old root=/dev/sda1 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.21.5-old (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 8500d4d8-9c84-4671-a149-9b40846ed984
        echo    'Loading Linux 2.6.21.5-old ...'
        linux   /boot/vmlinuz-2.6.21.5-old root=/dev/sda1 ro single 
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35.5-ssecem (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]   1.5.38           Debian configuration management sy
ii  grub-common             1.98+20100804-14 GRand Unified Bootloader, version 
ii  libc6                   2.11.2-11        Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1      2:1.02.48-5      The Linux Kernel Device Mapper use
ii  ucf                     3.0025+nmu1      Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base                  6.0.5      common files for the Debian Deskto

-- debconf information:
  grub2/kfreebsd_cmdline:
  grub2/device_map_regenerated:
* grub2/linux_cmdline:
  grub-pc/install_devices_failed: false
* grub-pc/chainload_from_menu.lst: false
  grub-pc/kopt_extracted: true
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/disk_description:
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default:
  grub-pc/install_devices_empty: false
  grub-pc/install_devices:
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/partition_description:
  grub-pc/install_devices_disks_changed:
  grub-pc/mixed_legacy_and_grub2: true
--- grub-install.orig	2011-02-24 10:38:43.732287121 +0100
+++ grub-install	2011-02-24 10:39:35.686368455 +0100
@@ -655,7 +655,7 @@
 
 # If vestiges of GRUB Legacy still exist, tell the Debian packaging that
 # they can ignore them.
-if test -e /boot/grub/stage2 && test -e /boot/grub/menu.lst; then
+if test -z "$rootdir" && test -e /boot/grub/stage2 && test -e /boot/grub/menu.lst; then
     touch /boot/grub/grub2-installed
 fi
 

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.99~rc1-4

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.99~rc1-4_i386.deb
  to main/g/grub2/grub-common_1.99~rc1-4_i386.deb
grub-coreboot_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-coreboot_1.99~rc1-4_i386.deb
grub-efi-amd64_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-efi-amd64_1.99~rc1-4_i386.deb
grub-efi-ia32_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-efi-ia32_1.99~rc1-4_i386.deb
grub-efi_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-efi_1.99~rc1-4_i386.deb
grub-emu_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-emu_1.99~rc1-4_i386.deb
grub-firmware-qemu_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-firmware-qemu_1.99~rc1-4_i386.deb
grub-ieee1275_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-ieee1275_1.99~rc1-4_i386.deb
grub-linuxbios_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-linuxbios_1.99~rc1-4_i386.deb
grub-pc_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-pc_1.99~rc1-4_i386.deb
grub-rescue-pc_1.99~rc1-4_i386.deb
  to main/g/grub2/grub-rescue-pc_1.99~rc1-4_i386.deb
grub2_1.99~rc1-4.diff.gz
  to main/g/grub2/grub2_1.99~rc1-4.diff.gz
grub2_1.99~rc1-4.dsc
  to main/g/grub2/grub2_1.99~rc1-4.dsc
grub2_1.99~rc1-4_i386.deb
  to main/g/grub2/grub2_1.99~rc1-4_i386.deb



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.
Colin Watson <[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: SHA256

Format: 1.8
Date: Tue, 15 Mar 2011 11:01:48 +0000
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc 
grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 
grub-firmware-qemu grub-yeeloong
Architecture: source i386
Version: 1.99~rc1-4
Distribution: unstable
Urgency: low
Maintainer: GRUB Maintainers <[email protected]>
Changed-By: Colin Watson <[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 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - 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)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Closes: 613409 614927
Changes: 
 grub2 (1.99~rc1-4) unstable; urgency=low
 .
   * Don't touch /boot/grub/grub2-installed if using the --root-directory
     option to grub-install (thanks, Nicolas George; closes: #614927).
   * Update branch_devmapper.patch, adding partitioned MD RAID support
     (untested) and support for probing multipath disks.
   * Update ntldr-img from grub-extras:
     - Only call ntfs_fix_mmft if the attribute to find is AT_DATA.  This
       matches GRUB's NTFS module.
     - Install grubinst as grub-ntldr-img.
   * Fix loading GRUB from lnxboot (LP: #693671).
   * Update branch_embed-sectors.patch to avoid straying into first partition
     when embedding-area sectors are in use (closes: #613409, LP: #730225).
Checksums-Sha1: 
 2f75356df3eba99651a199472ea06333dee86cd7 2852 grub2_1.99~rc1-4.dsc
 f4b52d0f755f55534e9c05aba29a97e4ec811f3e 588882 grub2_1.99~rc1-4.diff.gz
 d9cc7b226a8c8c62202134107125427bbc382749 328964 grub2_1.99~rc1-4_i386.deb
 336644b65cacf8a58a8d5df461b96b6efaa445ce 327470 
grub-linuxbios_1.99~rc1-4_i386.deb
 b7b7dfce8a932bdc2895319df55e32e3dceedd8f 327470 grub-efi_1.99~rc1-4_i386.deb
 8e16380a375a6cbd806ebdf10d8dbf345ab98a07 2225176 
grub-common_1.99~rc1-4_i386.deb
 64f5da25860b3a893e54f06903a7073d2ccd1c61 3314904 grub-emu_1.99~rc1-4_i386.deb
 7f8b493fefdbadf8ff7b493d61178eb0af4ff3c1 1200480 grub-pc_1.99~rc1-4_i386.deb
 28451aab157736eda9194bd26c31a0c3524425b1 1555392 
grub-rescue-pc_1.99~rc1-4_i386.deb
 488c4f67e79f714fdf1176da9407329adbb20a8b 934968 
grub-coreboot_1.99~rc1-4_i386.deb
 74ba08b4520d673da27bbaf5c3a2838f832954cd 949416 
grub-efi-ia32_1.99~rc1-4_i386.deb
 faeb43450c81b8bb9c498ab7648db651c7071382 1039474 
grub-efi-amd64_1.99~rc1-4_i386.deb
 b7e1e0fb1164933db068725dbf93696ead77d3b8 931554 
grub-ieee1275_1.99~rc1-4_i386.deb
 c81a78978e788cb75f009a13b65275313dd9b286 847950 
grub-firmware-qemu_1.99~rc1-4_i386.deb
Checksums-Sha256: 
 0955add07e88237d2ebd20a10f34f3426c7ee14c9d9b0a216ba9232b7ff27fa8 2852 
grub2_1.99~rc1-4.dsc
 06f7cf250d92a6725467dab0049cafa2a56bae446a1e444750627cc714744ac1 588882 
grub2_1.99~rc1-4.diff.gz
 75c03a2f2a94a503ae70396d7516e177c4aef9b1062cdc0aa4d88fa656b04b65 328964 
grub2_1.99~rc1-4_i386.deb
 89b0301aa92d2355d9549fb50d085d924ffcff76a0b34187077ec4cff4404286 327470 
grub-linuxbios_1.99~rc1-4_i386.deb
 51dd1dd4e603667d2946ad7e0e17a24adca5196871b3e8283bb1e019a8ae796f 327470 
grub-efi_1.99~rc1-4_i386.deb
 d5819e26de4bb61c8d5c7872833d89653c0fc06e35eaa9e00ccdac5ad7d3a0e0 2225176 
grub-common_1.99~rc1-4_i386.deb
 a07573268a72067682c832052cde8e1698f424f28ecf971954895f956671a1e0 3314904 
grub-emu_1.99~rc1-4_i386.deb
 447bcd52bd60188e480130053b919c77f666103fe8e5d60a78c355e1a54968b0 1200480 
grub-pc_1.99~rc1-4_i386.deb
 71e520ceec467e0fef56a98b1f2be5ccdb8f4db285be1fce6b09aa37f2595407 1555392 
grub-rescue-pc_1.99~rc1-4_i386.deb
 b823a515640c4cb3dc083b11b43b87788f2030f76de7951433fd9aeb810fcfae 934968 
grub-coreboot_1.99~rc1-4_i386.deb
 a40e1e33d268e4950c857cadfacebff22789ff7f7670043fbc4711748fcdbdb5 949416 
grub-efi-ia32_1.99~rc1-4_i386.deb
 189a515e1ff53dcf9f21fcaa42fa4357278c4ed7dba398ec6104d43143116484 1039474 
grub-efi-amd64_1.99~rc1-4_i386.deb
 b07ed183139723d9695dc23f0c5435e7fc01e30d03024ec217e10fc5f7ece72e 931554 
grub-ieee1275_1.99~rc1-4_i386.deb
 9c6badbfce40f79357ff04789cba220ce0c515e06a457ec9e1ae04d763fafa6c 847950 
grub-firmware-qemu_1.99~rc1-4_i386.deb
Files: 
 e75a7770932b757f45eac3b16dc7638b 2852 admin extra grub2_1.99~rc1-4.dsc
 a51b16c61fa3fd5edba341b89c482ad3 588882 admin extra grub2_1.99~rc1-4.diff.gz
 188c2ffc467499eb1accc1bc3d800fb1 328964 admin extra grub2_1.99~rc1-4_i386.deb
 277914182f24d7c054cc25d18c5af845 327470 admin extra 
grub-linuxbios_1.99~rc1-4_i386.deb
 12f596ad3d9117413942b702b4798411 327470 admin extra 
grub-efi_1.99~rc1-4_i386.deb
 4b1b8f43ed48360fdd8bef06e6678421 2225176 admin optional 
grub-common_1.99~rc1-4_i386.deb
 3a009dcc9a223df2b816b781a44a538d 3314904 admin extra 
grub-emu_1.99~rc1-4_i386.deb
 f1c8935a58ace8a55711f1606f718531 1200480 admin optional 
grub-pc_1.99~rc1-4_i386.deb
 116ae7b05d62c886adebe623e80b5d36 1555392 admin extra 
grub-rescue-pc_1.99~rc1-4_i386.deb
 13ca8e0b1fcf605cf122948565551cbc 934968 admin extra 
grub-coreboot_1.99~rc1-4_i386.deb
 ae792afb58b352984fc4469ee8005297 949416 admin extra 
grub-efi-ia32_1.99~rc1-4_i386.deb
 67287e8cfaaa2be807a3e4e315919136 1039474 admin extra 
grub-efi-amd64_1.99~rc1-4_i386.deb
 b67e59a00ae2f66e083fa7822c0087b7 931554 admin extra 
grub-ieee1275_1.99~rc1-4_i386.deb
 9a1eb0a4fc3a86b6ae3fe3e297dbcb64 847950 admin extra 
grub-firmware-qemu_1.99~rc1-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <[email protected]> -- Debian developer

iQIVAwUBTX9Nazk1h9l9hlALAQjCPg//bYS/WoozqQNI87lVHzPNqLbY/GTadxjP
oOR9nZkGk5RlW26lgu/pacKSBewjhHCzC5Nnguzg5PL8OTLH3u0KnWm3aksvx2WR
JGOR8fP6r2A7OLqm5oal6HqK/7vG2pCIbSrxYyTew6kIDFYzoCz2EWNF592iqXvf
GIw+I22hfH9rtF7iUBaRG54ZejziaA4naDBYb0hBnsfijs+y+DkkC2TdRfOhNFXK
0ZL5r34WGXOVxWuanl/1UuDENw5mxh1mN+tFwBesh3Djjz9eOT9UTNStQVQnWrWK
tPykYnwqjtkA1ePtDIUwFcfeGX+K1UDUJVAXM+7yasf03Mfx/oDvJkYn7zq+PnVt
mUpALeM/buIAIBExbE+YiZK3aviQQO/TY3DMLNUGXn2WgRPrvUUd1vSAIvPHPyD9
UxajdaBWk1BmKpQ96llbbND3NwKpmZspC7KUvCH+ESWPSd5HUXwridJD52gEcWMB
hR/RnN7WTxyEAUbb8OTqAsLx90QtWw8IRIe023Umn840WNe8tH9K/gIIE0MsYaJE
KDQJvoapxeQ4DafoekoM0Sqf43tWopFpbgnPKXxQVB6NybMkrk33odeijpsZHSNp
f9w2ogqwXYf6Y6l9g0ACoPp5TRJwjBXuRi2Ws5FTji1j+KX1BTK3XrCRcZJr5/jM
uVcAC5K9w/I=
=i/K1
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to