Package: src:debian-installer
Version: 20120327
Severity: important
Tags: wheezy sid patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-bsd@lists.debian.org

Hi,

The GRUB menu entries for a graphical install with the GNU/kFreeBSD 9.0
kernel do not actually select the graphical mode.

Due to a typo or copy+pasto this has been broken since kfreebsd-9
support was first introduced, but is more noticable now that kfreebsd-9
became the default kernel and other bugs have been fixed.

Please kindly apply this correction:

diff --git a/build/boot/kfreebsd/grub-kfreebsd-cdrom.cfg
b/build/boot/kfreebsd/grub-kfreebsd-cdrom.cfg
index 503c55c..7ce202a 100644
--- a/build/boot/kfreebsd/grub-kfreebsd-cdrom.cfg
+++ b/build/boot/kfreebsd/grub-kfreebsd-cdrom.cfg
@@ -63,7 +63,7 @@ if test -e /boot/kernel/kfreebsd-9.gz ; then

        if test -e /boot/gtk/mfsroot.gz ; then
                menuentry "" { true }
-               menuentry_set /boot/kernel/kfreebsd-9.gz
/boot/mfsroot.gz " (graphical mode with kernel of FreeBSD 9)"
+               menuentry_set /boot/kernel/kfreebsd-9.gz
/boot/gtk/mfsroot.gz " (graphical mode with kernel of FreeBSD 9)"
        fi
 fi


Thanks,
Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5048e9ab.3070...@pyro.eu.org

Reply via email to