summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-09-19 08:35:41 +0000
committerphk <phk@FreeBSD.org>1996-09-19 08:35:41 +0000
commit8fc1517da9a347703f9433b6c34350727e2b03f2 (patch)
treee792dfff1906b4255f839521112025caa7de4e9c
parent47f9b2ba975880229fb018263d105235607a19af (diff)
downloadFreeBSD-src-8fc1517da9a347703f9433b6c34350727e2b03f2.zip
FreeBSD-src-8fc1517da9a347703f9433b6c34350727e2b03f2.tar.gz
Use rawboot for boot floppies.
-rw-r--r--release/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index 0135344..08a0cbe 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.235 1996/09/07 01:05:16 pst Exp $
+# $Id: Makefile,v 1.236 1996/09/09 21:25:40 pst Exp $
#
# How to roll a release:
#
@@ -572,8 +572,7 @@ doMFSKERN:
mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel
ls -l ${RD}/boot.${FSIMAGE}/kernel
rm -f ${RD}/floppies/boot${FSIMAGE}.flp
- sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${FDSIZE} ${RD}/boot.${FSIMAGE} \
- 100000 ${FDLABEL}
- mv fs-image ${RD}/floppies/boot${FSIMAGE}.flp
+ cat /usr/mdec/rawboot ${RD}/boot${FSIMAGE}/kernel | \
+ dd conv=sync of=${RD}/floppies/boot${FSIMAGE}.flp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud