1 1.10 tsutsui # $NetBSD: list.ramdisk,v 1.10 2011/06/19 06:48:07 tsutsui Exp $ 2 1.1 mrg 3 1.9 tsutsui SRCDIRS bin sbin usr.bin usr.sbin libexec 4 1.1 mrg 5 1.1 mrg # init invokes the shell as -sh 6 1.1 mrg ARGVLN sh -sh 7 1.1 mrg 8 1.1 mrg # libhack.o is built by Makefile & included Makefile.inc 9 1.1 mrg LIBS libhack.o -lbz2 -lutil -ll -lm 10 1.1 mrg 11 1.1 mrg # various files that we need in /etc for the install 12 1.1 mrg COPY ${NETBSDSRCDIR}/etc/group etc/group 13 1.1 mrg COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 14 1.1 mrg COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 15 1.10 tsutsui COPY ${DISTRIBDIR}/common/protocols etc/protocols 16 1.5 abs COPY ${DISTRIBDIR}/common/services etc/services 17 1.1 mrg 18 1.1 mrg # we need the boot block in /usr/mdec + the MBR copy 19 1.1 mrg COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 20 1.2 garbled COPY ${DESTDIR}/usr/mdec/netbsd.chrp usr/mdec/netbsd.chrp 21 1.2 garbled COPY ${DESTDIR}/usr/mdec/mkbootinfo usr/mdec/mkbootinfo 755 22 1.1 mrg 23 1.1 mrg # and the boot script 24 1.1 mrg COPY ${CURDIR}/../common/dot.profile .profile 25