1 1.1 hubertf # $NetBSD: list.ramdisk,v 1.1 2006/06/02 22:11:07 hubertf Exp $ 2 1.1 hubertf 3 1.1 hubertf SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin 4 1.1 hubertf 5 1.1 hubertf # init invokes the shell as -sh 6 1.1 hubertf ARGVLN sh -sh 7 1.1 hubertf 8 1.1 hubertf # libhack.o is built by Makefile & included Makefile.inc 9 1.1 hubertf LIBS libhack.o -lbz2 -lutil -ll -lm 10 1.1 hubertf 11 1.1 hubertf # various files that we need in /etc for the install 12 1.1 hubertf COPY ${NETBSDSRCDIR}/etc/group etc/group 13 1.1 hubertf COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 14 1.1 hubertf COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 15 1.1 hubertf COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 16 1.1 hubertf COPY ${NETBSDSRCDIR}/etc/services etc/services 17 1.1 hubertf 18 1.1 hubertf # we need the boot block in /usr/mdec + the MBR copy 19 1.1 hubertf COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 20 1.1 hubertf COPY ${DESTDIR}/usr/mdec/bootxx_ffsv1 usr/mdec/bootxx_ffsv1 21 1.1 hubertf COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2 22 1.1 hubertf COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr 23 1.1 hubertf COPY ${DESTDIR}/usr/mdec/mbr_ext usr/mdec/mbr_ext 24 1.1 hubertf COPY ${DESTDIR}/usr/mdec/mbr_bootsel usr/mdec/mbr_bootsel 25 1.1 hubertf 26 1.1 hubertf # and the common installation tools 27 1.1 hubertf COPY ${CURDIR}/../common/termcap.mini usr/share/misc/termcap 28 1.1 hubertf 29 1.1 hubertf # and the boot script 30 1.1 hubertf CMD sed -e "s/@BOOTMODEL@/${BOOTMODEL}/" < ${CURDIR}/../common/dot.profile > .profile 31 1.1 hubertf MTREE ./.profile type=file uname=root gname=wheel mode=0444 32