Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.24
      1  1.24      abs #	$NetBSD: list,v 1.24 2009/09/20 19:41:35 abs Exp $
      2  1.15    lukem 
      3  1.15    lukem SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/x68k/stand
      4   1.1      oki 
      5   1.1      oki # copy the crunched binary, link to it, and kill it
      6  1.15    lukem PROG	bin/cat
      7  1.15    lukem PROG	bin/chmod
      8  1.15    lukem PROG	bin/cp
      9  1.15    lukem PROG	bin/dd
     10  1.15    lukem PROG	bin/df
     11  1.15    lukem #PROG	bin/ed
     12  1.15    lukem PROG	bin/ln
     13  1.15    lukem PROG	bin/ls
     14  1.15    lukem PROG	bin/mkdir
     15  1.15    lukem #PROG	bin/mt
     16  1.15    lukem PROG	bin/mv
     17  1.15    lukem PROG	bin/pax		usr/bin/tar
     18  1.15    lukem PROG	bin/pwd
     19  1.15    lukem PROG	bin/rm
     20  1.15    lukem PROG	bin/sh
     21  1.15    lukem #PROG	bin/sleep
     22  1.15    lukem PROG	bin/stty
     23  1.15    lukem PROG	bin/sync
     24  1.15    lukem 
     25  1.15    lukem PROG	sbin/disklabel
     26  1.15    lukem PROG	sbin/dmesg
     27  1.15    lukem PROG	sbin/fsck
     28  1.15    lukem PROG	sbin/fsck_ffs
     29  1.15    lukem PROG	sbin/ifconfig
     30  1.15    lukem PROG	sbin/init
     31  1.15    lukem PROG	sbin/mknod
     32  1.17    isaki PROG	sbin/mount
     33  1.17    isaki PROG	sbin/mount_cd9660
     34  1.17    isaki PROG	sbin/mount_ffs
     35  1.17    isaki PROG	sbin/mount_kernfs
     36  1.17    isaki PROG	sbin/mount_msdos
     37  1.17    isaki PROG	sbin/mount_nfs
     38  1.15    lukem PROG	sbin/newfs	sbin/mount_mfs
     39  1.15    lukem PROG	sbin/ping
     40  1.15    lukem PROG	sbin/reboot	sbin/halt
     41  1.15    lukem PROG	sbin/route
     42  1.15    lukem PROG	sbin/shutdown
     43  1.15    lukem #PROG	sbin/slattach
     44  1.15    lukem PROG	sbin/swapctl
     45  1.15    lukem PROG	sbin/umount
     46  1.15    lukem 
     47  1.15    lukem PROG	usr/bin/ftp
     48  1.15    lukem PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     49  1.15    lukem PROG	usr/bin/more	usr/bin/less
     50  1.15    lukem PROG	usr/mdec/newdisk
     51  1.15    lukem PROG	usr/mdec/installboot usr/mdec/installboot.new
     52  1.15    lukem PROG	usr/sbin/chown	usr/bin/chgrp
     53  1.15    lukem #PROG	usr/sbin/chroot
     54  1.15    lukem PROG	usr/sbin/memswitch
     55  1.15    lukem 
     56  1.15    lukem ARGVLN	sh -sh
     57  1.15    lukem 
     58  1.15    lukem #SPECIAL ed		srcdir	distrib/utils/x_ed
     59  1.15    lukem SPECIAL gzip		srcdir	distrib/utils/x_gzip
     60  1.15    lukem SPECIAL ifconfig	srcdir	distrib/utils/x_ifconfig
     61  1.15    lukem SPECIAL more		srcdir	distrib/utils/more
     62  1.15    lukem SPECIAL ping		srcdir	distrib/utils/x_ping
     63  1.15    lukem SPECIAL route		srcdir	distrib/utils/x_route
     64  1.15    lukem SPECIAL	installboot	srcdir	sys/arch/x68k/stand/installboot
     65  1.15    lukem 
     66  1.15    lukem # libhack.o is built by Makefile & included Makefile.inc
     67  1.20   dyoung LIBS	libhack.o -lz -lutil -lcurses -ltermcap -lcrypt -ll -lm -lprop
     68   1.1      oki 
     69   1.7  minoura # various files that we need in /etc for the install
     70  1.15    lukem COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     71  1.15    lukem COPY	${NETBSDSRCDIR}/etc/group		etc/group
     72  1.15    lukem COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     73  1.24      abs COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     74  1.24      abs COPY	${DISTRIBDIR}/common/services 		etc/services
     75  1.15    lukem 
     76  1.15    lukem # we need the boot blocks in /usr/mdec
     77  1.15    lukem COPY	${DESTDIR}/usr/mdec/xxboot_ufs	usr/mdec/xxboot_ufs
     78  1.15    lukem LINK	usr/mdec/xxboot_ufs		usr/mdec/sdboot_ufs
     79  1.15    lukem LINK	usr/mdec/xxboot_ufs		usr/mdec/fdboot_ufs
     80  1.15    lukem COPY	${DESTDIR}/usr/mdec/boot	usr/mdec/boot
     81  1.15    lukem COPY	${DESTDIR}/usr/mdec/mboot	usr/mdec/mboot
     82   1.1      oki 
     83   1.1      oki # and the common installation tools
     84  1.15    lukem COPY	${CURDIR}/termcap.vt		usr/share/misc/termcap
     85   1.1      oki 
     86   1.1      oki # the disktab explanation file
     87  1.15    lukem COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
     88   1.1      oki 
     89   1.1      oki # and the installation tools
     90   1.9     tron COPY	${CURDIR}/dot.profile		.profile
     91