Temporarily disable INTRO_USERCONFIG for the moment.

Noted by:  Dave Cornejo <dave@dogwood.com>
This commit is contained in:
peter 2001-06-14 23:48:13 +00:00
parent d34b3502ad
commit 2f740bb0d0

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