Previously we added an ifconfig_$INTERFACE line to rc.conf for each unsuccessful DCHP attempt.
PR: 219515
Differential D11967
bsdinstall: record DHCP config after obtaining lease emaste on Aug 10 2017, 8:18 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Previously we added an ifconfig_$INTERFACE line to rc.conf for each unsuccessful DCHP attempt. PR: 219515
Diff Detail
Event TimelineComment Actions This doesn't provide a clean way to request DHCP config for an interface without obtaining a lease during install, but this isn't a regression from current behaviour. Perhaps we can cnage the "DHCP lease acquisition failed" message to instead ask "configure DHCP anyway? Y/n" and do the exec $0 only if the user answers n. |