Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.1
      1  1.1  matt #	$NetBSD: list,v 1.1 2003/10/19 03:37:16 matt Exp $
      2  1.1  matt 
      3  1.1  matt SRCDIRS	bin sbin usr.bin usr.sbin
      4  1.1  matt 
      5  1.1  matt PROG	bin/cat
      6  1.1  matt PROG	bin/chmod
      7  1.1  matt PROG	bin/cp
      8  1.1  matt PROG	bin/dd
      9  1.1  matt PROG	bin/df
     10  1.1  matt PROG	bin/ed
     11  1.1  matt PROG	bin/ln
     12  1.1  matt PROG	bin/ls
     13  1.1  matt PROG	bin/mkdir
     14  1.1  matt PROG	bin/mt
     15  1.1  matt PROG	bin/mv
     16  1.1  matt PROG	bin/pax		usr/bin/tar
     17  1.1  matt PROG	bin/pwd
     18  1.1  matt PROG	bin/rcmd
     19  1.1  matt PROG	bin/rcp
     20  1.1  matt PROG	bin/rm
     21  1.1  matt PROG	bin/sh
     22  1.1  matt PROG	bin/stty
     23  1.1  matt PROG	bin/sync
     24  1.1  matt 
     25  1.1  matt PROG	sbin/dmesg
     26  1.1  matt PROG	sbin/ifconfig
     27  1.1  matt PROG	sbin/init
     28  1.1  matt PROG	sbin/mknod
     29  1.1  matt PROG	sbin/mount
     30  1.1  matt PROG	sbin/mount_ffs
     31  1.1  matt PROG	sbin/mount_nfs
     32  1.1  matt PROG	sbin/newfs	sbin/mount_mfs
     33  1.1  matt PROG	sbin/ping
     34  1.1  matt PROG	sbin/ping6
     35  1.1  matt PROG	sbin/reboot	sbin/halt
     36  1.1  matt PROG	sbin/restore	sbin/rrestore
     37  1.1  matt PROG	sbin/route
     38  1.1  matt PROG	sbin/rtsol
     39  1.1  matt PROG	sbin/shutdown
     40  1.1  matt PROG	sbin/swapctl
     41  1.1  matt PROG	sbin/umount
     42  1.1  matt 
     43  1.1  matt PROG	usr/bin/ftp
     44  1.1  matt PROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
     45  1.1  matt PROG	usr/bin/more
     46  1.1  matt PROG	usr/bin/sed
     47  1.1  matt PROG	usr/bin/tset
     48  1.1  matt 
     49  1.1  matt PROG	usr/sbin/chown	usr/bin/chgrp
     50  1.1  matt PROG	usr/sbin/chroot
     51  1.1  matt 
     52  1.1  matt # init invokes the shell as -sh
     53  1.1  matt ARGVLN	sh	-sh
     54  1.1  matt 
     55  1.1  matt SPECIAL	dmesg		srcdir	distrib/utils/x_dmesg
     56  1.1  matt SPECIAL	ed		srcdir	distrib/utils/x_ed
     57  1.1  matt SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     58  1.1  matt SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     59  1.1  matt SPECIAL	more		srcdir	distrib/utils/more
     60  1.1  matt SPECIAL	ping		srcdir	distrib/utils/x_ping
     61  1.1  matt SPECIAL	ping6		srcdir	distrib/utils/x_ping6
     62  1.1  matt SPECIAL	route		srcdir	distrib/utils/x_route
     63  1.1  matt SPECIAL	umount		srcdir	distrib/utils/x_umount
     64  1.1  matt 
     65  1.1  matt LIBS	libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
     66  1.1  matt 
     67  1.1  matt # various files that we need in /etc for the install
     68  1.1  matt COPY	${NETBSDSRCDIR}/etc/group		etc/group
     69  1.1  matt COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     70  1.1  matt COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     71  1.1  matt COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
     72  1.1  matt COPY	${NETBSDSRCDIR}/etc/services		etc/services
     73  1.1  matt 
     74  1.1  matt # and the common installation tools
     75  1.1  matt COPY	${CURDIR}/termcap.src		usr/share/misc/termcap
     76  1.1  matt 
     77  1.1  matt # and the disktab explanation file
     78  1.1  matt COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
     79  1.1  matt 
     80  1.1  matt # and the boot script
     81  1.1  matt COPY	${CURDIR}/dot.profile		.profile
     82  1.1  matt MTREE	./.profile	type=file uname=root gname=wheel mode=0644
     83