Source-Changes-HG archive

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

[src/trunk]: src/distrib/newsmips/floppies/ramdisk Shrink ramdiskbin:



details:   https://anonhg.NetBSD.org/src/rev/5aebc1afb992
branches:  trunk
changeset: 503134:5aebc1afb992
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Feb 01 06:05:14 2001 +0000

description:
Shrink ramdiskbin:
- Remove mount_kernfs and rcp
- Use x_ed, x_ftp, x_sh, x_umount and libhack.o
- Add x_dmesg

diffstat:

 distrib/newsmips/floppies/ramdisk/ramdiskbin.conf |  17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r de6a1f9bb519 -r 5aebc1afb992 distrib/newsmips/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/newsmips/floppies/ramdisk/ramdiskbin.conf Thu Feb 01 05:57:29 2001 +0000
+++ b/distrib/newsmips/floppies/ramdisk/ramdiskbin.conf Thu Feb 01 06:05:14 2001 +0000
@@ -1,24 +1,29 @@
-#      $NetBSD: ramdiskbin.conf,v 1.1 2000/03/04 19:27:05 tsubai Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.2 2001/02/01 06:05:14 tsutsui Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 
 srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin 
 srcdirs sys/arch/newsmips/stand
 
-progs cat chmod chown chroot cp dd df disklabel ed
+progs cat chmod chown chroot cp dd df disklabel dmesg 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 mv newfs pax ping pwd rcmd rcp reboot
+progs mkdir mknod more mount mount_cd9660 mount_ffs
+progs mount_msdos mount_nfs mv newfs pax ping pwd rcmd reboot
 progs restore rm route sed sh shutdown stty sync test tset umount
 #progs sysinst
 
 special dd srcdir distrib/utils/x_dd
+special dmesg srcdir distrib/utils/x_dmesg
+special ed srcdir distrib/utils/x_ed
+special ftp srcdir distrib/utils/x_ftp
 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 ping srcdir distrib/utils/x_ping
 special route srcdir distrib/utils/x_route
+special sh srcdir distrib/utils/x_sh
+special umount srcdir distrib/utils/x_umount
 #special sysinst srcdir distrib/utils/sysinst/arch/newsmips
 
 ln chown chgrp
@@ -34,5 +39,5 @@
 ln reboot halt
 ln restore rrestore
 
-#libs libhack.o
-libs -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lz -lkvm
+libs libhack.o
+libs -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lz



Home | Main Index | Thread Index | Old Index