Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.7
      1  1.7  dyoung #	$NetBSD: list,v 1.7 2008/05/06 15:32:06 dyoung Exp $
      2  1.1     wdk 
      3  1.2   lukem SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin
      4  1.2   lukem 
      5  1.2   lukem PROG	bin/cat
      6  1.2   lukem PROG	bin/chmod
      7  1.2   lukem PROG	bin/cp
      8  1.2   lukem PROG	bin/dd
      9  1.2   lukem PROG	bin/df
     10  1.2   lukem PROG	bin/ed
     11  1.2   lukem PROG	bin/ln
     12  1.2   lukem PROG	bin/ls
     13  1.2   lukem PROG	bin/mkdir
     14  1.2   lukem PROG	bin/mt
     15  1.2   lukem PROG	bin/mv
     16  1.2   lukem PROG	bin/pax		usr/bin/cpio usr/bin/tar
     17  1.2   lukem PROG	bin/pwd
     18  1.2   lukem PROG	bin/rm
     19  1.2   lukem PROG	bin/sh
     20  1.2   lukem PROG	bin/stty
     21  1.2   lukem PROG	bin/sync
     22  1.2   lukem 
     23  1.2   lukem PROG	sbin/disklabel
     24  1.2   lukem PROG	sbin/fsck
     25  1.2   lukem PROG	sbin/fsck_ffs
     26  1.2   lukem PROG	sbin/ifconfig
     27  1.2   lukem PROG	sbin/init
     28  1.2   lukem PROG	sbin/mknod
     29  1.2   lukem PROG	sbin/mount
     30  1.2   lukem PROG	sbin/mount_cd9660
     31  1.2   lukem PROG	sbin/mount_ffs
     32  1.2   lukem PROG	sbin/mount_kernfs
     33  1.2   lukem PROG	sbin/mount_msdos
     34  1.2   lukem PROG	sbin/mount_nfs
     35  1.2   lukem PROG	sbin/newfs	sbin/mount_mfs
     36  1.2   lukem PROG	sbin/ping
     37  1.2   lukem PROG	sbin/reboot	sbin/halt
     38  1.2   lukem PROG	sbin/route
     39  1.2   lukem PROG	sbin/shutdown
     40  1.2   lukem PROG	sbin/slattach
     41  1.2   lukem PROG	sbin/umount
     42  1.2   lukem 
     43  1.2   lukem PROG	usr/bin/ftp
     44  1.2   lukem PROG	usr/bin/gzip	usr/bin/gunzip usr/bin/gzcat
     45  1.2   lukem PROG	usr/bin/sed
     46  1.2   lukem PROG	usr/bin/tip
     47  1.2   lukem PROG	usr/bin/tset
     48  1.2   lukem 
     49  1.2   lukem PROG	usr/mdec/installboot
     50  1.2   lukem 
     51  1.2   lukem PROG	usr/sbin/chown	usr/bin/chgrp
     52  1.2   lukem PROG	usr/sbin/chroot
     53  1.2   lukem 
     54  1.2   lukem # init invokes the shell as -sh
     55  1.2   lukem ARGVLN	sh -sh
     56  1.2   lukem 
     57  1.2   lukem SPECIAL	ping		srcdir	distrib/utils/x_ping
     58  1.2   lukem 
     59  1.2   lukem # we have not switched to MI usr.sbin/installboot yet.
     60  1.2   lukem SPECIAL	installboot	srcdir	sys/arch/${MACHINE}/stand/installboot
     61  1.2   lukem 
     62  1.7  dyoung LIBS	libhack.o -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
     63  1.1     wdk 
     64  1.1     wdk # we need the boot blocks /usr/mdec
     65  1.2   lukem COPY	${DESTDIR}/usr/mdec/boot	usr/mdec/boot
     66  1.2   lukem COPY	${DESTDIR}/usr/mdec/bootxx_ffs	usr/mdec/bootxx_ffs
     67  1.1     wdk 
     68  1.1     wdk # various files that we need in /etc for the install
     69  1.3   lukem COPY	${NETBSDSRCDIR}/etc/group		etc/group
     70  1.3   lukem COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     71  1.3   lukem COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     72  1.3   lukem COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
     73  1.6  dogcow COPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
     74  1.1     wdk 
     75  1.1     wdk # and the common installation tools
     76  1.1     wdk COPY	${CURDIR}/termcap.src	usr/share/misc/termcap
     77  1.2   lukem COPY	${DISTRIBDIR}/utils/script-installer/dot.commonutils	.commonutils
     78  1.2   lukem COPY	${DISTRIBDIR}/utils/script-installer/dot.instutils	.instutils
     79  1.1     wdk 
     80  1.1     wdk # the disktab explanation file
     81  1.1     wdk COPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
     82  1.1     wdk 
     83  1.1     wdk # and the shell startup files
     84  1.1     wdk COPY	${CURDIR}/dot.profile			.profile
     85  1.1     wdk COPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
     86  1.1     wdk 
     87  1.1     wdk # someday put in the release notes too
     88  1.1     wdk #
     89  1.2   lukem # COPY	${DISTRIBDIR}/notes/mipsco/INSTALL.txt	INSTALL.txt
     90