list.ramdisk revision 1.2
11.2Sdogcow# $NetBSD: list.ramdisk,v 1.2 2007/05/10 23:22:28 dogcow Exp $ 21.1Shubertf 31.1ShubertfSRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin 41.1Shubertf 51.1Shubertf# init invokes the shell as -sh 61.1ShubertfARGVLN sh -sh 71.1Shubertf 81.1Shubertf# libhack.o is built by Makefile & included Makefile.inc 91.1ShubertfLIBS libhack.o -lbz2 -lutil -ll -lm 101.1Shubertf 111.1Shubertf# various files that we need in /etc for the install 121.1ShubertfCOPY ${NETBSDSRCDIR}/etc/group etc/group 131.1ShubertfCOPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 141.1ShubertfCOPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 151.1ShubertfCOPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 161.2SdogcowCOPY ${NETBSDSRCDIR}/distrib/common/services etc/services 171.1Shubertf 181.1Shubertf# we need the boot block in /usr/mdec + the MBR copy 191.1ShubertfCOPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 201.1ShubertfCOPY ${DESTDIR}/usr/mdec/bootxx_ffsv1 usr/mdec/bootxx_ffsv1 211.1ShubertfCOPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2 221.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr 231.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr_ext usr/mdec/mbr_ext 241.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr_bootsel usr/mdec/mbr_bootsel 251.1Shubertf 261.1Shubertf# and the common installation tools 271.1ShubertfCOPY ${CURDIR}/../common/termcap.mini usr/share/misc/termcap 281.1Shubertf 291.1Shubertf# and the boot script 301.1ShubertfCOPY ${CURDIR}/../common/dot.profile .profile 31