Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies/ramdisk-rescuesmall Tweak newfs so thi...
details: https://anonhg.NetBSD.org/src/rev/2630fa439378
branches: trunk
changeset: 515741:2630fa439378
user: jmc <jmc%NetBSD.org@localhost>
date: Thu Oct 04 04:57:20 2001 +0000
description:
Tweak newfs so this has space again. Really need barely any inodes on the floppy
diffstat:
distrib/i386/floppies/ramdisk-rescuesmall/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 65bf63ab3640 -r 2630fa439378 distrib/i386/floppies/ramdisk-rescuesmall/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Thu Oct 04 04:51:27 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Thu Oct 04 04:57:20 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/10/04 04:14:06 jmc Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/04 04:57:20 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -39,7 +39,7 @@
vnconfig -v -c ${VND_CDEV} ${IMAGE}.tmp 512/${RAMDISKSPC}/1/${RAMDISKCYLS}
-disklabel ${VND_CDEV} >tmplabel
disklabel -r -R ${VND_CDEV} tmplabel
- newfs -B le -m 0 -o space -i 3950 -c 80 ${VND_RDEV}
+ newfs -B le -m 0 -o space -i 8192 -c 80 ${VND_RDEV}
mount ${VND_DEV} ${MOUNT_POINT}
mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -U
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
Home |
Main Index |
Thread Index |
Old Index