Source-Changes-HG archive

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

[src/trunk]: src/distrib/macppc/floppies/ramdisk Make ramdiskbin smaller to f...



details:   https://anonhg.NetBSD.org/src/rev/1fd8fb4b2347
branches:  trunk
changeset: 474500:1fd8fb4b2347
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Thu Jul 08 16:36:15 1999 +0000

description:
Make ramdiskbin smaller to fit into ramdisk.

diffstat:

 distrib/macppc/floppies/ramdisk/Makefile        |   6 +++---
 distrib/macppc/floppies/ramdisk/ramdiskbin.conf |  12 +++++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (63 lines):

diff -r 9cbe4dd1759a -r 1fd8fb4b2347 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Thu Jul 08 16:11:40 1999 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Thu Jul 08 16:36:15 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 1999/05/11 20:46:59 veego Exp $
+#      $NetBSD: Makefile,v 1.6 1999/07/08 16:36:15 tsubai Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -28,7 +28,7 @@
        dd if=/dev/zero of=${IMAGE} bs=${SIZE} count=1
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
        disklabel -rw ${VND_CDEV} ${DISKTYPE}
-       newfs -B be -m 0 -o space -i 4096 -c 80 ${VND_RDEV}
+       newfs -B be -m 0 -o space -i 6144 -c 96 ${VND_RDEV}
        mount ${VND_DEV} ${MOUNT_POINT}
        mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -u
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
@@ -41,7 +41,7 @@
 
 unconfig:
        -umount -f ${MOUNT_POINT}
-       -vnconfig -u ${VND_DEV}
+       -vnconfig -u ${VND_CDEV}
        -/bin/rm -f ${IMAGE}
 
 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
diff -r 9cbe4dd1759a -r 1fd8fb4b2347 distrib/macppc/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/macppc/floppies/ramdisk/ramdiskbin.conf   Thu Jul 08 16:11:40 1999 +0000
+++ b/distrib/macppc/floppies/ramdisk/ramdiskbin.conf   Thu Jul 08 16:36:15 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.4 1999/01/27 13:18:31 tsubai Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.5 1999/07/08 16:36:15 tsubai Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 
@@ -8,15 +8,17 @@
 progs cat chmod chown chroot cp dd df disklabel ed
 progs fsck fsck_ffs ftp gzip ifconfig init installboot ln ls
 progs mkdir mknod more mount mount_cd9660 mount_ffs mount_kernfs
-progs mount_msdos mount_nfs mt mv newfs pax ping pwd rcmd rcp reboot
+progs mount_msdos mount_nfs mv newfs pax ping pwd rcmd rcp reboot
 progs restore rm route sed sh shutdown slattach stty sync
 progs test tip tset umount update
 progs sysinst
 
-special init srcdir distrib/utils/init_s
+special dd srcdir distrib/utils/x_dd
 special gzip srcdir distrib/utils/x_gzip
+special ifconfig srcdir distrib/utils/x_ifconfig
+special init srcdir distrib/utils/init_s
 special more srcdir distrib/utils/more
-special sysinst srcdir distrib/utils/sysinst
+special route srcdir distrib/utils/x_route
 special sysinst srcdir distrib/utils/sysinst/arch/macppc
 
 ln chown chgrp
@@ -35,4 +37,4 @@
 srcdirs distrib/utils
 
 libs libhack.o
-libs -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lkvm
+libs -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lz -lkvm



Home | Main Index | Thread Index | Old Index