summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1999-01-14 15:36:53 +0000
committerabial <abial@FreeBSD.org>1999-01-14 15:36:53 +0000
commitf1ce7a5746f1ff92146c7d70ec8cf291d6dec677 (patch)
treea6926a3ea054cc4a680c0fd64a356be4d3df02b3 /release/Makefile
parent1fc7d7305a25b0dbb9d0b0158259ec9d936fdf7d (diff)
downloadFreeBSD-src-f1ce7a5746f1ff92146c7d70ec8cf291d6dec677.zip
FreeBSD-src-f1ce7a5746f1ff92146c7d70ec8cf291d6dec677.tar.gz
(Fix null log in previous commit).
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it really is. Agreed upon by: jkh, msmith and many others
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 34eee9c..739f5c9 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.456 1999/01/12 15:37:19 joerg Exp $
+# $Id: Makefile,v 1.457 1999/01/13 21:56:58 abial Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -660,6 +660,7 @@ doMFSKERN:
@mkdir -p ${RD}/image.${FSIMAGE}/boot
@cp /boot/* ${RD}/image.${FSIMAGE}/boot
@rm -f ${RD}/image.${FSIMAGE}/boot/netboot
+
@echo "@load /kernel" > ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "@echo Please insert MFS root floppy and press enter:" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "@read" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
OpenPOWER on IntegriCloud