From bc8a32f09c09cb7e48fd6fc3eda8949b441baa45 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 21 Jan 1996 15:09:25 +0000 Subject: [PATCH] Remove phk's errr... interesting idea of slicing a floppy into 10 cylinder groups. :) --- release/doFS.sh | 2 +- release/scripts/doFS.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/doFS.sh b/release/doFS.sh index 4280ca0e726..6422ac821fb 100644 --- a/release/doFS.sh +++ b/release/doFS.sh @@ -46,7 +46,7 @@ do -s ${RD}/trees/bin/usr/mdec/bootfd \ /dev/r${VNDEVICE} minimum - newfs -u 0 -c 8 -t 0 -i ${FSINODE} -m 0 -T minimum /dev/r${VNDEVICE}a + newfs -u 0 -t 0 -i ${FSINODE} -m 0 -T minimum /dev/r${VNDEVICE}a mount /dev/${VNDEVICE}a ${MNT} diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh index 4280ca0e726..6422ac821fb 100644 --- a/release/scripts/doFS.sh +++ b/release/scripts/doFS.sh @@ -46,7 +46,7 @@ do -s ${RD}/trees/bin/usr/mdec/bootfd \ /dev/r${VNDEVICE} minimum - newfs -u 0 -c 8 -t 0 -i ${FSINODE} -m 0 -T minimum /dev/r${VNDEVICE}a + newfs -u 0 -t 0 -i ${FSINODE} -m 0 -T minimum /dev/r${VNDEVICE}a mount /dev/${VNDEVICE}a ${MNT}