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