diff options
author | des <des@FreeBSD.org> | 1999-04-20 21:15:13 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1999-04-20 21:15:13 +0000 |
commit | d3e9d9a7c34ce206f106afc9d6b999308ef969de (patch) | |
tree | 4fdbd4baf68eea7d6173c6ec3d60bc42ae5a082d /sys/boot/common/help.common | |
parent | d96217d0989df758c433d4b5a80c72f298e83b75 (diff) | |
download | FreeBSD-src-d3e9d9a7c34ce206f106afc9d6b999308ef969de.zip FreeBSD-src-d3e9d9a7c34ce206f106afc9d6b999308ef969de.tar.gz |
Make the location of init(8) tunable at boot time.
Diffstat (limited to 'sys/boot/common/help.common')
-rw-r--r-- | sys/boot/common/help.common | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 3478d9a..95c075e 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -184,9 +184,18 @@ Selects the default device. Syntax for devices is odd. ################################################################################ +# Tset Sinit_path DSet the list of init candidates + + set init_path=<path>[;<path>...] + + Sets the list of binaries which the kernel will try to run as initial + process. + + +################################################################################ # Tset Smodule_path DSet the module search path - set module_path=<path>[,<path>...] + set module_path=<path>[;<path>...] Sets the list of directories which will be searched in for modules named in a load command or implicitly required by a dependancy. |