Temporarily disable INTRO_USERCONFIG for the moment.

Noted by:  Dave Cornejo <dave@dogwood.com>
This commit is contained in:
Peter Wemm 2001-06-14 23:48:13 +00:00
parent 19980bc92d
commit 13465b1b33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78228

View File

@ -875,7 +875,7 @@ createBOOTMFS:
@cd ${.CURDIR}/../sys/${MACHINE}/conf && \
sh ${.CURDIR}/scripts/dokern.sh ${FDSIZE} < ${KERNCONF} > BOOTMFS && \
[ -r ${KERNCONF}.hints ] && cp ${KERNCONF}.hints BOOTMFS.hints
.if ${MACHINE_ARCH} == "i386"
.if 0 && ${MACHINE_ARCH} == "i386"
@echo "options INTRO_USERCONFIG" >> \
${.CURDIR}/../sys/${MACHINE}/conf/BOOTMFS
.endif