Install boot.config with `-P' in it in the i386 boot floppy.

Also, let the bigboot floppy to have /boot/loader.rc with
  echo \007\007
  autoboot 10
This commit is contained in:
Masafumi Max NAKANE 1999-05-02 17:43:45 +00:00
parent 8c4110d213
commit 96a3add7e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46323

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.479 1999/04/27 05:09:43 max Exp $
# $Id: Makefile,v 1.480 1999/04/29 17:56:28 jdp Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@ -667,9 +667,12 @@ doMFSKERN:
@echo "echo Please insert MFS root floppy and press enter:" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "read" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "load -t mfs_root /mfsroot" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "echo \\007\\007\n" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
.endif
@echo "echo \\007\\007" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "autoboot 10" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
@touch ${RD}/image.${FSIMAGE}/boot/loader.config
.if ${MACHINE_ARCH} == "i386"
@echo "-P" >> ${RD}/image.${FSIMAGE}/boot.config
.endif
.if defined(BIGBOOT)
@echo "Writing MFS image into kernel for ${FSIMAGE} floppy"