Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies Tweak newfs params and fix VND device ...
details: https://anonhg.NetBSD.org/src/rev/e29a4e5d77fe
branches: trunk
changeset: 518562:e29a4e5d77fe
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Dec 02 01:43:12 2001 +0000
description:
Tweak newfs params and fix VND device for unconfig
diffstat:
distrib/i386/floppies/ramdisk-rescuesmall/Makefile | 6 +++---
distrib/i386/floppies/ramdisk-rescuetiny/Makefile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 6f92ebacd982 -r e29a4e5d77fe distrib/i386/floppies/ramdisk-rescuesmall/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Sun Dec 02 01:28:54 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Sun Dec 02 01:43:12 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/11/19 05:31:01 jmc Exp $
+# $NetBSD: Makefile,v 1.16 2001/12/02 01:43:12 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -38,7 +38,7 @@
vnconfig -v -c ${VND} ${IMAGE}.tmp 512/${RAMDISKSPC}/1/${RAMDISKCYLS}
-disklabel ${VND} >tmplabel
disklabel -r -R ${VND} tmplabel
- newfs -B le -m 0 -o space -i 16384 -c 80 ${VND_RDEV}
+ newfs -B le -m 0 -o space -i 32768 -c 80 ${VND_RDEV}
mount ${VND_DEV} ${MOUNT_POINT}
${MTREE} -def ${.CURDIR}/${MTREECONF} -p ${MOUNT_POINT}/ -U
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
@@ -52,7 +52,7 @@
unconfig:
-umount -f ${MOUNT_POINT}
- -vnconfig -u ${VND_DEV}
+ -vnconfig -u ${VND}
-/bin/rm -f ${IMAGE}.tmp
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
diff -r 6f92ebacd982 -r e29a4e5d77fe distrib/i386/floppies/ramdisk-rescuetiny/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Sun Dec 02 01:28:54 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Sun Dec 02 01:43:12 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/11/19 05:31:01 jmc Exp $
+# $NetBSD: Makefile,v 1.15 2001/12/02 01:43:12 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -38,7 +38,7 @@
vnconfig -v -c ${VND} ${IMAGE}.tmp 512/${RAMDISKSPC}/1/${RAMDISKCYLS}
-disklabel ${VND} >tmplabel
disklabel -r -R ${VND} tmplabel
- newfs -B le -m 0 -o space -i 5050 -c 80 ${VND_RDEV}
+ newfs -B le -m 0 -o space -i 4800 -c 80 ${VND_RDEV}
mount ${VND_DEV} ${MOUNT_POINT}
${MTREE} -def ${.CURDIR}/${MTREECONF} -p ${MOUNT_POINT}/ -U
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
@@ -52,7 +52,7 @@
unconfig:
-umount -f ${MOUNT_POINT}
- -vnconfig -u ${VND_DEV}
+ -vnconfig -u ${VND}
-/bin/rm -f ${IMAGE}
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
Home |
Main Index |
Thread Index |
Old Index