Now that mount knows everything, do not link mount_* with ramdiskbin.

This might be a temporary fix if the traditional mount (possiblly
built in distrib/utils/x_mount?) turned out more space saver.
This commit is contained in:
minoura 2000-11-28 02:46:13 +00:00
parent fc8a285aa2
commit 532d121692

View File

@ -1,4 +1,4 @@
# $NetBSD: ramdiskbin.conf,v 1.6 2000/09/06 14:24:30 minoura Exp $
# $NetBSD: ramdiskbin.conf,v 1.7 2000/11/28 02:46:13 minoura Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
@ -7,8 +7,7 @@ srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/x68k/stand
progs cat chmod chown chroot cp dd df disklabel dmesg ed
progs fsck fsck_ffs ftp gzip ifconfig init more
progs ln ls memswitch mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot rm
progs ln ls memswitch mkdir mknod mount mt mv newfs ping pwd reboot rm
progs route sh shutdown slattach sleep stty swapctl sync pax test
progs umount ping6 rtsol
progs sysinst
@ -34,11 +33,7 @@ ln gzip gzcat gunzip
ln more less
ln sh -sh # init invokes the shell this way
ln test [
ln mount_cd9660 cd9660
ln mount_ffs ffs
ln mount_msdos msdos
ln mount_nfs nfs
ln mount_kernfs kernfs
ln mount mount_cd9660 cd9660 mount_ffs ffs mount_msdos msdos mount_nfs nfs mount_kernfs kernfs
ln reboot halt
# libhack.o is built by Makefile & included Makefile.inc