list.ramdisk revision 1.1
11.1Smrg# $NetBSD: list.ramdisk,v 1.1 2008/01/02 11:39:02 mrg Exp $ 21.1Smrg 31.1SmrgSRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin libexec 41.1Smrg 51.1Smrg# init invokes the shell as -sh 61.1SmrgARGVLN sh -sh 71.1Smrg 81.1Smrg# libhack.o is built by Makefile & included Makefile.inc 91.1SmrgLIBS libhack.o -lbz2 -lutil -ll -lm 101.1Smrg 111.1Smrg# various files that we need in /etc for the install 121.1SmrgCOPY ${NETBSDSRCDIR}/etc/group etc/group 131.1SmrgCOPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 141.1SmrgCOPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 151.1SmrgCOPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 161.1SmrgCOPY ${NETBSDSRCDIR}/distrib/common/services etc/services 171.1Smrg 181.1Smrg# we need the boot block in /usr/mdec + the MBR copy 191.1SmrgCOPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 201.1Smrg 211.1Smrg# and the common installation tools 221.1SmrgCOPY ${CURDIR}/../common/termcap.mini usr/share/misc/termcap 231.1Smrg 241.1Smrg# and the boot script 251.1SmrgCOPY ${CURDIR}/../common/dot.profile .profile 26