diff options
author | adam <adam@FreeBSD.org> | 1996-02-15 21:14:36 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-02-15 21:14:36 +0000 |
commit | 6fb166aaa1a648e7d721c66f63178c80b5dbd311 (patch) | |
tree | c244a5176d57d5e08c9373eaeecba0401c7ec8d4 /share | |
parent | f153098d8fd4cf063b9c6a6a4cf4f3a4edcee28f (diff) | |
download | FreeBSD-src-6fb166aaa1a648e7d721c66f63178c80b5dbd311.zip FreeBSD-src-6fb166aaa1a648e7d721c66f63178c80b5dbd311.tar.gz |
improve the comment for BOOTWAIT
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 0174a64..e4f26d9 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.23 1995/09/30 17:20:27 ache Exp $ +# $Id: make.conf,v 1.24 1996/01/05 18:54:07 ache Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -45,9 +45,10 @@ #PRINTER= ps # # -# How many times to check if a key has been pressed before giving up and -# booting the default kernel. 0 actually means check once, but saves the -# loop overhead. This value is approximately in milliseconds. +# How long to wait for a console keypress before booting the default kernel. +# This value is approximately in milliseconds. Keypresses are accepted by the +# BIOS before booting from disk, making it possible to give custom boot +# parameters even when this is set to 0. # #BOOTWAIT=0 #BOOTWAIT=30000 |