list.ramdisk revision 1.9
11.9Sabs# $NetBSD: list.ramdisk,v 1.9 2009/09/20 19:49:07 abs Exp $ 21.1Shubertf 31.7StsutsuiSRCDIRS bin sbin usr.bin usr.sbin libexec 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.9SabsCOPY ${DISTRIBDIR}/common/protocols etc/protocols 161.9SabsCOPY ${DISTRIBDIR}/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.3SskdCOPY ${DESTDIR}/usr/mdec/bootxx_lfsv2 usr/mdec/bootxx_lfsv2 231.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr 241.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr_ext usr/mdec/mbr_ext 251.1ShubertfCOPY ${DESTDIR}/usr/mdec/mbr_bootsel usr/mdec/mbr_bootsel 261.1Shubertf 271.1Shubertf# and the common installation tools 281.5StsutsuiCOPY ${NETBSDSRCDIR}/distrib/common/termcap.mini usr/share/misc/termcap 291.1Shubertf 301.1Shubertf# and the boot script 311.1ShubertfCOPY ${CURDIR}/../common/dot.profile .profile 32