Module Name: src
Committed By: tsutsui
Date: Fri May 20 07:54:13 UTC 2011
Modified Files:
src/distrib/zaurus/ramdisk: list
Log Message:
- disable chio(1) and slattach(8)
- use x_ed (no crypt support) and x_gzip (no compress and bz2 support)
- add back mount_cd9660 for USB CD/DVD drives
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/zaurus/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/zaurus/ramdisk/list
diff -u src/distrib/zaurus/ramdisk/list:1.16 src/distrib/zaurus/ramdisk/list:1.17
--- src/distrib/zaurus/ramdisk/list:1.16 Fri May 6 18:32:59 2011
+++ src/distrib/zaurus/ramdisk/list Fri May 20 07:54:12 2011
@@ -1,10 +1,10 @@
-# $NetBSD: list,v 1.16 2011/05/06 18:32:59 tsutsui Exp $
+# $NetBSD: list,v 1.17 2011/05/20 07:54:12 tsutsui Exp $
# usr.bin/less has to be first, otherwise the ramdisk.mk generation fails
SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin gnu/usr.bin
PROG bin/cat
-PROG bin/chio
+#PROG bin/chio
PROG bin/chmod
PROG bin/cp
PROG bin/dd
@@ -32,6 +32,7 @@
PROG sbin/init
PROG sbin/mknod
PROG sbin/mount
+PROG sbin/mount_cd9660
PROG sbin/mount_ffs
PROG sbin/mount_msdos
PROG sbin/mount_nfs
@@ -42,7 +43,7 @@
PROG sbin/route
PROG sbin/scsictl
PROG sbin/shutdown
-PROG sbin/slattach
+#PROG sbin/slattach
PROG sbin/swapctl
PROG sbin/umount
@@ -57,11 +58,13 @@
# init invokes the shell as -sh
ARGVLN sh -sh
+SPECIAL ed srcdir distrib/utils/x_ed
+SPECIAL gzip srcdir distrib/utils/x_gzip
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL ping srcdir distrib/utils/x_ping
SPECIAL route srcdir distrib/utils/x_route
-LIBS libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
+LIBS libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
# various files that we need in /etc for the install
COPY ${NETBSDSRCDIR}/etc/group etc/group