bug-grub
[Top][All Lists]
Advanced

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

Re: Setting variables in GRUB


From: Danilo Godec
Subject: Re: Setting variables in GRUB
Date: Wed, 17 Apr 2002 08:04:23 +0200 (CEST)

On Tue, 16 Apr 2002, Scott Kruger wrote:

> I have a simple question, but I haven't found anyone that can answer it.
> A lot of utilities for maintaining network profiles use lilo to state
> where one as at.  For example, quickswitch has as it's instructions:
> LILO: linux SWITCHTO=work
>
> Is there an equivalent way of doing this with GRUB?

You should just add the 'SWITCHTO=work' to the kernel line as in:

title  = Test
root   = (hd0,0)
kernel = /bzImage-2.2.18 vga=0 root=/dev/md0 SWITCHTIO=work

    D.





reply via email to

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