Home | History | Annotate | Line # | Download | only in common
list.ramdisk revision 1.3.2.1
      1  1.3.2.1      jym #	$NetBSD: list.ramdisk,v 1.3.2.1 2009/05/13 19:17:49 jym Exp $
      2      1.1      mrg 
      3      1.1      mrg SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin 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.3.2.1      jym COPY	${NETBSDSRCDIR}/distrib/common/protocols	etc/protocols
     16      1.1      mrg COPY	${NETBSDSRCDIR}/distrib/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 common installation tools
     24      1.1      mrg COPY	${CURDIR}/../common/termcap.mini	usr/share/misc/termcap
     25      1.1      mrg 
     26      1.1      mrg # and the boot script
     27      1.1      mrg COPY	${CURDIR}/../common/dot.profile		.profile
     28