Remove phk's errr... interesting idea of slicing a floppy into 10

cylinder groups. :)
This commit is contained in:
Joerg Wunsch 1996-01-21 15:09:25 +00:00
parent f00e21badf
commit bc8a32f09c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13532
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}