Module Name:    src
Committed By:   matt
Date:           Wed Feb  1 22:25:47 UTC 2012

Modified Files:
        src/distrib/evbppc/ramdisk: list

Log Message:
Add ext2/msdos support, allow mount from udf, add flashctl.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/evbppc/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbppc/ramdisk/list
diff -u src/distrib/evbppc/ramdisk/list:1.17 src/distrib/evbppc/ramdisk/list:1.18
--- src/distrib/evbppc/ramdisk/list:1.17	Thu Aug 11 08:39:42 2011
+++ src/distrib/evbppc/ramdisk/list	Wed Feb  1 22:25:46 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.17 2011/08/11 08:39:42 matt Exp $
+#	$NetBSD: list,v 1.18 2012/02/01 22:25:46 matt Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -30,15 +30,22 @@ PROG	sbin/dmesg
 PROG	sbin/fdisk
 PROG	sbin/fsck
 PROG	sbin/fsck_ffs
+PROG	sbin/fsck_ext2fs
+PROG	sbin/fsck_msdos
 PROG	sbin/ifconfig
 PROG	sbin/init
 PROG	sbin/mknod
 PROG	sbin/mount
 PROG	sbin/mount_cd9660
+PROG	sbin/mount_ext2fs
 PROG	sbin/mount_ffs
-PROG	sbin/mount_tmpfs
+PROG	sbin/mount_msdos
 PROG	sbin/mount_nfs
+PROG	sbin/mount_tmpfs
+PROG	sbin/mount_udf
 PROG	sbin/newfs	sbin/mount_mfs
+PROG	sbin/newfs_ext2fs
+PROG	sbin/newfs_msdos
 PROG	sbin/ping
 PROG	sbin/reboot	sbin/halt
 PROG	sbin/restore	sbin/rrestore
@@ -56,6 +63,7 @@ PROG	usr/bin/vmstat
 PROG	usr/bin/netstat
 
 PROG	usr/sbin/chroot
+PROG	usr/sbin/flashctl
 
 # init invokes the shell as -sh
 ARGVLN	sh	-sh

Reply via email to