From b12cb65847ddd25b37488dba657090b205a98f4e Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 5 Feb 1997 04:29:53 +0000 Subject: 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. --- release/scripts/doFS.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'release/scripts') 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 -- cgit v1.1