From 532d121692ffa8e4d6e251c7558edc3bfb1b1240 Mon Sep 17 00:00:00 2001 From: minoura Date: Tue, 28 Nov 2000 02:46:13 +0000 Subject: [PATCH] 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. --- distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf b/distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf index 4a409d721b69..3075b0650205 100644 --- a/distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf +++ b/distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf @@ -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