diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-27 11:53:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-27 11:53:33 +0000 |
commit | 2c81a34ec1b798b90d485c0ec855727de9a37677 (patch) | |
tree | 02001a21087a105b21587a20348dd2b2ed499946 /distrib/i386/floppies | |
parent | fca0da2e1da9937cf394d790d58bd58a3f08bcae (diff) |
more inodes
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/inst-common/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/inst-common/Makefile.inc b/distrib/i386/floppies/inst-common/Makefile.inc index 019c991d90e..47ca60f366c 100644 --- a/distrib/i386/floppies/inst-common/Makefile.inc +++ b/distrib/i386/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.8 1996/09/21 07:02:59 deraadt Exp $ +# $Id: Makefile.inc,v 1.9 1996/09/27 11:53:32 deraadt Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -23,12 +23,12 @@ all: ${CBIN} dd if=/dev/zero of=${REALIMAGE} bs=10k count=120 disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd ${REALIMAGE} floppy5 vnconfig -v -c ${VND_DEV} ${REALIMAGE} - newfs -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} floppy5 + newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy5 .else dd if=/dev/zero of=${REALIMAGE} bs=10k count=144 disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd ${REALIMAGE} floppy3 vnconfig -v -c ${VND_DEV} ${REALIMAGE} - newfs -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} floppy3 + newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy3 .endif mount ${VND_DEV} ${MOUNT_POINT} mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u |