Package: src:debian-installer
Version: 20120327
Severity: important
Tags: wheezy sid patch
User: [email protected]
Usertags: kfreebsd
X-Debbugs-Cc: [email protected]
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
[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]