Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.2.2.1
      1  1.2.2.1    yamt #	$NetBSD: list,v 1.2.2.1 2008/05/18 12:29:42 yamt Exp $
      2      1.1   chris 
      3      1.1   chris # usr.bin/less has to be first, otherwise the ramdisk.mk generation fails
      4      1.1   chris SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin gnu/usr.bin
      5      1.1   chris 
      6      1.1   chris PROG	bin/cat
      7      1.1   chris PROG	bin/chio
      8      1.1   chris PROG	bin/chmod
      9      1.1   chris PROG	bin/cp
     10      1.1   chris PROG	bin/dd
     11      1.1   chris PROG	bin/df
     12      1.1   chris PROG	bin/ed
     13      1.1   chris PROG	bin/ln
     14      1.1   chris PROG	bin/ls
     15      1.1   chris PROG	bin/mkdir
     16      1.1   chris PROG	bin/mv
     17      1.1   chris PROG	bin/pax		usr/bin/tar
     18      1.1   chris PROG	bin/pwd
     19      1.1   chris PROG	bin/rcmd
     20      1.1   chris PROG	bin/rm
     21      1.1   chris PROG	bin/sh
     22      1.1   chris PROG	bin/stty
     23      1.1   chris PROG	bin/sync
     24      1.1   chris 
     25      1.1   chris PROG	sbin/dhclient
     26      1.1   chris PROG	sbin/disklabel
     27      1.2  nonaka PROG	sbin/fdisk
     28      1.1   chris PROG	sbin/fsck
     29      1.1   chris PROG	sbin/fsck_ffs
     30      1.1   chris PROG	sbin/ifconfig
     31      1.1   chris PROG	sbin/init
     32      1.1   chris PROG	sbin/mknod
     33      1.1   chris PROG	sbin/mount
     34      1.1   chris PROG	sbin/mount_cd9660
     35      1.1   chris PROG	sbin/mount_ffs
     36      1.1   chris PROG	sbin/mount_filecore
     37      1.1   chris PROG	sbin/mount_kernfs
     38      1.1   chris PROG	sbin/mount_msdos
     39      1.1   chris PROG	sbin/mount_nfs
     40      1.1   chris PROG	sbin/newfs	sbin/mount_mfs
     41      1.1   chris PROG	sbin/ping
     42      1.1   chris PROG	sbin/reboot	sbin/halt
     43      1.1   chris PROG	sbin/restore	sbin/rrestore
     44      1.1   chris PROG	sbin/route
     45      1.1   chris PROG	sbin/scsictl
     46      1.1   chris PROG	sbin/shutdown
     47      1.1   chris PROG	sbin/slattach
     48      1.1   chris PROG	sbin/swapctl
     49      1.1   chris PROG	sbin/umount
     50      1.1   chris 
     51      1.1   chris PROG	usr/bin/ftp
     52      1.1   chris PROG	usr/bin/gzip	usr/bin/gunzip usr/bin/gzcat
     53      1.1   chris PROG	usr/bin/less	usr/bin/more
     54      1.1   chris PROG	usr/bin/sed
     55      1.1   chris PROG	usr/bin/tip
     56      1.1   chris 
     57      1.1   chris PROG	usr/sbin/chown	usr/bin/chgrp
     58      1.1   chris PROG	usr/sbin/chroot
     59      1.1   chris 
     60      1.1   chris # init invokes the shell as -sh
     61      1.1   chris ARGVLN	sh -sh
     62      1.1   chris 
     63      1.1   chris SPECIAL	dhclient	srcdir	distrib/utils/x_dhclient
     64      1.1   chris SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     65      1.1   chris SPECIAL	ping		srcdir	distrib/utils/x_ping
     66      1.1   chris SPECIAL	route		srcdir	distrib/utils/x_route
     67      1.1   chris 
     68  1.2.2.1    yamt LIBS	libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
     69      1.1   chris 
     70      1.1   chris # various files that we need in /etc for the install
     71      1.1   chris COPY	${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script	555
     72      1.1   chris 
     73      1.1   chris 
     74      1.1   chris # various files that we need in /etc for the install
     75      1.1   chris COPY	${NETBSDSRCDIR}/etc/group		etc/group
     76      1.1   chris COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     77      1.1   chris COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     78      1.1   chris COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
     79      1.1   chris COPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
     80      1.1   chris 
     81      1.1   chris # and the common installation tools
     82      1.1   chris COPY	${NETBSDSRCDIR}/distrib/common/termcap.mini	usr/share/misc/termcap
     83      1.1   chris 
     84      1.1   chris # the disktab explanation file
     85      1.1   chris COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
     86      1.1   chris 
     87      1.1   chris # and the installation tools
     88      1.1   chris COPY	${CURDIR}/dot.profile		.profile
     89      1.1   chris COPY	${CURDIR}/dot.hdprofile		tmp/.hdprofile
     90