Lines Matching +full:user +full:- +full:selectable
34 bootloader is a modified version of the system third-stage bootstrap
38 3Com 3c905c Ethernet cards, and Ethernet-equipped Intel motherboards.
39 PXE supports DHCP configuration and provides low-level NIC access services.
41 The DHCP client will set a DHCP user class named
49 selectable through compile-time options.
50 In combination with a memory file system image or NFS-mounted root file system,
53 EEPROM-burner free construction of diskless machines.
60 .Bd -literal -offset indent
61 option domain-name "example.com";
63 option subnet-mask 255.255.255.0;
64 option broadcast-address 10.0.0.255;
65 option domain-name-servers 10.0.0.1;
66 server-name "DHCPserver";
67 server-identifier 10.0.0.1;
68 next-server 10.0.0.1;
70 default-lease-time 120;
71 max-lease-time 120;
76 if exists user-class and option user-class = "FreeBSD" {
77 option root-path "tftp://10.0.0.1/FreeBSD";
82 .Va next-server
87 .Va option root-path
97 .Va option root-path
99 .Bl -tag -width <scheme>://ip/path
141 .An -nosplit