From 1c84deb9cadf1860efccf05ca85cbd929b534e06 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 2 May 1999 17:43:45 +0000 Subject: [PATCH] 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 --- release/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index e116f6e9832..25889597489 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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" -- 2.45.2