Your message dated Sun, 24 Oct 2010 18:02:30 +0000
with message-id <[email protected]>
and subject line Bug#600126: fixed in grub2 1.98+20100804-7
has caused the Debian Bug report #600126,
regarding grub2: [l10n:is] Icelandic debconf translation
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.)
--
600126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600126
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub2
Version: 1.98+20100804-5
Severity: wishlist
Tags: patch
Please find attached the translation of debconf templates to Icelandic
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/1d5b8fdb-ee15-4c13-b64d-3c1df59257a6 / xfs
rw,relatime,attr2,noquota 0 0
/dev/sda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/sda7 /home xfs rw,relatime,attr2,noquota 0 0
/dev/sda8 /srv xfs rw,relatime,attr2,noquota 0 0
/dev/sda5 /srv/share xfs rw,relatime,attr2,noquota 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-SAMSUNG_SSD_PB22-JS3_TM_64GB_DCFWS0G936SE936C7067
*********************** 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 {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod xfs
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 1d5b8fdb-ee15-4c13-b64d-3c1df59257a6
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set a7773b82-e74a-4144-92ac-09f1b22d9121
set locale_dir=($root)/grub/locale
set lang=fr
insmod gettext
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, avec Linux 2.6.32-5-686' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set a7773b82-e74a-4144-92ac-09f1b22d9121
echo 'Chargement de Linux 2.6.32-5-686 ...'
linux /vmlinuz-2.6.32-5-686
root=UUID=1d5b8fdb-ee15-4c13-b64d-3c1df59257a6 ro quiet resume=/dev/sda9
vga=791 nosplash i915.powersave=0
echo 'Chargement du disque mémoire initial ...'
initrd /initrd.img-2.6.32-5-686
}
menuentry 'Debian GNU/Linux, avec Linux 2.6.32-5-686 (mode de dépannage)'
--class debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set a7773b82-e74a-4144-92ac-09f1b22d9121
echo 'Chargement de Linux 2.6.32-5-686 ...'
linux /vmlinuz-2.6.32-5-686
root=UUID=1d5b8fdb-ee15-4c13-b64d-3c1df59257a6 ro single
echo 'Chargement du disque mémoire initial ...'
initrd /initrd.img-2.6.32-5-686
}
menuentry 'Debian GNU/Linux, avec Linux 2.6.26-2-686' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set a7773b82-e74a-4144-92ac-09f1b22d9121
echo 'Chargement de Linux 2.6.26-2-686 ...'
linux /vmlinuz-2.6.26-2-686
root=UUID=1d5b8fdb-ee15-4c13-b64d-3c1df59257a6 ro quiet resume=/dev/sda9
vga=791 nosplash i915.powersave=0
echo 'Chargement du disque mémoire initial ...'
initrd /initrd.img-2.6.26-2-686
}
menuentry 'Debian GNU/Linux, avec Linux 2.6.26-2-686 (mode de dépannage)'
--class debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set a7773b82-e74a-4144-92ac-09f1b22d9121
echo 'Chargement de Linux 2.6.26-2-686 ...'
linux /vmlinuz-2.6.26-2-686
root=UUID=1d5b8fdb-ee15-4c13-b64d-3c1df59257a6 ro single
echo 'Chargement du disque mémoire initial ...'
initrd /initrd.img-2.6.26-2-686
}
### 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: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub2 depends on:
ii grub-pc 1.98+20100804-5 GRand Unified Bootloader, version
grub2 recommends no packages.
grub2 suggests no packages.
-- no debconf information
# translation of grub_debian_po.po to Icelandic
# Copyright (C) Free Software Foundation
# This file is distributed under the same license as the PACKAGE package.
#
# Sveinn ?? Felli <[email protected]>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: grub_debian_po\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-07-02 12:55+0100\n"
"PO-Revision-Date: 2010-10-12 13:36+0000\n"
"Last-Translator: Sveinn ?? Felli <[email protected]>\n"
"Language-Team: Icelandic <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Generator: KBabel 1.11.4\n"
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid "Chainload from menu.lst?"
msgstr "Ra??hla??a (chainload) ??r menu.lst?"
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub."
msgstr "Uppf??rsluskriftur GRUB hafa fundi?? eldri uppsetningu GRUB ??
/boot/grub."
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid ""
"In order to replace the Legacy version of GRUB in your system, it is "
"recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from "
"your existing GRUB Legacy setup. This step may be automaticaly performed "
"now."
msgstr "Til a?? skipta eldri uppsetningu GRUB ??t af kerfinu, ???? er m??lt
me?? ??v?? a?? /boot/grub/menu.lst s?? stillt til a?? ra??hla??a (chainload)
GRUB 2 fr?? ??essari eldri uppsetningu ?? GRUB. H??gt er a?? framkv??ma ??etta
skref sj??lfvirkt n??na."
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid ""
"It's recommended that you accept chainloading GRUB 2 from menu.lst, and "
"verify that your new GRUB 2 setup is functional for you, before you install "
"it directly to your MBR (Master Boot Record)."
msgstr "M??lt me?? ??v?? a?? ???? sam??ykkir a?? ra??hla??a GRUB 2 ??r
menu.lst, auk ??ess a?? ???? sko??ir hvort GRUB 2 uppsetningin virki fyrir
??ig, ????ur en ???? setur ??etta upp beint ?? r??sigeirann MBR (Master Boot
Record)."
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid ""
"In either case, whenever you want GRUB 2 to be loaded directly from MBR, you "
"can do so by issuing (as root) the following command:"
msgstr "Hva?? sem ???? velur - ef ???? vilt s????an a?? GRUB 2 ver??i hla??i??
inn beint ??r MBR r??sigeiranum, ???? getur??u breytt ??essu me?? ??v?? a??
gefa (sem kerfisstj??ri/root) eftirfarandi skipun:"
#. Type: text
#. Description
#. Disk sizes are in decimal megabytes, to match how disk manufacturers
#. usually describe them.
#: ../grub-pc.templates.in:5001
msgid "${DEVICE} (${SIZE} MB, ${MODEL})"
msgstr "${DEVICE} (${SIZE} MB, ${MODEL})"
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:7001
msgid "GRUB installation failed. Continue?"
msgstr "Uppsetning GRUB mist??kst. Halda ??fram?"
#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001
msgid "GRUB failed to install to the following devices:"
msgstr "Uppsetning GRUB mist??kst ?? eftirfarandi t??kjum:"
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:7001
msgid ""
"Do you want to continue anyway? If you do, your computer may not start up "
"properly."
msgstr ""
"Viltu samt halda ??fram? Ef ???? gerir ??a?? er ekki v??st a?? t??lvan ????n
r??sist "
"aftur e??lilega."
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:8001
msgid "GRUB installation failed. Try again?"
msgstr "Uppsetning GRUB mist??kst. Reyna aftur?"
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:8001
msgid ""
"You may be able to install GRUB to some other device, although you should "
"check that your system will boot from that device. Otherwise, the upgrade "
"from GRUB Legacy will be cancelled."
msgstr "???? g??tir hugsanlega sett GRUB upp ?? eitthva?? anna?? t??ki, samt
??ttir??u a?? sko??a vel hvort kerfi?? ??itt s?? f??rt um a?? r??sa upp af
??v?? t??ki. A?? ????rum kosti ver??ur h??tt vi?? uppf??rslu gamla GRUB
r??sistj??rans."
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:9001
msgid "Continue without installing GRUB?"
msgstr "Halda ??fram ??n ??ess a?? setja upp GRUB?"
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:9001
msgid ""
"You chose not to install GRUB to any devices. If you continue, the boot "
"loader may not be properly configured, and when your computer next starts up "
"it will use whatever was previously in the boot sector. If there is an "
"earlier version of GRUB 2 in the boot sector, it may be unable to load "
"modules or handle the current configuration file."
msgstr "???? valdir a?? setja GRUB ekki upp ?? neitt t??ki. Ef ???? heldur
??fram ver??ur r??sistj??rinn ekki r??tt stilltur, og ??egar t??lvan ????n
r??sist n??st mun h??n nota hva?? ??a?? sem fyrir er n??na ?? r??sigeiranum.
Ef ?? r??sigeiranum er til d??mis eldri ??tg??fa af GRUB 2, er m??guleiki ??
a?? h??n r????i ekki vi?? a?? hla??a inn ??kve??num kjarnaeiningum e??a n??i
ekki a?? lesa stillingaskr??na fyrir ??etta st??rikerfi."
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:9001
msgid ""
"If you are already running a different boot loader and want to carry on "
"doing so, or if this is a special environment where you do not need a boot "
"loader, then you should continue anyway. Otherwise, you should install GRUB "
"somewhere."
msgstr ""
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:11001
msgid "Finish conversion to GRUB 2 now?"
msgstr "Lj??ka n??na umbreytingu ?? GRUB 2 ?"
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:11001
msgid ""
"This system still has files from the GRUB Legacy boot loader installed, but "
"it now also has GRUB 2 boot records installed on these disks:"
msgstr ""
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:11001
msgid ""
"It seems likely that GRUB Legacy is no longer in use, and that you should "
"instead upgrade the GRUB 2 images on these disks and finish the conversion "
"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these "
"GRUB 2 images, then they may be incompatible with the new packages and cause "
"your system to stop booting properly."
msgstr ""
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:11001
msgid ""
"You should generally finish the conversion to GRUB 2 unless these boot "
"records were created by a GRUB 2 installation on some other operating system."
msgstr ""
#. Type: string
#. Description
#: ../templates.in:1001
msgid "Linux command line:"
msgstr "Linux skipanal??na:"
#. Type: string
#. Description
#: ../templates.in:1001
msgid ""
"The following Linux command line was extracted from /etc/default/grub or the "
"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is "
"correct, and modify it if necessary."
msgstr ""
#. Type: string
#. Description
#: ../templates.in:2001
msgid "Linux default command line:"
msgstr "Sj??lfgefin Linux skipanal??na:"
#. Type: string
#. Description
#: ../templates.in:2001
msgid ""
"The following string will be used as Linux parameters for the default menu "
"entry but not for the recovery mode."
msgstr ""
#. Type: string
#. Description
#: ../templates.in:3001
msgid "kFreeBSD command line:"
msgstr "kFreeBSD skipanal??na:"
#. Type: string
#. Description
#: ../templates.in:3001
msgid ""
"The following kFreeBSD command line was extracted from /etc/default/grub or "
"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is "
"correct, and modify it if necessary."
msgstr ""
#. Type: string
#. Description
#: ../templates.in:4001
msgid "kFreeBSD default command line:"
msgstr "Sj??lfgefin kFreeBSD skipanal??na:"
#. Type: string
#. Description
#: ../templates.in:4001
msgid ""
"The following string will be used as kFreeBSD parameters for the default "
"menu entry but not for the recovery mode."
msgstr ""
#. Type: note
#. Description
#: ../templates.in:5001
msgid "/boot/grub/device.map has been regenerated"
msgstr "/boot/grub/device.map var endurskrifa??"
#. Type: note
#. Description
#: ../templates.in:5001
msgid ""
"The file /boot/grub/device.map has been rewritten to use stable device "
"names. In most cases, this should significantly reduce the need to change "
"it in future, and boot menu entries generated by GRUB should not be affected."
msgstr ""
#. Type: note
#. Description
#: ../templates.in:5001
msgid ""
"However, since you have more than one disk in your system, it is possible "
"that you were depending on the old device map. Please check whether you "
"have any custom boot menu entries that rely on GRUB's (hdN) drive numbering, "
"and update them if necessary."
msgstr ""
#. Type: note
#. Description
#: ../templates.in:5001
msgid ""
"If you do not understand this message, or if you do not have any custom boot "
"menu entries, you can ignore this message."
msgstr ""
"Ef ???? skilur ekki ??essi skilabo??, e??a ef ???? hefur engar s??rsni??nar "
"r??sif??rslur, ???? getur??u hunsa?? skilabo??in."
--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.98+20100804-7
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.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-common_1.98+20100804-7_kfreebsd-amd64.deb
grub-coreboot_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-coreboot_1.98+20100804-7_kfreebsd-amd64.deb
grub-efi-amd64_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-efi-amd64_1.98+20100804-7_kfreebsd-amd64.deb
grub-efi-ia32_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-efi-ia32_1.98+20100804-7_kfreebsd-amd64.deb
grub-efi_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-efi_1.98+20100804-7_kfreebsd-amd64.deb
grub-emu_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-emu_1.98+20100804-7_kfreebsd-amd64.deb
grub-firmware-qemu_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-firmware-qemu_1.98+20100804-7_kfreebsd-amd64.deb
grub-ieee1275_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-ieee1275_1.98+20100804-7_kfreebsd-amd64.deb
grub-linuxbios_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-linuxbios_1.98+20100804-7_kfreebsd-amd64.deb
grub-pc_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-pc_1.98+20100804-7_kfreebsd-amd64.deb
grub-rescue-pc_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub-rescue-pc_1.98+20100804-7_kfreebsd-amd64.deb
grub2_1.98+20100804-7.diff.gz
to main/g/grub2/grub2_1.98+20100804-7.diff.gz
grub2_1.98+20100804-7.dsc
to main/g/grub2/grub2_1.98+20100804-7.dsc
grub2_1.98+20100804-7_kfreebsd-amd64.deb
to main/g/grub2/grub2_1.98+20100804-7_kfreebsd-amd64.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.
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, 24 Oct 2010 16:35:37 +0200
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 kfreebsd-amd64
Version: 1.98+20100804-7
Distribution: unstable
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 (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: 598327 600126 601087
Changes:
grub2 (1.98+20100804-7) unstable; urgency=low
.
[ Robert Millan ]
* zfs_fix_mkrelpath.patch: Replace with proper fix from upstream Bazaar.
(Closes: #601087)
.
[ Updated translations ]
* Vietnamese (Clytie Siddall). Closes: #598327
* Icelandic (Sveinn í Felli). Closes: #600126
Checksums-Sha1:
e0434eaeb1f15bd6383c4aa1b68dab98176de9ae 2198 grub2_1.98+20100804-7.dsc
c8d9246fc174dbeb822c855928d5036c1cf41dfd 937457 grub2_1.98+20100804-7.diff.gz
bf1132b67636953c613ce6ca56f3e22bf2ecc048 281566
grub2_1.98+20100804-7_kfreebsd-amd64.deb
58a941689561a698d53c672865b08abadddb602f 280236
grub-linuxbios_1.98+20100804-7_kfreebsd-amd64.deb
7997ccafad24d2954c988aa72b48f3148030860c 280168
grub-efi_1.98+20100804-7_kfreebsd-amd64.deb
c52c6da54987746c0e16f5946c5792ee3155452c 1789400
grub-common_1.98+20100804-7_kfreebsd-amd64.deb
6e9b91e0439df5000903bc4b99d0def0e0e73518 2941164
grub-emu_1.98+20100804-7_kfreebsd-amd64.deb
3687e9fc496196b45b372124edc3a4ef6a56f973 1024674
grub-pc_1.98+20100804-7_kfreebsd-amd64.deb
461b00e96dd80fda8e4ad315953845c89c9d129c 1493038
grub-rescue-pc_1.98+20100804-7_kfreebsd-amd64.deb
e87d829534a5e565c0a55b4123d7275a278e5bc5 777136
grub-coreboot_1.98+20100804-7_kfreebsd-amd64.deb
d413238df5abe23204a0cdfbeebe4e284a125754 810958
grub-efi-ia32_1.98+20100804-7_kfreebsd-amd64.deb
3b5a1d205bed43cb72bdde22edb3bb152a0e875d 884742
grub-efi-amd64_1.98+20100804-7_kfreebsd-amd64.deb
73b820b5ab18fe68a520c4c9e99f801375ec7570 769020
grub-ieee1275_1.98+20100804-7_kfreebsd-amd64.deb
dab5ff4fe89c5a821d55d100694fa4b3cc2fad88 707494
grub-firmware-qemu_1.98+20100804-7_kfreebsd-amd64.deb
Checksums-Sha256:
2f40f225b372f470635b8e79011fc47264898e4bf928ad2dcff60c9459298e8f 2198
grub2_1.98+20100804-7.dsc
c5cf88e84cba05a6491be8f6030f916396804bb57b858ecb4077703149d5c48f 937457
grub2_1.98+20100804-7.diff.gz
27f480c90c2cfaba2a28c271239c7c6c967511b793372e2c24641d8eefdc49de 281566
grub2_1.98+20100804-7_kfreebsd-amd64.deb
fc7b01dd201dd5a8737db09c71c8b2b3fcbf0b753e9afea54e3123caf3f740d8 280236
grub-linuxbios_1.98+20100804-7_kfreebsd-amd64.deb
1d408c8830363f05f879abd8157fb8686a99d85677b2c4165d29f26930e35440 280168
grub-efi_1.98+20100804-7_kfreebsd-amd64.deb
864058a639a7ce7e67912cc103d3493bd789bc4b31263527a8cba19563621d20 1789400
grub-common_1.98+20100804-7_kfreebsd-amd64.deb
1c6e35914380ed0c4c7abfbe2216158cc3413a6e42cfa066668c008666286281 2941164
grub-emu_1.98+20100804-7_kfreebsd-amd64.deb
4f99ef2ffbfc86829a64f0bf72c2fdef6c67120e5f071127d748929a0da6ecff 1024674
grub-pc_1.98+20100804-7_kfreebsd-amd64.deb
fc82cea9d996609162ac2452ef8ad9b1fd0c79744c070e840560e739c6af66b9 1493038
grub-rescue-pc_1.98+20100804-7_kfreebsd-amd64.deb
ea9fbca12459c612a1ee56d3e1f6ca833891dade41c7e4ce0e28328b7a009a94 777136
grub-coreboot_1.98+20100804-7_kfreebsd-amd64.deb
319e8ed63fe6b977a6179812b3625cde390636449b016eca78445347652545f5 810958
grub-efi-ia32_1.98+20100804-7_kfreebsd-amd64.deb
52b36fbae086665b021abbbbf686d522f831423cda515e0b86a98dc49d8bbf08 884742
grub-efi-amd64_1.98+20100804-7_kfreebsd-amd64.deb
c700211f70bcc9fe32c9630cf63621fc7c03b3c4f04c34b925dd210c7404e975 769020
grub-ieee1275_1.98+20100804-7_kfreebsd-amd64.deb
0747e04b46bffc810c54358990da202047ea0c6c7c1c0b9abbb6fa6f36dc7e36 707494
grub-firmware-qemu_1.98+20100804-7_kfreebsd-amd64.deb
Files:
c7c29722c2c54c7ffe9dd942ced39e2e 2198 admin extra grub2_1.98+20100804-7.dsc
1b8d9627b157c610eaf29794a6256c34 937457 admin extra
grub2_1.98+20100804-7.diff.gz
80875325a39466e8e99731ce18978279 281566 admin extra
grub2_1.98+20100804-7_kfreebsd-amd64.deb
26a92f09401dfe8eecda464894b8238d 280236 admin extra
grub-linuxbios_1.98+20100804-7_kfreebsd-amd64.deb
5f3c26a4b55a6d5bed77ead2d825066a 280168 admin extra
grub-efi_1.98+20100804-7_kfreebsd-amd64.deb
067c5d3e16c838a15cf73c06b2ead401 1789400 admin optional
grub-common_1.98+20100804-7_kfreebsd-amd64.deb
aee989745baca22c703eb76d11de086a 2941164 admin extra
grub-emu_1.98+20100804-7_kfreebsd-amd64.deb
29413d99ce49b4ba7cd5c7a4fcfff925 1024674 admin optional
grub-pc_1.98+20100804-7_kfreebsd-amd64.deb
45337e5d301c242f1e907156c37188dc 1493038 admin extra
grub-rescue-pc_1.98+20100804-7_kfreebsd-amd64.deb
0ad8110dbeefc16e1db0eafe46ec9e0c 777136 admin extra
grub-coreboot_1.98+20100804-7_kfreebsd-amd64.deb
b6f2ab4df5c25f8ed018212c7cc1bf05 810958 admin extra
grub-efi-ia32_1.98+20100804-7_kfreebsd-amd64.deb
31b8f174602c1a61c23cdbd6fa5e4c9f 884742 admin extra
grub-efi-amd64_1.98+20100804-7_kfreebsd-amd64.deb
d0769ba429fb554cea079fd7f28b3619 769020 admin extra
grub-ieee1275_1.98+20100804-7_kfreebsd-amd64.deb
c20ccd7a80d14350abe1df971a09871a 707494 admin extra
grub-firmware-qemu_1.98+20100804-7_kfreebsd-amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/kFreeBSD)
iEYEARECAAYFAkzEYwYACgkQC19io6rUCv+YAwCfZbpsYqKmdCTFY0UaW+naP9nd
hOwAoI2yKpwtHV8oRUKDFxMJw4BP5gAY
=djia
-----END PGP SIGNATURE-----
--- End Message ---