diff options
author | imp <imp@FreeBSD.org> | 2007-02-04 06:35:10 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-02-04 06:35:10 +0000 |
commit | 98f50a3dfb06cb3bac2ec6f46d265c037ca5fc3d (patch) | |
tree | f0cd48e5d1866a79c288c6b5f342ec614f397fab /sys/boot/forth | |
parent | 2088a69616fcc7d02d198087f76856402c7063c4 (diff) | |
download | FreeBSD-src-98f50a3dfb06cb3bac2ec6f46d265c037ca5fc3d.zip FreeBSD-src-98f50a3dfb06cb3bac2ec6f46d265c037ca5fc3d.tar.gz |
Document the init_chroot and init_script variables.
# I didn't check the markup too closely, so doc people, please check
Submitted by: Oliver Fromme
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 7e27953..d32dd3b 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. ############################################################## |