summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-03 21:09:11 +0000
committermsmith <msmith@FreeBSD.org>1998-11-03 21:09:11 +0000
commitb6968d189c23f2d7bc8b243b18943e805155b982 (patch)
tree8a3fddb15090e54fd84d51797d47f4ebcf87e02e /release
parentb120b000dd3d7d51784b21ff0eac99915e502c9b (diff)
downloadFreeBSD-src-b6968d189c23f2d7bc8b243b18943e805155b982.zip
FreeBSD-src-b6968d189c23f2d7bc8b243b18943e805155b982.tar.gz
USERCONFIG_BOOT -> INTRO_USERCONFIG
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 2dbad05..f972b3e 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.423 1998/11/03 03:31:22 jkh Exp $
+# $Id: Makefile,v 1.424 1998/11/03 03:36:34 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -694,7 +694,7 @@ doMFSKERN:
echo "options SCSI_NO_OP_STRINGS" >> BOOTMFS && \
echo "options SCSI_NO_SENSE_STRINGS" >> BOOTMFS
.if ${MACHINE_ARCH} == "i386"
- @echo "options USERCONFIG_BOOT" >> ${.CURDIR}/../sys/i386/conf/BOOTMFS
+ @echo "options INTRO_USERCONFIG" >> ${.CURDIR}/../sys/i386/conf/BOOTMFS
.endif
.if defined(_MFSKERN)
@echo "options \"MFS_ROOT_SIZE=`cat fs-image.${FSIMAGE}.size`\"" >> \
OpenPOWER on IntegriCloud