[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using RPL to load grub
From: |
Shaun Jackman |
Subject: |
Re: Using RPL to load grub |
Date: |
Fri, 10 Feb 2006 17:39:46 -0700 |
On 2/10/06, Shaun Jackman <address@hidden> wrote:
...
> By default the diskless image fetches /boot/grub/menu.lst. Is it
> possible to specify something else? Preferably something dynamic, such
> as /tftpboot/grub/%s, where %s is the IP address of the booting
> machine.
I used a text editor (vim) to patch the stage2/diskless image to
replace the string "/boot/grub/menu.lst" with "/srv/tftp/grub.conf".
This trick worked great! It would be awesome though, if grub could
accept a %s string here, which would be substituted for the device's
IP address.
Cheers,
Shaun