Subject: NetBSD kernel and Ultrix init never automatically reboot +FIX
To: None <port-pmax@sun-lamp.cs.berkeley.edu>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 08/30/1994 14:44:47
I wrote:
>The following patch to the NetBSD kernel causes init_main() to always
>explicitly pass a "-s" or "-a" argument to init. This doesn't cost
>much in space or time and I don't see how it can possibly hurt.

Assuming, that is, that either one makes an obvious change to
src/sbin/init.init.c to recognize a "-a" flag and set
requested_transition to runcom_mode ; or that doesn't mind warnings
from init about not recognizing "-a". (Sorry, I took that as read...)

------------------------------------------------------------------------------