CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/12/11 05:34:12
Modified files:
distrib/miniroot: install.sub
Log message:
There is a race in dhclient(8) privsep. The parent process may
return before the interface address and route are set in the kernel.
The auto installer script runs a ftp(1) command immediatelty after
that, it fails without a local address. Before calling ftp, wait
until the address appears in ifconfig(8) output and dhclient leases
file. This makes autoinstall more reliable.
discussed with patrick@; input and OK krw@