All of lore.kernel.org
 help / color / mirror / Atom feed
* Commented /etc/default/grub [for Debian, and others]
@ 2008-02-27 21:02 Franklin PIAT
  2008-02-28 10:07 ` Robert Millan
  0 siblings, 1 reply; 2+ messages in thread
From: Franklin PIAT @ 2008-02-27 21:02 UTC (permalink / raw)
  To: Robert Millan, GRUB Dev Mailing List

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

Hello,

I've attached a commented /etc/default/grub file for Debian.

I post it here as it can be useful for other distros too.

Franklin

P.S. Of course, it's licensed under GPL.

[-- Attachment #2: etc_default_grub --]
[-- Type: text/plain, Size: 488 bytes --]

# This file is sourced by update-grub, and its variables are propagated
# to its children in /etc/grub.d/

# Menu entry to be booted on timeout
GRUB_DEFAULT=0

# Menu timeout ( -1 to wait forever )
GRUB_TIMEOUT=5

# Distributor's name (for labels of menu entries)
GRUB_DISTRIBUTOR=Debian

# Parameters to be appended to Linux menu-entries.
#GRUB_CMDLINE_LINUX=

# Force Grub terminal mode. "console" disable graphic
# mode. (read the manual before using "serial")
#GRUB_TERMINAL=console


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Commented /etc/default/grub [for Debian, and others]
  2008-02-27 21:02 Commented /etc/default/grub [for Debian, and others] Franklin PIAT
@ 2008-02-28 10:07 ` Robert Millan
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Millan @ 2008-02-28 10:07 UTC (permalink / raw)
  To: Franklin PIAT; +Cc: GRUB Dev Mailing List

On Wed, Feb 27, 2008 at 10:02:46PM +0100, Franklin PIAT wrote:
> Hello,
> 
> I've attached a commented /etc/default/grub file for Debian.

Please use pkg-grub-devel for proposing Debian-specific changes (if this is not
Debian-specific, then it should be integrated with the makefiles).

> I post it here as it can be useful for other distros too.
> 
> Franklin
> 
> P.S. Of course, it's licensed under GPL.

> # This file is sourced by update-grub, and its variables are propagated
> # to its children in /etc/grub.d/
> 
> # Menu entry to be booted on timeout
> GRUB_DEFAULT=0
> 
> # Menu timeout ( -1 to wait forever )
> GRUB_TIMEOUT=5
> 
> # Distributor's name (for labels of menu entries)
> GRUB_DISTRIBUTOR=Debian
> 
> # Parameters to be appended to Linux menu-entries.
> #GRUB_CMDLINE_LINUX=

This one is dangerous, see how the maintainer scripts interact with it.

> # Force Grub terminal mode. "console" disable graphic
> # mode. (read the manual before using "serial")
> #GRUB_TERMINAL=console

This is PC-specific.

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-28 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-27 21:02 Commented /etc/default/grub [for Debian, and others] Franklin PIAT
2008-02-28 10:07 ` Robert Millan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.