Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2011 12:03:03 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227056 - in head/sys: boot/common conf
Message-ID:  <201111031203.pA3C33QM069667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Thu Nov  3 12:03:03 2011
New Revision: 227056
URL: http://svn.freebsd.org/changeset/base/227056

Log:
  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.

Modified:
  head/sys/boot/common/loader.8
  head/sys/conf/NOTES

Modified: head/sys/boot/common/loader.8
==============================================================================
--- head/sys/boot/common/loader.8	Thu Nov  3 09:09:05 2011	(r227055)
+++ head/sys/boot/common/loader.8	Thu Nov  3 12:03:03 2011	(r227056)
@@ -443,7 +443,7 @@ Sets the list of binaries which the kern
 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

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Thu Nov  3 09:09:05 2011	(r227055)
+++ head/sys/conf/NOTES	Thu Nov  3 12:03:03 2011	(r227056)
@@ -2813,7 +2813,7 @@ options 	UBSEC_RNDTEST	# enable rndtest 
 # 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111031203.pA3C33QM069667>