[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#550987: marked as done (upcoming GRUB command interface change affects GNU/kFreeBSD)



Your message dated Tue, 27 Oct 2009 07:29:45 +0100
with message-id <20091027062945.GW26129@hall.aurel32.net>
and subject line Re: Bug#550987: upcoming GRUB command interface change affects GNU/kFreeBSD
has caused the Debian Bug report #550987,
regarding upcoming GRUB command interface change affects GNU/kFreeBSD
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 owner@bugs.debian.org
immediately.)


-- 
550987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550987
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Severity: normal
Tags: patch

Next upstream release of GRUB (1.97~beta5) will have its kFreeBSD loader
renamed (from "freebsd" to "kfreebsd") to reflect that it is loading the
kernel of FreeBSD rather than FreeBSD itself.  Since GRUB 1.96 didn't
include a kFreeBSD loader at all, there's no backward compatibility in
this change.

Attached patch modifies build/boot/kfreebsd/grub-kfreebsd-*.cfg to use
the new interface.  Please let us know when it is appropiate for us to
upload the new version.  We can coordinate through IRC or whichever way
you prefer.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-libre2-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: build/boot/kfreebsd/grub-kfreebsd-i386.cfg
===================================================================
--- build/boot/kfreebsd/grub-kfreebsd-i386.cfg	(revision 60995)
+++ build/boot/kfreebsd/grub-kfreebsd-i386.cfg	(working copy)
@@ -17,12 +17,12 @@
 menuentry "Install Debian GNU/kFreeBSD 32 bits" {
 	echo "Loading ..."
 	set root=$cd
-	freebsd /boot/kernel/kfreebsd.gz
-	freebsd_module_elf /boot/kernel/acpi.ko
-	freebsd_module /boot/mfsroot.gz type=mfs_root
-	set FreeBSD.vfs.root.mountfrom=ufs:/dev/md0
-	set FreeBSD.hw.ata.ata_dma=0	# needed for qemu hard disk # TODO: delete
-	set FreeBSD.hw.ata.atapi_dma=0	# needed for qemu cd # TODO: 1
+	kfreebsd /boot/kernel/kfreebsd.gz
+	kfreebsd_module_elf /boot/kernel/acpi.ko
+	kfreebsd_module /boot/mfsroot.gz type=mfs_root
+	set kFreeBSD.vfs.root.mountfrom=ufs:/dev/md0
+	set kFreeBSD.hw.ata.ata_dma=0	# needed for qemu hard disk # TODO: delete
+	set kFreeBSD.hw.ata.atapi_dma=0	# needed for qemu cd # TODO: 1
 }
 
 menuentry "Boot from first hard disk" {
Index: build/boot/kfreebsd/grub-kfreebsd-amd64.cfg
===================================================================
--- build/boot/kfreebsd/grub-kfreebsd-amd64.cfg	(revision 60995)
+++ build/boot/kfreebsd/grub-kfreebsd-amd64.cfg	(working copy)
@@ -17,11 +17,11 @@
 menuentry "Install Debian GNU/kFreeBSD 64 bits" {
 	echo "Loading ..."
 	set root=$cd
-	freebsd /boot/kernel/kfreebsd.gz
-	freebsd_module /boot/mfsroot.gz type=mfs_root
-	set FreeBSD.vfs.root.mountfrom=ufs:/dev/md0
-	set FreeBSD.hw.ata.ata_dma=0	# needed for qemu hard disk # TODO: delete
-	set FreeBSD.hw.ata.atapi_dma=0	# needed for qemu cd # TODO: 1
+	kfreebsd /boot/kernel/kfreebsd.gz
+	kfreebsd_module /boot/mfsroot.gz type=mfs_root
+	set kFreeBSD.vfs.root.mountfrom=ufs:/dev/md0
+	set kFreeBSD.hw.ata.ata_dma=0	# needed for qemu hard disk # TODO: delete
+	set kFreeBSD.hw.ata.atapi_dma=0	# needed for qemu cd # TODO: 1
 }
 
 menuentry "Boot from first hard disk" {

--- End Message ---
--- Begin Message ---
On Sun, Oct 25, 2009 at 09:00:41PM +0100, Robert Millan wrote:
> On Thu, Oct 15, 2009 at 11:15:32AM +0200, Aurelien Jarno wrote:
> > Robert Millan a écrit :
> > > Package: debian-installer
> > > Severity: normal
> > > Tags: patch
> > > 
> > > Next upstream release of GRUB (1.97~beta5) will have its kFreeBSD loader
> > > renamed (from "freebsd" to "kfreebsd") to reflect that it is loading the
> > > kernel of FreeBSD rather than FreeBSD itself.  Since GRUB 1.96 didn't
> > > include a kFreeBSD loader at all, there's no backward compatibility in
> > > this change.
> > > 
> > > Attached patch modifies build/boot/kfreebsd/grub-kfreebsd-*.cfg to use
> > > the new interface.  Please let us know when it is appropiate for us to
> > > upload the new version.  We can coordinate through IRC or whichever way
> > > you prefer.
> > > 
> > 
> > The chroot in which the daily images are built are only upgraded
> > manually. This means that a warning about the upload will be enough,
> > I'll take care that the SVN is updated in sync with the chroots.
> 
> grub-1.97 is in incoming now.
> 

I have just updated the SVN and the machine building the daily version
of d-i.


-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


--- End Message ---

Reply to: