Put /usr/mdec/bootxx_ffsv2 into install ramdisk.
This commit is contained in:
parent
88b0eacb84
commit
2131e68dd1
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: list,v 1.20 2008/11/30 04:18:14 tsutsui Exp $
|
# $NetBSD: list,v 1.21 2009/04/22 11:18:29 tsutsui Exp $
|
||||||
|
|
||||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
|
||||||
|
|
||||||
|
@ -61,6 +61,7 @@ LIBS -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
|
||||||
|
|
||||||
# we need the boot blocks /usr/mdec
|
# we need the boot blocks /usr/mdec
|
||||||
COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs
|
COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs
|
||||||
|
COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2
|
||||||
COPY ${DESTDIR}/usr/mdec/boot.pmax usr/mdec/boot.pmax
|
COPY ${DESTDIR}/usr/mdec/boot.pmax usr/mdec/boot.pmax
|
||||||
|
|
||||||
# various files that we need in /etc for the install
|
# various files that we need in /etc for the install
|
||||||
|
|
Loading…
Reference in New Issue