Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / distrib / ofppc / ramdisks / common / list.ramdisk
blob3336eb655c644c23832edbd74e7925f0377131e1
1 #       $NetBSD: list.ramdisk,v 1.5 2009/09/20 19:49:09 abs Exp $
3 SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin libexec
5 # init invokes the shell as -sh
6 ARGVLN  sh -sh
8 # libhack.o is built by Makefile & included Makefile.inc
9 LIBS    libhack.o -lbz2 -lutil -ll -lm
11 # various files that we need in /etc for the install
12 COPY    ${NETBSDSRCDIR}/etc/group               etc/group
13 COPY    ${NETBSDSRCDIR}/etc/master.passwd       etc/master.passwd
14 COPY    ${NETBSDSRCDIR}/etc/netconfig           etc/netconfig
15 COPY    ${DISTRIBDIR}/common/protocols  etc/protocols
16 COPY    ${DISTRIBDIR}/common/services           etc/services
18 # we need the boot block in /usr/mdec + the MBR copy
19 COPY    ${DESTDIR}/usr/mdec/ofwboot             usr/mdec/ofwboot
20 COPY    ${DESTDIR}/usr/mdec/netbsd.chrp         usr/mdec/netbsd.chrp
21 COPY    ${DESTDIR}/usr/mdec/mkbootinfo          usr/mdec/mkbootinfo     755
23 # and the common installation tools
24 COPY    ${DISTRIBDIR}/common/termcap            usr/share/misc/termcap
26 # and the boot script
27 COPY    ${CURDIR}/../common/dot.profile         .profile