mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
improve the comment for BOOTWAIT
This commit is contained in:
parent
e1f4e80c88
commit
6f3ce68f18
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14102
@ -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).
|
# 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
|
# It allows you to override macro definitions to make without changing
|
||||||
@ -45,9 +45,10 @@
|
|||||||
#PRINTER= ps
|
#PRINTER= ps
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# How many times to check if a key has been pressed before giving up and
|
# How long to wait for a console keypress before booting the default kernel.
|
||||||
# booting the default kernel. 0 actually means check once, but saves the
|
# This value is approximately in milliseconds. Keypresses are accepted by the
|
||||||
# loop overhead. This value is approximately in milliseconds.
|
# BIOS before booting from disk, making it possible to give custom boot
|
||||||
|
# parameters even when this is set to 0.
|
||||||
#
|
#
|
||||||
#BOOTWAIT=0
|
#BOOTWAIT=0
|
||||||
#BOOTWAIT=30000
|
#BOOTWAIT=30000
|
||||||
|
@ -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).
|
# 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
|
# It allows you to override macro definitions to make without changing
|
||||||
@ -45,9 +45,10 @@
|
|||||||
#PRINTER= ps
|
#PRINTER= ps
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# How many times to check if a key has been pressed before giving up and
|
# How long to wait for a console keypress before booting the default kernel.
|
||||||
# booting the default kernel. 0 actually means check once, but saves the
|
# This value is approximately in milliseconds. Keypresses are accepted by the
|
||||||
# loop overhead. This value is approximately in milliseconds.
|
# BIOS before booting from disk, making it possible to give custom boot
|
||||||
|
# parameters even when this is set to 0.
|
||||||
#
|
#
|
||||||
#BOOTWAIT=0
|
#BOOTWAIT=0
|
||||||
#BOOTWAIT=30000
|
#BOOTWAIT=30000
|
||||||
|
@ -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).
|
# 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
|
# It allows you to override macro definitions to make without changing
|
||||||
@ -45,9 +45,10 @@
|
|||||||
#PRINTER= ps
|
#PRINTER= ps
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# How many times to check if a key has been pressed before giving up and
|
# How long to wait for a console keypress before booting the default kernel.
|
||||||
# booting the default kernel. 0 actually means check once, but saves the
|
# This value is approximately in milliseconds. Keypresses are accepted by the
|
||||||
# loop overhead. This value is approximately in milliseconds.
|
# BIOS before booting from disk, making it possible to give custom boot
|
||||||
|
# parameters even when this is set to 0.
|
||||||
#
|
#
|
||||||
#BOOTWAIT=0
|
#BOOTWAIT=0
|
||||||
#BOOTWAIT=30000
|
#BOOTWAIT=30000
|
||||||
|
Loading…
Reference in New Issue
Block a user