summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-06 20:32:22 +0000
committermsmith <msmith@FreeBSD.org>1998-11-06 20:32:22 +0000
commit815c9a8514a77f11624b9867601c27e08feb846a (patch)
treecc04079450e17ca8007398e6d719c6dea9f11067 /sys/i386
parentd76c9ae77d726238f555f7117d67426fe7da5e8e (diff)
downloadFreeBSD-src-815c9a8514a77f11624b9867601c27e08feb846a.zip
FreeBSD-src-815c9a8514a77f11624b9867601c27e08feb846a.tar.gz
USERCONFIG_BOOT -> INTRO_USERCONFIG
Submitted by: des
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index b946277..4c946b3 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.499 1998/11/06 09:35:32 obrien Exp $
+# $Id: LINT,v 1.500 1998/11/06 09:37:38 obrien Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -317,7 +317,7 @@ options UCONSOLE
# XXX - this doesn't belong here either
options USERCONFIG #boot -c editor
-options USERCONFIG_BOOT #imply -c and parse info area
+options INTRO_USERCONFIG #imply -c and show intro screen
options VISUAL_USERCONFIG #visual boot -c editor
#####################################################################
@@ -1770,4 +1770,4 @@ options DPT_RESET_HBA
# Don't EVER set this without having talked to Simon Shapiro on the phone
# first.
-options DPT_SHUTDOWN_SLEEP=500
+options DPT_SHUTDOWN_SLEEP=500 \ No newline at end of file
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b946277..4c946b3 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.499 1998/11/06 09:35:32 obrien Exp $
+# $Id: LINT,v 1.500 1998/11/06 09:37:38 obrien Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -317,7 +317,7 @@ options UCONSOLE
# XXX - this doesn't belong here either
options USERCONFIG #boot -c editor
-options USERCONFIG_BOOT #imply -c and parse info area
+options INTRO_USERCONFIG #imply -c and show intro screen
options VISUAL_USERCONFIG #visual boot -c editor
#####################################################################
@@ -1770,4 +1770,4 @@ options DPT_RESET_HBA
# Don't EVER set this without having talked to Simon Shapiro on the phone
# first.
-options DPT_SHUTDOWN_SLEEP=500
+options DPT_SHUTDOWN_SLEEP=500 \ No newline at end of file
OpenPOWER on IntegriCloud