summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-12 05:47:28 +0000
committerphk <phk@FreeBSD.org>1994-11-12 05:47:28 +0000
commit22d93d8107bb8b38d5e4387d483fcc1627f5c6be (patch)
tree4884359b87da079099bc427b21fe9b8f8f6efce6 /release
parent72f0a6c2c9f28ecf1ee7eb7b0447b978c79e4f22 (diff)
downloadFreeBSD-src-22d93d8107bb8b38d5e4387d483fcc1627f5c6be.zip
FreeBSD-src-22d93d8107bb8b38d5e4387d483fcc1627f5c6be.tar.gz
Try to align to floppy image to a number of sectors to avoid people
making bad floppies.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 8e32017..7d1ca4c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.35 1994/11/11 22:27:11 jkh Exp $
+# $Id: Makefile,v 1.36 1994/11/12 02:25:04 jkh Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@@ -90,7 +90,8 @@ cpio.flp:
for i in ${CPIO1} ; do rm -f ./$$i ; ln cpio_flp_1 ./$$i ; done
( cd /${DESTDIR} ; ls ${CPIO2} | cpio -H newc -oa ) | cpio -ivd
( cd ${.CURDIR} ; ls ${CPIO3} | cpio -H newc -oa ) | cpio -ivd
- ls ${CPIO1} ${CPIO2} ${CPIO3} | cpio -H newc -oa | gzip -9 > cpio.flp
+ ls ${CPIO1} ${CPIO2} ${CPIO3} | cpio -H newc -oa | gzip -9 | \
+ dd obs=512 > cpio.flp
gzip -9 -v < cpio.flp > cpio.flp.gz
ls -l cpio.flp*
OpenPOWER on IntegriCloud