grub-devel
[Top][All Lists]
Advanced

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

Re: config file


From: Nico -telmich- Schottelius
Subject: Re: config file
Date: Fri, 4 Feb 2005 09:23:55 +0100
User-agent: echo $message | gpg -e $sender -s | netcat mailhost 25

Yoshinori K. Okuji [Sun, Jan 23, 2005 at 03:28:59PM +0100]:
> [...]
> I'd like to redesign it in GRUB 2. One example is to write a boot entry 
> like this:
> 
> entry "GNU/Hurd" {
>   root=(hd0,0)
>   multiboot /boot/gnumach
>   module /boot/serverboot
>   ...
> }

Why re-invent the wheel?
I would propose the ini-samba-style:

----------------------------------------------------------------------

[global]

   timeout = 10
   hd0 = /dev/hda

[Linux 2.6]
   root = 
   kernel = (hd0)/usr/src/linux/vmlinuz
   kernel_args = root=/dev/hda12
   password = my-sha1-hash

----------------------------------------------------------------------

Nico

-- 
Keep it simple & stupid, use what's available.
Please use pgp encryption: 8D0E 27A4 is my id.
http://nico.schotteli.us | http://linux.schottelius.org

Attachment: pgpU9VtGPPw50.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]