[BACK]Return to list.ramdisk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / amd64 / ramdisks / common

Annotation of src/distrib/amd64/ramdisks/common/list.ramdisk, Revision 1.3

1.3     ! skd         1: #      $NetBSD: list.ramdisk,v 1.2 2007/05/10 23:22:28 dogcow Exp $
1.1       hubertf     2:
                      3: SRCDIRS        bin sbin usr.bin usr.sbin gnu/usr.bin
                      4:
                      5: # init invokes the shell as -sh
                      6: ARGVLN sh -sh
                      7:
                      8: # libhack.o is built by Makefile & included Makefile.inc
                      9: LIBS   libhack.o -lbz2 -lutil -ll -lm
                     10:
                     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   ${NETBSDSRCDIR}/etc/protocols           etc/protocols
1.2       dogcow     16: COPY   ${NETBSDSRCDIR}/distrib/common/services         etc/services
1.1       hubertf    17:
                     18: # we need the boot block in /usr/mdec + the MBR copy
                     19: COPY   ${DESTDIR}/usr/mdec/boot                usr/mdec/boot
                     20: COPY   ${DESTDIR}/usr/mdec/bootxx_ffsv1        usr/mdec/bootxx_ffsv1
                     21: COPY   ${DESTDIR}/usr/mdec/bootxx_ffsv2        usr/mdec/bootxx_ffsv2
1.3     ! skd        22: COPY   ${DESTDIR}/usr/mdec/bootxx_lfsv2        usr/mdec/bootxx_lfsv2
1.1       hubertf    23: COPY   ${DESTDIR}/usr/mdec/mbr                 usr/mdec/mbr
                     24: COPY   ${DESTDIR}/usr/mdec/mbr_ext             usr/mdec/mbr_ext
                     25: COPY   ${DESTDIR}/usr/mdec/mbr_bootsel         usr/mdec/mbr_bootsel
                     26:
                     27: # and the common installation tools
                     28: COPY   ${CURDIR}/../common/termcap.mini        usr/share/misc/termcap
                     29:
                     30: # and the boot script
                     31: COPY   ${CURDIR}/../common/dot.profile         .profile

CVSweb <webmaster@jp.NetBSD.org>