From 0fc9f11d003e35ce7976f3611fb6bd67a5491272 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 3 Nov 2011 12:03:03 +0000 Subject: [PATCH] Remove the remnants of /stand/sysinstall. loader.8: Sync the default init_path list with kern/init_main.c. NOTES: Replace with /rescue/init in the INIT_PATH kernel option. --- sys/boot/common/loader.8 | 2 +- sys/conf/NOTES | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 51c0ab903819..c36072cc715d 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -443,7 +443,7 @@ Sets the list of binaries which the kernel will try to run as the initial process. The first matching binary is used. The default list is -.Dq Li /sbin/init:/sbin/oinit:/sbin/init.bak:\:/rescue/init:/stand/sysinstall . +.Dq Li /sbin/init:/sbin/oinit:/sbin/init.bak:\:/rescue/init . .It Va init_script If set to a valid file name in the root file system, instructs diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3ab8244d6e6f..882d49c3ee93 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2813,7 +2813,7 @@ options UBSEC_RNDTEST # enable rndtest support # Embedded system options: # # An embedded system might want to run something other than init. -options INIT_PATH=/sbin/init:/stand/sysinstall +options INIT_PATH=/sbin/init:/rescue/init # Debug options options BUS_DEBUG # enable newbus debugging