Sat Aug 27 14:30:33 2011 UTC ()
Add fdisk and ext2fs tools, pmon-based platforms needs them.


(bouyer)
diff -r1.16 -r1.17 src/distrib/evbmips/instkernel/ramdisk/list

cvs diff -r1.16 -r1.17 src/distrib/evbmips/instkernel/ramdisk/list (switch to unified diff)

--- src/distrib/evbmips/instkernel/ramdisk/list 2011/07/03 23:11:32 1.16
+++ src/distrib/evbmips/instkernel/ramdisk/list 2011/08/27 14:30:33 1.17
@@ -1,70 +1,74 @@ @@ -1,70 +1,74 @@
1# $NetBSD: list,v 1.16 2011/07/03 23:11:32 tron Exp $ 1# $NetBSD: list,v 1.17 2011/08/27 14:30:33 bouyer Exp $
2 2
3SRCDIRS bin sbin external/bsd/less/bin usr.bin usr.sbin 3SRCDIRS bin sbin external/bsd/less/bin usr.bin usr.sbin
4 4
5PROG bin/cat 5PROG bin/cat
6PROG bin/chmod 6PROG bin/chmod
7PROG bin/cp 7PROG bin/cp
8PROG bin/dd 8PROG bin/dd
9PROG bin/df 9PROG bin/df
10PROG bin/ed 10PROG bin/ed
11PROG bin/ln 11PROG bin/ln
12PROG bin/ls 12PROG bin/ls
13PROG bin/mkdir 13PROG bin/mkdir
14PROG bin/mv 14PROG bin/mv
15PROG bin/pax usr/bin/tar 15PROG bin/pax usr/bin/tar
16PROG bin/pwd 16PROG bin/pwd
17PROG bin/rm 17PROG bin/rm
18PROG bin/rmdir 18PROG bin/rmdir
19PROG bin/sh 19PROG bin/sh
20PROG bin/stty 20PROG bin/stty
21PROG bin/sync 21PROG bin/sync
22 22
23PROG sbin/chown bin/chgrp 23PROG sbin/chown bin/chgrp
24PROG sbin/disklabel 24PROG sbin/disklabel
 25PROG sbin/fdisk
25PROG sbin/fsck 26PROG sbin/fsck
 27PROG sbin/fsck_ext2fs
26PROG sbin/fsck_ffs 28PROG sbin/fsck_ffs
27PROG sbin/ifconfig 29PROG sbin/ifconfig
28PROG sbin/init 30PROG sbin/init
29PROG sbin/mknod 31PROG sbin/mknod
30PROG sbin/mount 32PROG sbin/mount
31PROG sbin/mount_cd9660 33PROG sbin/mount_cd9660
 34PROG sbin/mount_ext2fs
32PROG sbin/mount_ffs 35PROG sbin/mount_ffs
33PROG sbin/mount_kernfs 36PROG sbin/mount_kernfs
34PROG sbin/mount_msdos 37PROG sbin/mount_msdos
35PROG sbin/mount_nfs 38PROG sbin/mount_nfs
36PROG sbin/newfs sbin/mount_mfs 39PROG sbin/newfs sbin/mount_mfs
 40PROG sbin/newfs_ext2fs
37PROG sbin/ping 41PROG sbin/ping
38PROG sbin/reboot sbin/halt 42PROG sbin/reboot sbin/halt
39PROG sbin/restore sbin/rrestore 43PROG sbin/restore sbin/rrestore
40PROG sbin/route 44PROG sbin/route
41PROG sbin/shutdown 45PROG sbin/shutdown
42PROG sbin/slattach 46PROG sbin/slattach
43PROG sbin/swapctl 47PROG sbin/swapctl
44PROG sbin/umount 48PROG sbin/umount
45 49
46PROG usr/bin/ftp 50PROG usr/bin/ftp
47PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 51PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
48PROG usr/bin/less usr/bin/more 52PROG usr/bin/less usr/bin/more
49PROG usr/bin/sed 53PROG usr/bin/sed
50PROG usr/bin/tset 54PROG usr/bin/tset
51 55
52PROG usr/sbin/chroot 56PROG usr/sbin/chroot
53 57
54SPECIAL gzip srcdir distrib/utils/x_gzip 58SPECIAL gzip srcdir distrib/utils/x_gzip
55SPECIAL ping srcdir distrib/utils/x_ping 59SPECIAL ping srcdir distrib/utils/x_ping
56 60
57LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 61LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
58 62
59# init invokes the shell as -sh 63# init invokes the shell as -sh
60ARGVLN sh -sh 64ARGVLN sh -sh
61 65
62# various files that we need in /etc for the install 66# various files that we need in /etc for the install
63COPY ${NETBSDSRCDIR}/etc/group etc/group 67COPY ${NETBSDSRCDIR}/etc/group etc/group
64COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 68COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
65COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 69COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
66COPY ${DISTRIBDIR}/common/protocols etc/protocols 70COPY ${DISTRIBDIR}/common/protocols etc/protocols
67COPY ${DISTRIBDIR}/common/services etc/services 71COPY ${DISTRIBDIR}/common/services etc/services
68 72
69# and the installation tools 73# and the installation tools
70COPY ${CURDIR}/dot.profile .profile 74COPY ${CURDIR}/dot.profile .profile