list.ramdisk revision 1.5
11.5Sabs# $NetBSD: list.ramdisk,v 1.5 2009/09/20 19:49:09 abs 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.5SabsCOPY ${DISTRIBDIR}/common/protocols etc/protocols 161.5SabsCOPY ${DISTRIBDIR}/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.2SgarbledCOPY ${DESTDIR}/usr/mdec/netbsd.chrp usr/mdec/netbsd.chrp 211.2SgarbledCOPY ${DESTDIR}/usr/mdec/mkbootinfo usr/mdec/mkbootinfo 755 221.1Smrg 231.1Smrg# and the common installation tools 241.1SmrgCOPY ${CURDIR}/../common/termcap.mini usr/share/misc/termcap 251.1Smrg 261.1Smrg# and the boot script 271.1SmrgCOPY ${CURDIR}/../common/dot.profile .profile 28