Re: rc_configured=NO after installed
Martin Husemann <[email protected]> Sat, 22 Dec 2018 10:31:05 +0100
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Dec 22, 2018 at 09:41:47AM +0100, Leonardo Taccari wrote: > At least regarding the ^Z behaviour you have seen it was due a > problem in sh(1) and both netbsd-8 and NetBSD -current are not > affected to that (i.e. typing `exit' or `^D' will return to sysinst > and permit to continue the installation (not restart it!)). Exactly. In your case (due to the sh bug) sysinst was restarted from scratch and did not know any history - so of course it did not set your rc.conf to configured. Your scenario should work fine in netbsd-8 and -current. Martin