diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-17 19:54:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-17 19:54:56 +0000 |
commit | 1b9465d8184aafc2726e345508b0bddd2953519f (patch) | |
tree | 37f26783d2668a10eb6f8daa7fec67f13c429186 /distrib | |
parent | f73311f5c118a9972c5e8f88d901e2b0b7e9350b (diff) |
Pick up the bits from /usr/mdec that we need to install.
Thanks to otto@ for the reminder.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/socppc/ramdisk/list | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/socppc/ramdisk/list b/distrib/socppc/ramdisk/list index e3d50d6a83f..32ae23dfb2f 100644 --- a/distrib/socppc/ramdisk/list +++ b/distrib/socppc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.8 2010/01/01 05:47:01 deraadt Exp $ +# $OpenBSD: list,v 1.9 2010/02/17 19:54:55 kettenis Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -61,6 +61,10 @@ LINK instbin sbin/sysctl SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk +# we need the contents of /usr/mdec +COPY ${DESTDIR}/usr/mdec/boot.elf usr/mdec/boot.elf +COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr + # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group COPY ${DESTDIR}/etc/spwd.db etc/spwd.db |