CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/08/24 15:50:09
Modified files: distrib/miniroot: install.sub Log message: Fix automatic upgrade after fetching response file with dhcp. When the auto upgrader tried to fetch the sets, sometimes ftp did not find any. The interface was down and had no address. As autoconf was not cleared, the upgrade's static netstart and dhcpleased both tried to configure the interface, which cannot work. Disable dhcp with "ifconfig inet -autoconf" in get_responsefile() after it is not used anymore. OK florian@