When all else fails, try to use "/stand/sysinstall" as "init" process. The

new installation procedure needs this.
This commit is contained in:
Poul-Henning Kamp 1994-10-26 03:34:20 +00:00
parent 3440124921
commit 2257b745d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3880

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
* $Id: init_main.c,v 1.13 1994/10/09 07:34:52 davidg Exp $
* $Id: init_main.c,v 1.14 1994/10/20 00:08:26 phk Exp $
*/
#include <sys/param.h>
@ -345,6 +345,7 @@ static char *initpaths[] = {
"/sbin/init",
"/sbin/oinit",
"/sbin/init.bak",
"/stand/sysinstall",
NULL,
};