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