Since we include EXT2FS in the kernel, we should have mount_ext2fs too.
This commit is contained in:
parent
848e39dd70
commit
83636f9dde
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.13 1999/03/16 20:17:14 he Exp $
|
||||
# $NetBSD: list,v 1.14 1999/03/17 23:32:33 he Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
@ -35,6 +35,7 @@ LINK ramdiskbin sbin/kernfs
|
||||
LINK ramdiskbin sbin/mknod
|
||||
LINK ramdiskbin sbin/mount
|
||||
LINK ramdiskbin sbin/mount_cd9660
|
||||
LINK ramdiskbin sbin/mount_ext2fs
|
||||
LINK ramdiskbin sbin/mount_ffs
|
||||
LINK ramdiskbin sbin/mount_kernfs
|
||||
LINK ramdiskbin sbin/mount_msdos
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.10 1999/03/13 21:21:51 sommerfe Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.11 1999/03/17 23:32:33 he Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
@ -7,7 +7,8 @@ srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
|
||||
|
||||
progs bad144 cat chmod chown chroot cp dd df disklabel ed fdisk
|
||||
progs fsck fsck_ffs ftp gzip ifconfig init installboot less
|
||||
progs ln ls mbrlabel mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
|
||||
progs ln ls mbrlabel mkdir mknod
|
||||
progs mount mount_cd9660 mount_ext2fs mount_ffs mount_msdos
|
||||
progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm
|
||||
progs route sed sh shutdown slattach stty swapctl sync test
|
||||
progs tip umount update
|
||||
|
Loading…
Reference in New Issue
Block a user