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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to