Re: rc_configured=NO after installed
"Jeremy C. Reed" <[email protected]> Fri, 21 Dec 2018 18:35:54 -0600 (CST)
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
> >BUT rc_configured=NO. Ooops. Easy workaround. mount / and echo > >rc_configured=YES >> /etc/rc.conf and exit. (The rest of my /etc/rc was > >correct for our custom selections, so I know that part worked.) > > > >Where can we get rc_configured=YES set in install if restarting > >installer? > > /etc/rc.conf Same as what I put above :) My question was meant about the sysinst code path to make sure that automatically happens before doing the reboot in the installer. I know it normally does, but in my case somehow it got skipped; I don't think that should happen since my install appeared to be otherwise correct.