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

File: [cvs.NetBSD.org] / src / distrib / amd64 / ramdisks / common / list.ramdisk (download)

Revision 1.11, Fri Feb 5 10:01:17 2010 UTC (14 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.10: +2 -2 lines

Use the rescue terminfo.db in our images instead of termcap.

#	$NetBSD: list.ramdisk,v 1.11 2010/02/05 10:01:17 roy Exp $

SRCDIRS	bin sbin usr.bin usr.sbin libexec

# init invokes the shell as -sh
ARGVLN	sh -sh

# libhack.o is built by Makefile & included Makefile.inc
LIBS	libhack.o -lbz2 -lutil -ll -lm

# various files that we need in /etc for the install
COPY	${NETBSDSRCDIR}/etc/group		etc/group
COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
COPY	${DISTRIBDIR}/common/protocols	etc/protocols
COPY	${DISTRIBDIR}/common/services		etc/services

# we need the boot block in /usr/mdec + the MBR copy
COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
COPY	${DESTDIR}/usr/mdec/bootxx_ffsv1	usr/mdec/bootxx_ffsv1
COPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
COPY	${DESTDIR}/usr/mdec/bootxx_lfsv2	usr/mdec/bootxx_lfsv2
COPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
COPY	${DESTDIR}/usr/mdec/mbr_ext		usr/mdec/mbr_ext
COPY	${DESTDIR}/usr/mdec/mbr_bootsel		usr/mdec/mbr_bootsel

# and the common installation tools
COPY	${DESTDIR}/rescue/terminfo.db		usr/share/misc/terminfo.db

# and the boot script
COPY	${CURDIR}/../common/dot.profile		.profile