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

Bug#545829: grub-kfreebsd-*.cfg use deprecated terminal_output.<terminal> syntax



Package: debian-installer
Severity: normal
Tags: patch

grub-kfreebsd-*.cfg are using a deprecated terminal_output.<terminal> syntax,
which was a hack for module autoload, temporarily being used by grub-mkconfig,
but never meant to be relied on.

Future versions of GRUB won't support the "dot hack".  Simply use
"terminal_output <terminal>" instead.  See attached patch.

-- 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: boot/kfreebsd/grub-kfreebsd-i386.cfg
===================================================================
--- boot/kfreebsd/grub-kfreebsd-i386.cfg	(revision 60703)
+++ boot/kfreebsd/grub-kfreebsd-i386.cfg	(working copy)
@@ -3,7 +3,7 @@
 
 if loadfont /boot/grub/font.pf2 ; then
 	set gfxmode=640x480
-	terminal_output.gfxterm
+	terminal_output gfxterm
 fi
 
 if background_image /boot/grub/splash.png ; then
Index: boot/kfreebsd/grub-kfreebsd-amd64.cfg
===================================================================
--- boot/kfreebsd/grub-kfreebsd-amd64.cfg	(revision 60703)
+++ boot/kfreebsd/grub-kfreebsd-amd64.cfg	(working copy)
@@ -3,7 +3,7 @@
 
 if loadfont /boot/grub/font.pf2 ; then
 	set gfxmode=640x480
-	terminal_output.gfxterm
+	terminal_output gfxterm
 fi
 
 if background_image /boot/grub/splash.png ; then

Reply to: