summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-10 05:41:10 +0000
committerphk <phk@FreeBSD.org>1995-02-10 05:41:10 +0000
commit6b16692f6ce772a7ad0b4a1c679b7460b1c3ba49 (patch)
tree4b94ed12e91bdf744c8dca6209c9d1aeabf32e65 /release/Makefile
parent3b11b18c588f59757c9cdb863cf969f0b8594c95 (diff)
downloadFreeBSD-src-6b16692f6ce772a7ad0b4a1c679b7460b1c3ba49.zip
FreeBSD-src-6b16692f6ce772a7ad0b4a1c679b7460b1c3ba49.tar.gz
A bit of unexpected fallout from the newfs change.
newfs'ing a floppy fails now, unless we tell it geometry. I thought at disktype would take precedence.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index e5b8751..483e546 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.102 1995/02/02 12:29:03 jkh Exp $
+# $Id: Makefile,v 1.103 1995/02/09 08:36:23 jkh Exp $
#
FLOPPY= fd0
@@ -9,10 +9,12 @@ FLOPPY= fd0
.if !defined(EVIL_FLOPPY)
FDLABEL= fd1200
DDBS= 15k
+SECT= 15
DDCOUNT= 80
.else
FDLABEL= fd1440
DDBS= 18k
+SECT= 18
DDCOUNT= 80
.endif
@@ -90,8 +92,8 @@ boot.flp: kernel.BOOTFLP
disklabel -w -r -B \
-b ${DESTDIR}/usr/mdec/fdboot -s ${DESTDIR}/usr/mdec/bootfd \
/dev/r${FLOPPY} ${FDLABEL}
- newfs -c 80 -b 4096 -f 512 -i 9000 -m 0 -o space -T ${FDLABEL} \
- /dev/r${FLOPPY}
+ newfs -c 80 -b 4096 -f 512 -i 9000 -m 0 -t 2 -u ${SECT} \
+ -o space -T ${FDLABEL} /dev/r${FLOPPY}
mount -o async /dev/${FLOPPY} ${MNT}
mkdir ${MNT}/dev ${MNT}/stand ${MNT}/mnt
cp kernel.BOOTFLP ${MNT}/kernel
OpenPOWER on IntegriCloud