Commit Graph

3 Commits

Author SHA1 Message Date
Arseny Maslennikov
dfa3713d0f dhcp.c: Provide an option to omit the vendor class
Some obsolete DHCP implementations in specialized network hardware
(Cisco, we're looking at you) discard DHCP messages from a client
attempting to reconfigure itself and providing a different vendor class
identifier the second time — much like a network-booting system.

To cope with that, propagator will not send a vendor class identifier
if `dhcp-send-vendor-id:off' is specified as part of its "automatic"
parameters on the kernel command line.
Feel free to use any boolean value: yes/no, true/false, on/off.
The default behaviour is "yes".
2018-06-09 18:27:00 +03:00
Sergey Bolshakov
126c343130 implemented uuid' and label' automatic parms
is is possible to set these parameters for `disk' method
instead of old `disk' and 'partition' ones, i.e:
automatic=method:disk,label:altlnx or
automatic=method:disk,uuid:5fbe7d46-fc41-48c5-bac7-5114b9446efd
2008-05-07 20:41:57 +04:00
Anton Kachalov
46438969c6 Initial revision 2004-01-20 18:32:43 +00:00