Re: Set default pxeboot vfs.root.mountfrom to nfs?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexey Shuvaev
Date: Thursday, July 1, 2010 - 11:50 am

On Thu, Jul 01, 2010 at 10:45:37AM -0700, Sean Bruno wrote:
I don't quite understand the whole point of this patch. I have no
"special" loader.conf files and the diskless test machine boots just fine.
I suppose dhcp server sends vital information which is understood by pxeboot.

On the dhcp/tftp/nfs server:

loader_logo="beastie"
snd_hda_load="YES"
ahci_load="YES"
vboxdrv_load="YES"

md              /tmp                    mfs     -s=128m,rw      0       0
linprocfs       /compat/linux/proc      linprocfs       rw      0       0

pxeboot

#}

subnet X.X.X.0 netmask 255.255.255.0 {
}

group {
  next-server HOSTNAME;
  filename "pxeboot";
  option root-path "HOSTNAME:/home/jails/amd64";

  host HOST1 {
    fixed-address Y.Y.Y.Y;
    hardware ethernet xx:xx:xx:xx:xx:xx;
  }

  host HOST2 {
    fixed-address Z.Z.Z.Z;
    hardware ethernet yy:yy:yy:yy:yy:yy;
  }
}

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Set default pxeboot vfs.root.mountfrom to nfs?, Garrett Cooper, (Tue Jun 29, 3:07 pm)
Re: Set default pxeboot vfs.root.mountfrom to nfs?, Sean Bruno, (Thu Jul 1, 10:45 am)
Re: Set default pxeboot vfs.root.mountfrom to nfs?, Alexey Shuvaev, (Thu Jul 1, 11:50 am)