Use x_mount and x_umount. Remove mount_ext2fs, since there's no ext2fs
support in INSTALL_TINY.
This commit is contained in:
parent
b7025ec37b
commit
6bb58cf2c0
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.2 2000/12/14 22:28:31 jmc Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.3 2001/04/29 15:20:33 fvdl Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
@ -8,7 +8,7 @@ srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
|
||||
progs bad144 cat chio chmod chown chroot cp dd df disklabel dump ed
|
||||
progs fsck fsck_ffs ftp gzip ifconfig init installboot
|
||||
progs ln ls mkdir mknod more
|
||||
progs mount mount_cd9660 mount_ext2fs mount_ffs mount_msdos
|
||||
progs mount mount_cd9660 mount_ffs mount_msdos
|
||||
progs mount_nfs mount_kernfs mt mv newfs ping pwd rcmd reboot restore rm
|
||||
progs route scsictl sh sysctl stty swapctl sync
|
||||
progs umount
|
||||
@ -24,6 +24,8 @@ 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
|
||||
|
||||
ln pax tar
|
||||
ln chown chgrp
|
||||
|
Loading…
Reference in New Issue
Block a user