Your message dated Sun, 13 Sep 2009 15:39:43 +0200
with message-id <[email protected]>
and subject line Re: Bug#545829: grub-kfreebsd-*.cfg use deprecated 
terminal_output.<terminal> syntax
has caused the Debian Bug report #545829,
regarding grub-kfreebsd-*.cfg use deprecated terminal_output.<terminal> syntax
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 [email protected]
immediately.)


-- 
545829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545829
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
On Wed, Sep 09, 2009 at 04:42:10PM +0200, Robert Millan wrote:
> 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.
> 

Thanks, just committed.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
[email protected]                 http://www.aurel32.net


--- End Message ---

Reply via email to