Home | History | Annotate | Line # | Download | only in common
list.ramdisk revision 1.7
      1  1.7  tsutsui #	$NetBSD: list.ramdisk,v 1.7 2009/04/29 18:07:01 tsutsui Exp $
      2  1.1  hubertf 
      3  1.7  tsutsui SRCDIRS	bin sbin usr.bin usr.sbin libexec
      4  1.1  hubertf 
      5  1.1  hubertf # init invokes the shell as -sh
      6  1.1  hubertf ARGVLN	sh -sh
      7  1.1  hubertf 
      8  1.1  hubertf # libhack.o is built by Makefile & included Makefile.inc
      9  1.1  hubertf LIBS	libhack.o -lbz2 -lutil -ll -lm
     10  1.1  hubertf 
     11  1.1  hubertf # various files that we need in /etc for the install
     12  1.1  hubertf COPY	${NETBSDSRCDIR}/etc/group		etc/group
     13  1.1  hubertf COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     14  1.1  hubertf COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     15  1.6      abs COPY	${NETBSDSRCDIR}/distrib/common/protocols		etc/protocols
     16  1.2   dogcow COPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
     17  1.1  hubertf 
     18  1.1  hubertf # we need the boot block in /usr/mdec + the MBR copy
     19  1.1  hubertf COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
     20  1.1  hubertf COPY	${DESTDIR}/usr/mdec/bootxx_ffsv1	usr/mdec/bootxx_ffsv1
     21  1.1  hubertf COPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
     22  1.3      skd COPY	${DESTDIR}/usr/mdec/bootxx_lfsv2	usr/mdec/bootxx_lfsv2
     23  1.1  hubertf COPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
     24  1.1  hubertf COPY	${DESTDIR}/usr/mdec/mbr_ext		usr/mdec/mbr_ext
     25  1.1  hubertf COPY	${DESTDIR}/usr/mdec/mbr_bootsel		usr/mdec/mbr_bootsel
     26  1.1  hubertf 
     27  1.1  hubertf # and the common installation tools
     28  1.5  tsutsui COPY	${NETBSDSRCDIR}/distrib/common/termcap.mini	usr/share/misc/termcap
     29  1.1  hubertf 
     30  1.1  hubertf # and the boot script
     31  1.1  hubertf COPY	${CURDIR}/../common/dot.profile		.profile
     32