summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-05 04:29:53 +0000
committerjkh <jkh@FreeBSD.org>1997-02-05 04:29:53 +0000
commitb12cb65847ddd25b37488dba657090b205a98f4e (patch)
treeb3bec37bf94561b6e3cefa934eea2211e2a64829 /release/scripts
parent18e5b773306245a018008c1b73725488d592ad98 (diff)
downloadFreeBSD-src-b12cb65847ddd25b37488dba657090b205a98f4e.zip
FreeBSD-src-b12cb65847ddd25b37488dba657090b205a98f4e.tar.gz
1. Sync ABOUT.TXT changes.
2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks were just too non-functional for other things.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/doFS.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh
index d55c424..61195fd 100644
--- a/release/scripts/doFS.sh
+++ b/release/scripts/doFS.sh
@@ -34,11 +34,10 @@ do
vnconfig -s labels -c /dev/r${VNDEVICE} fs-image
- dd if=${RD}/trees/bin/usr/mdec/boot1 of=fs-image conv=notrunc
disklabel -Brw \
-b ${RD}/trees/bin/usr/mdec/fdboot \
-s ${RD}/trees/bin/usr/mdec/bootfd \
- ${VNDEVICE} auto
+ /dev/r${VNDEVICE} minimum
newfs -u 0 -t 0 -i ${FSINODE} -m 0 -T minimum -o space /dev/r${VNDEVICE}c
OpenPOWER on IntegriCloud