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

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to