Re-enable QEMU port.

This commit is contained in:
rmh 2009-06-27 23:12:06 +00:00
parent 8a2ac68ae4
commit 4cb39b4eb7
2 changed files with 24 additions and 12 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
grub2 (1.96+20090628-1) unstable; urgency=low
* New SVN snapshot.
* Re-enable QEMU port.
-- Robert Millan <rmh.debian@aybabtu.com> Sun, 28 Jun 2009 01:11:10 +0200
grub2 (1.96+20090627-2) unstable; urgency=low grub2 (1.96+20090627-2) unstable; urgency=low
* Disable QEMU port untill it goes through NEW. * Disable QEMU port untill it goes through NEW.

29
debian/control vendored
View File

@ -171,15 +171,20 @@ Description: GRand Unified Bootloader, version 2 (Open Firmware version)
This package contains a version of GRUB that has been built for use with This package contains a version of GRUB that has been built for use with
Open Firmware implementations. Open Firmware implementations.
#Package: grub-firmware-qemu Package: grub-firmware-qemu
#Architecture: all Architecture: all
#Depends: base-files (>= 4.0.1~), ${misc:Depends} Depends: base-files (>= 4.0.1~), ${misc:Depends}
#Recommends: qemu Recommends: qemu
#Enhances: qemu Enhances: qemu
#Description: GRUB firmware image for QEMU Description: GRUB firmware image for QEMU
# This package contains a binary of GRUB that has been built for use as This package contains a binary of GRUB that has been built for use as
# firmware for QEMU. It can be used as a replacement for the standard firmware for QEMU. It can be used as a replacement for the standard
# PC BIOS provided by the bochsbios package (bios.bin). PC BIOS provided by the bochsbios package (bios.bin).
# . .
# In order to make QEMU use this firmware, simply add `-bios grub.bin' when In order to make QEMU use this firmware, simply add `-bios grub.bin' when
# invoking it. invoking it.
.
Note: this firmware is only suitable for QEMU. If you want to install GRUB
as firmware on real hardware, you can do so in combination with coreboot
(http://www.coreboot.org/). To support that, a grub-coreboot package is
also provided.