e87796b3eb
all static. This makes it possible to write a md_make_bsd_partitions() function without having to copy all of bsddisklabel.c into md.c. Make ofppc sysinst install sanely and in a bootable manner on both my 7044, and my pegasos. The only thing the user needs to do is pick the right kernel set.
28 lines
965 B
Plaintext
28 lines
965 B
Plaintext
# $NetBSD: list.ramdisk,v 1.2 2008/01/23 23:15:37 garbled Exp $
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin 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 ${NETBSDSRCDIR}/etc/protocols etc/protocols
|
|
COPY ${NETBSDSRCDIR}/distrib/common/services etc/services
|
|
|
|
# we need the boot block in /usr/mdec + the MBR copy
|
|
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
|
|
COPY ${DESTDIR}/usr/mdec/netbsd.chrp usr/mdec/netbsd.chrp
|
|
COPY ${DESTDIR}/usr/mdec/mkbootinfo usr/mdec/mkbootinfo 755
|
|
|
|
# and the common installation tools
|
|
COPY ${CURDIR}/../common/termcap.mini usr/share/misc/termcap
|
|
|
|
# and the boot script
|
|
COPY ${CURDIR}/../common/dot.profile .profile
|