Use x_mount and x_umount.

This commit is contained in:
fvdl 2001-04-29 15:20:55 +00:00
parent 6bb58cf2c0
commit 0dc0aa727e
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ramdiskbin.conf,v 1.3 2000/12/14 22:28:31 jmc Exp $
# $NetBSD: ramdiskbin.conf,v 1.4 2001/04/29 15:20:55 fvdl Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
@ -7,7 +7,7 @@ srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
progs bad144 cat chmod chown chroot cp disklabel
progs fsck fsck_ffs ftp gzip ifconfig init installboot
progs ln ls mkdir mknod more
progs ln ls mkdir mknod
progs mount mount_cd9660 mount_ffs mount_msdos
progs mount_nfs mount_kernfs mv newfs ping pwd reboot rm
progs route sed sh stty swapctl
@ -18,10 +18,11 @@ special init srcdir distrib/utils/init_s
special sysinst srcdir distrib/utils/sysinst/arch/i386
special ftp srcdir distrib/utils/x_ftp
special ifconfig srcdir distrib/utils/x_ifconfig
special more srcdir distrib/utils/more
special route srcdir distrib/utils/x_route
special sh srcdir distrib/utils/x_sh
special ping srcdir distrib/utils/x_ping
special mount srcdir distrib/utils/x_mount
special umount srcdir distrib/utils/x_umount
# "special" gzip is actually larger assuming nothing else uses -lz..
#special gzip srcdir distrib/utils/x_gzip
@ -29,7 +30,6 @@ special ping srcdir distrib/utils/x_ping
ln pax tar
ln chown chgrp
ln gzip gzcat gunzip
ln more less
ln sh -sh # init invokes the shell this way
ln reboot halt