dokern.sh was repo copied from src/release/scripts to

src/release/${MACHINE_ARCH}
This commit is contained in:
David E. O'Brien 2001-07-21 17:21:52 +00:00
parent f336cdbe02
commit a591fb0865
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80094

View File

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