diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-04-20 21:15:13 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-04-20 21:15:13 +0000 |
| commit | 5f967b24fc6104c42ab3c253aac05f4ce6eb4b5b (patch) | |
| tree | 105172802ca11aeffeca071a45aea539a8ac60df /sys/boot/forth | |
| parent | 157ddd95397940df777bff8d5bfc820f5dd6f6fb (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index b38c642a464f..4a65831cda37 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -6,7 +6,7 @@ # # All arguments must be in double quotes. # -# $Id: loader.conf,v 1.1 1999/03/09 14:06:55 dcs Exp $ +# $Id: loader.conf,v 1.2 1999/03/14 21:57:49 dcs Exp $ ############################################################## ### Basic configuration options ############################ @@ -61,6 +61,7 @@ bitmap_type="splash_image_data" #boot_single="NO" # Start system in single-user mode #boot_userconfig="NO" # Run kernel's interactive device configuration program #boot_verbose="NO" # Causes extra debugging information to be printed +#init_path="/sbin/init" # Sets the list of init candidates ############################################################## |
