diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-09 23:00:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-09 23:00:46 +0000 |
commit | 8236de29019d858d74a5f6a53ff6c45b8d6659ab (patch) | |
tree | 475c91303e2193ed64343f6f540be3cc5fc1113e /distrib | |
parent | 001560ddd01d240d92b9ba6dd9b4a36e34d820ee (diff) |
xxboot on main ramdisk in mbr
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/landisk/ramdisk/list | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/landisk/ramdisk/list b/distrib/landisk/ramdisk/list index 8189b5363da..9cc1e18197f 100644 --- a/distrib/landisk/ramdisk/list +++ b/distrib/landisk/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.4 2006/11/09 22:43:29 deraadt Exp $ +# $OpenBSD: list,v 1.5 2006/11/09 23:00:45 deraadt Exp $ SRCDIRS distrib/special SRCDIRS usr.bin bin sbin usr.sbin @@ -80,6 +80,9 @@ SPECIAL cd dev; sh MAKEDEV ramdisk # we need at least this one file from mdec COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr +COPY ${DESTDIR}/usr/mdec/xxboot usr/mdec/xxboot +LINK usr/mdec/xxboot usr/mdec/wdboot +LINK usr/mdec/xxboot usr/mdec/sdboot # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group |