summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1999-05-02 17:43:45 +0000
committermax <max@FreeBSD.org>1999-05-02 17:43:45 +0000
commit1c84deb9cadf1860efccf05ca85cbd929b534e06 (patch)
tree1bdfd3ed610b83cb14dcc60991a58ec0e7ed7cc2 /release/Makefile
parentb1b9afbc889ee9533f706647461ace8d23a9efb1 (diff)
downloadFreeBSD-src-1c84deb9cadf1860efccf05ca85cbd929b534e06.zip
FreeBSD-src-1c84deb9cadf1860efccf05ca85cbd929b534e06.tar.gz
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
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index e116f6e..2588959 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"
OpenPOWER on IntegriCloud