Re: rc_configured=NO after installed

[email protected] (Christos Zoulas) Sat, 22 Dec 2018 01:44:49 +0000 (UTC)
Newsgroups gmane.os.netbsd.devel.installation
Message-ID <[email protected]>
In article <[email protected]>,
Jeremy C. Reed <[email protected]> wrote:
>> >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.

That?

./util.c:       replace("/etc/rc.conf", "s/^rc_configured=NO/rc_configured=YES/");

christos