From 2f740bb0d05ec226f4797e4a2c376445c8c2b31c Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 14 Jun 2001 23:48:13 +0000 Subject: Temporarily disable INTRO_USERCONFIG for the moment. Noted by: Dave Cornejo --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 1530085..a5b81c3 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 -- cgit v1.1