Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/sparc/ramdisk Pull up rev. 1.9 from trunk.



details:   https://anonhg.NetBSD.org/src/rev/931b0690b192
branches:  netbsd-1-4
changeset: 468128:931b0690b192
user:      pk <pk%NetBSD.org@localhost>
date:      Thu Apr 08 21:18:35 1999 +0000

description:
Pull up rev. 1.9 from trunk.

diffstat:

 distrib/sparc/ramdisk/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 693b7b36c1b4 -r 931b0690b192 distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile    Thu Apr 08 21:18:03 1999 +0000
+++ b/distrib/sparc/ramdisk/Makefile    Thu Apr 08 21:18:35 1999 +0000
@@ -1,10 +1,9 @@
-#      $NetBSD: Makefile,v 1.8 1999/03/04 20:32:20 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.8.2.1 1999/04/08 21:18:35 pk Exp $
 
 TOP=           ${.CURDIR}/..
 MINIROOT=      ${.CURDIR}/../../miniroot
 
 .include "${TOP}/Makefile.inc"
-IMAGE=         ramdisk.fs
 
 CBIN=          ramdiskbin
 
@@ -15,8 +14,8 @@
 VND_RDEV=      /dev/r${VND}a
 VND_CDEV=      /dev/${VND}c
 VND_CRDEV=     /dev/r${VND}c
-IMAGE?=                xxx.fs
 MDEC=          ${DESTDIR}/usr/mdec
+IMAGE?=                ramdisk-${REV}.fs
 
 LISTS=         list
 CRUNCHCONF=    ${CBIN}.conf
@@ -25,13 +24,14 @@
 SIZE=          1656k
 DISKTYPE=      instfs
 GEOM=          512/18/2/92
+INO_BYTES=     4096
 
 all: ${CBIN} 
        dd if=/dev/zero of=${IMAGE} bs=${SIZE} count=1
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
        disklabel -rw ${VND_CDEV} ${DISKTYPE}
        disklabel -W ${VND_CDEV}
-       newfs -B be -m 0 -o space -i 8192 -c 92 ${VND_RDEV}
+       newfs -B be -m 0 -o space -i ${INO_BYTES} -c 92 ${VND_RDEV}
        mount ${VND_DEV} ${MOUNT_POINT}
        mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -u
        TOPDIR=${TOP} CURDIR=${MINIROOT} REALCURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \



Home | Main Index | Thread Index | Old Index