[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub network booting
From: |
Jochen Hoenicke |
Subject: |
Re: Grub network booting |
Date: |
Wed, 12 Dec 2001 12:25:11 +0100 |
On Thursday, 6. December 2001 23:43, John Whitfield wrote:
>
> I am also using DHCP rather than BOOTP. There is an example in the
> manual of how to pass the menu using T150 to BOOTP. How is this
> information passed using DHCP. I must be overlooking something.
Here is my dhcpd.conf entry:
host marge {
filename "/linux/pxegrub";
option option-150 "/linux/menu.lst";
hardware ethernet xx:xx:xx:xx:xx:xx;
fixed-address marge;
option host-name "marge";
}
Jochen