Home | History | Annotate | Line # | Download | only in common
list.ramdisk revision 1.8.4.1
      1  1.8.4.1   cherry #	$NetBSD: list.ramdisk,v 1.8.4.1 2011/06/23 14:18:19 cherry Exp $
      2      1.1      mrg 
      3  1.8.4.1   cherry SRCDIRS	bin sbin usr.bin usr.sbin libexec
      4      1.1      mrg 
      5      1.1      mrg # init invokes the shell as -sh
      6      1.1      mrg ARGVLN	sh -sh
      7      1.1      mrg 
      8      1.1      mrg # libhack.o is built by Makefile & included Makefile.inc
      9      1.1      mrg LIBS	libhack.o -lbz2 -lutil -ll -lm
     10      1.1      mrg 
     11      1.1      mrg # various files that we need in /etc for the install
     12      1.1      mrg COPY	${NETBSDSRCDIR}/etc/group		etc/group
     13      1.1      mrg COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     14      1.1      mrg COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     15  1.8.4.1   cherry COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     16      1.5      abs COPY	${DISTRIBDIR}/common/services		etc/services
     17      1.1      mrg 
     18      1.1      mrg # we need the boot block in /usr/mdec + the MBR copy
     19      1.1      mrg COPY	${DESTDIR}/usr/mdec/ofwboot		usr/mdec/ofwboot
     20      1.2  garbled COPY	${DESTDIR}/usr/mdec/netbsd.chrp		usr/mdec/netbsd.chrp
     21      1.2  garbled COPY	${DESTDIR}/usr/mdec/mkbootinfo		usr/mdec/mkbootinfo	755
     22      1.1      mrg 
     23      1.1      mrg # and the boot script
     24      1.1      mrg COPY	${CURDIR}/../common/dot.profile		.profile
     25