Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/23/2002 09:17:09
Module Name:	syssrc
Committed By:	lukem
Date:		Fri Aug 23 06:17:09 UTC 2002

Modified Files:
	syssrc/sys/kern: init_main.c

Log Message:
in start_init(), if RB_ASKNAME is set in boothowto, ask for the path
name to start up as init (rather than just cycling thru initpaths[]
and panicing when out of options).  if RB_ASKNAME isn't set, the old
behaviour remains.  inspired by changes in der Mouse's patchtree.
resolves [kern/18027] from me.


To generate a diff of this commit:
cvs rdiff -r1.201 -r1.202 syssrc/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.