xref: /netbsd-src/distrib/ofppc/ramdisks/common/list.ramdisk (revision ce099b40997c43048fb78bd578195f81d2456523)
1#	$NetBSD: list.ramdisk,v 1.2 2008/01/23 23:15:37 garbled Exp $
2
3SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin libexec
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}/distrib/common/services		etc/services
17
18# we need the boot block in /usr/mdec + the MBR copy
19COPY	${DESTDIR}/usr/mdec/ofwboot		usr/mdec/ofwboot
20COPY	${DESTDIR}/usr/mdec/netbsd.chrp		usr/mdec/netbsd.chrp
21COPY	${DESTDIR}/usr/mdec/mkbootinfo		usr/mdec/mkbootinfo	755
22
23# and the common installation tools
24COPY	${CURDIR}/../common/termcap.mini	usr/share/misc/termcap
25
26# and the boot script
27COPY	${CURDIR}/../common/dot.profile		.profile
28