Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbarm/instkernel/ramdisk Add newfs_ext2fs and mount...



details:   https://anonhg.NetBSD.org/src/rev/b48a51690e5b
branches:  trunk
changeset: 784517:b48a51690e5b
user:      he <he%NetBSD.org@localhost>
date:      Wed Jan 30 14:12:33 2013 +0000

description:
Add newfs_ext2fs and mount_ext2fs, useful for installing on a hard
disk on KUROBOX_PRO.

diffstat:

 distrib/evbarm/instkernel/ramdisk/list |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 0b133b20bb1f -r b48a51690e5b distrib/evbarm/instkernel/ramdisk/list
--- a/distrib/evbarm/instkernel/ramdisk/list    Wed Jan 30 13:53:54 2013 +0000
+++ b/distrib/evbarm/instkernel/ramdisk/list    Wed Jan 30 14:12:33 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.23 2012/08/10 20:17:09 matt Exp $
+#      $NetBSD: list,v 1.24 2013/01/30 14:12:33 he Exp $
 
 SRCDIRS        bin sbin external/bsd/less/bin usr.bin usr.sbin
 
@@ -32,12 +32,14 @@
 PROG   sbin/mknod
 PROG   sbin/mount
 PROG   sbin/mount_cd9660
+PROG   sbin/mount_ext2fs
 PROG   sbin/mount_ffs
 PROG   sbin/mount_kernfs
 PROG   sbin/mount_msdos
 PROG   sbin/mount_nfs
 PROG   sbin/mount_tmpfs
 PROG   sbin/newfs      sbin/mount_mfs
+PROG   sbin/newfs_ext2fs
 PROG   sbin/ping
 PROG   sbin/reboot     sbin/halt
 PROG   sbin/restore    sbin/rrestore



Home | Main Index | Thread Index | Old Index