Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.7
      1  1.7  dogcow #	$NetBSD: list,v 1.7 2007/05/10 23:22:32 dogcow Exp $
      2  1.1   rafal 
      3  1.1   rafal SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/sgimips/stand
      4  1.1   rafal 
      5  1.1   rafal PROG	bin/cat
      6  1.1   rafal PROG	bin/chmod
      7  1.1   rafal PROG	bin/cp
      8  1.1   rafal PROG	bin/dd
      9  1.1   rafal PROG	bin/df
     10  1.1   rafal PROG	bin/ed
     11  1.1   rafal PROG	bin/ln
     12  1.1   rafal PROG	bin/ls
     13  1.1   rafal PROG	bin/mkdir
     14  1.1   rafal PROG	bin/mv
     15  1.6  sekiya PROG	bin/pax		usr/bin/tar
     16  1.1   rafal PROG	bin/pwd
     17  1.1   rafal PROG	bin/rm
     18  1.1   rafal PROG	bin/sh
     19  1.1   rafal PROG	bin/stty
     20  1.1   rafal PROG	bin/sync
     21  1.1   rafal 
     22  1.6  sekiya PROG	sbin/dhclient
     23  1.1   rafal PROG	sbin/disklabel
     24  1.1   rafal PROG	sbin/fsck
     25  1.1   rafal PROG	sbin/fsck_ffs
     26  1.1   rafal PROG	sbin/ifconfig
     27  1.1   rafal PROG	sbin/init
     28  1.1   rafal PROG	sbin/mknod
     29  1.1   rafal PROG	sbin/mount
     30  1.1   rafal PROG	sbin/mount_cd9660
     31  1.1   rafal PROG	sbin/mount_ffs
     32  1.1   rafal PROG	sbin/mount_nfs
     33  1.1   rafal PROG	sbin/newfs	sbin/mount_mfs
     34  1.1   rafal PROG	sbin/ping
     35  1.1   rafal PROG	sbin/reboot	sbin/halt
     36  1.1   rafal PROG	sbin/restore	sbin/rrestore
     37  1.1   rafal PROG	sbin/route
     38  1.1   rafal PROG	sbin/shutdown
     39  1.1   rafal PROG	sbin/umount
     40  1.1   rafal 
     41  1.1   rafal PROG	usr/bin/ftp
     42  1.1   rafal PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     43  1.1   rafal PROG	usr/bin/sed
     44  1.1   rafal 
     45  1.2   rafal PROG	usr/mdec/sgivol
     46  1.1   rafal 
     47  1.1   rafal PROG	usr/sbin/chown	usr/bin/chgrp
     48  1.1   rafal PROG	usr/sbin/chroot
     49  1.1   rafal 
     50  1.6  sekiya SPECIAL	dhclient	srcdir	distrib/utils/x_dhclient
     51  1.6  sekiya SPECIAL	ed		srcdir	distrib/utils/x_ed
     52  1.6  sekiya SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     53  1.6  sekiya SPECIAL	ping		srcdir	distrib/utils/x_ping
     54  1.6  sekiya SPECIAL	route		srcdir	distrib/utils/x_route
     55  1.6  sekiya SPECIAL	umount		srcdir	distrib/utils/x_umount
     56  1.6  sekiya SPECIAL	sgivol		srcdir	sys/arch/sgimips/stand/sgivol
     57  1.6  sekiya 
     58  1.6  sekiya LIBS	libhack.o -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz
     59  1.6  sekiya 
     60  1.1   rafal # init invokes the shell as -sh
     61  1.1   rafal ARGVLN	sh -sh
     62  1.1   rafal 
     63  1.1   rafal # we need the boot blocks /usr/mdec
     64  1.4  sekiya COPY	${DESTDIR}/usr/mdec/aoutboot		usr/mdec/aoutboot
     65  1.4  sekiya COPY	${DESTDIR}/usr/mdec/ip2xboot		usr/mdec/ip2xboot
     66  1.4  sekiya COPY	${DESTDIR}/usr/mdec/ip3xboot		usr/mdec/ip3xboot
     67  1.1   rafal 
     68  1.1   rafal # various files that we need in /etc for the install
     69  1.6  sekiya COPY	${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555
     70  1.1   rafal COPY	${NETBSDSRCDIR}/etc/group		etc/group
     71  1.1   rafal COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     72  1.1   rafal COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
     73  1.1   rafal COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     74  1.7  dogcow COPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
     75  1.1   rafal 
     76  1.1   rafal # and the common installation tools
     77  1.1   rafal COPY	${CURDIR}/../miniroot/termcap.iris-ansi	usr/share/misc/termcap
     78  1.1   rafal 
     79  1.1   rafal # the disktab explanation file
     80  1.1   rafal COPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
     81  1.1   rafal 
     82  1.1   rafal # and the shell startup files
     83  1.1   rafal COPY	${CURDIR}/dot.profile			.profile
     84  1.1   rafal COPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
     85  1.1   rafal 
     86