CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2017/05/21 03:09:58
Modified files: distrib/miniroot: install.sub Log message: Ensure a clean initial state (e.g. in case of an installer restart) by moving setting ulimit, unmounting all filesystems and cleaning up the dhcp state upwards to before sourcing install.md. OK tb@ While here, 1>/dev/null -> >/dev/null.