Shrink ramdiskbin:
- Remove mount_kernfs and rcp - Use x_ed, x_ftp, x_sh, x_umount and libhack.o - Add x_dmesg
This commit is contained in:
parent
cc69b6930f
commit
281108ad68
@ -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 rcmd rsh
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user