diff options
author | jb <jb@FreeBSD.org> | 1999-05-05 12:22:31 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1999-05-05 12:22:31 +0000 |
commit | 20827e2653b291e0bb06ccc33cf504864a6141db (patch) | |
tree | 5d97a9bab6024c712fabbaa810ae147bd6fb0b6c | |
parent | 8a1c5093d7f2e0e5596401d665169eb124efb373 (diff) | |
download | FreeBSD-src-20827e2653b291e0bb06ccc33cf504864a6141db.zip FreeBSD-src-20827e2653b291e0bb06ccc33cf504864a6141db.tar.gz |
Add the INIT_PATH option for embedded systems.
-rw-r--r-- | sys/conf/NOTES | 8 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 8 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 99edebc..83c4191 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.591 1999/05/02 21:54:03 n_hibma Exp $ +# $Id: LINT,v 1.592 1999/05/05 07:36:53 wpaul Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2127,3 +2127,9 @@ options UMASS_DEBUG options UHID_DEBUG options UGEN_DEBUG options ULPT_DEBUG +# +# Embedded system options: +# +# An embedded system might want to run something other than init. +options INIT_PATH="/sbin/init;/stand/sysinstall" + diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 99edebc..83c4191 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.591 1999/05/02 21:54:03 n_hibma Exp $ +# $Id: LINT,v 1.592 1999/05/05 07:36:53 wpaul Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2127,3 +2127,9 @@ options UMASS_DEBUG options UHID_DEBUG options UGEN_DEBUG options ULPT_DEBUG +# +# Embedded system options: +# +# An embedded system might want to run something other than init. +options INIT_PATH="/sbin/init;/stand/sysinstall" + diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 99edebc..83c4191 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.591 1999/05/02 21:54:03 n_hibma Exp $ +# $Id: LINT,v 1.592 1999/05/05 07:36:53 wpaul Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2127,3 +2127,9 @@ options UMASS_DEBUG options UHID_DEBUG options UGEN_DEBUG options ULPT_DEBUG +# +# Embedded system options: +# +# An embedded system might want to run something other than init. +options INIT_PATH="/sbin/init;/stand/sysinstall" + |