summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-08 09:06:16 +0000
committerjkh <jkh@FreeBSD.org>1998-10-08 09:06:16 +0000
commit09b12ea3fac7d6bf3052187948ae45a57bd2505d (patch)
tree28c26c8bc878d8516937ecc9ed50e1f590719757 /release
parentf4a8651b6ad6103d2894cec8e43d29a9bc00aa88 (diff)
downloadFreeBSD-src-09b12ea3fac7d6bf3052187948ae45a57bd2505d.zip
FreeBSD-src-09b12ea3fac7d6bf3052187948ae45a57bd2505d.tar.gz
Final cleanup pass over boot floppy changes.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/release/Makefile b/release/Makefile
index ae11c66..8c240da 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.405 1998/10/07 22:58:22 jkh Exp $
+# $Id: Makefile,v 1.406 1998/10/08 07:12:37 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -68,7 +68,7 @@ MNT= /mnt
# Various floppy image parameters.
#
# These are adjusted down to the minimum needed by doFS.sh.
-.if ${MACHINE_ARCH} == "386"
+.if ${MACHINE_ARCH} == "i386"
BOOTSIZE= 1440
BOOTMFSSIZE= 1440
FIXITSIZE= 1440
@@ -470,14 +470,11 @@ release.8: write_mfs_in_kernel dumpnlist
${RD}/mfsfd ${MFSINODE} ${BOOTMFSLABEL}
mv fs-image fs-image.std
mv fs-image.size fs-image.std.size
- gzip -c fs-image.std > ${RD}/floppies/mfsroot.img
+ gzip -c fs-image.std > ${RD}/floppies/mfsroot
cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std
- mv ${RD}/floppies/bootstd.flp ${RD}/floppies/bootkern.flp
+ mv ${RD}/floppies/bootstd.flp ${RD}/floppies/kern.flp
cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std _MFSKERN=YES
- mv ${RD}/floppies/bootstd.flp ${RD}/floppies/bootmfs.flp
-.if ${MACHINE_ARCH} != "alpha"
- ln -fs ${RD}/floppies/bootmfs.flp ${RD}/floppies/boot.flp
-.endif
+ mv ${RD}/floppies/bootstd.flp ${RD}/floppies/boot.flp
@echo "Regular and MFS boot floppies made."
touch release.8
OpenPOWER on IntegriCloud