diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-02-04 06:35:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-02-04 06:35:10 +0000 |
| commit | 6ae9968c9a6c08526f610f1da78f1d341e9ecf61 (patch) | |
| tree | f0cd48e5d1866a79c288c6b5f342ec614f397fab /sys/boot/forth | |
| parent | fbb42904c4bc7dfb4ed2dba2c277cfe91ad85411 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 7e27953059f0..d32dd3bdb461 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -77,6 +77,9 @@ module_path="/boot/modules" # Set the module search path #boot_verbose="" # -v: Causes extra debugging information to be printed #init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall" # Sets the list of init candidates +#init_shell="/bin/sh" # The shell binary used by init(8). +#init_script="" # Initial script to run by init(8) before chrooting. +#init_chroot="" # Directory for init(8) to chroot into. ############################################################## |
