diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-02-24 23:15:09 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-02-24 23:15:09 +0000 |
commit | 4e98f10119d0716568fe14a551cc71d625a67fb6 (patch) | |
tree | 3abac11af320f607895b315cc721b0d7f26d5b62 /distrib/vax | |
parent | 2b3d85fa4858f8dcd6f402979e6a0ae7c2eaf7bf (diff) |
Add boot to ramdisk since it's no longer in base of base.
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/ramdisk/list | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/vax/ramdisk/list b/distrib/vax/ramdisk/list index 6b52118795c..5ac246bb49d 100644 --- a/distrib/vax/ramdisk/list +++ b/distrib/vax/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.6 2002/02/19 07:36:47 deraadt Exp $ +# $OpenBSD: list,v 1.7 2002/02/24 23:15:08 hugh Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # extras @@ -29,6 +29,9 @@ LINK usr/mdec/xxboot usr/mdec/raboot LINK usr/mdec/xxboot usr/mdec/rdboot LINK usr/mdec/xxboot usr/mdec/sdboot +# copy the second stage boot code +COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot + # and a few useful bits of the termcap file (512K and still growing 8-) SPECIAL tic -C ${CURDIR}/../../share/termtypes/termtypes.master | sed -n -e 's,/usr/share/lib/tabset,/usr/share/tabset,g' -e 's,/usr/lib/tabset,/usr/share/tabset,g' -e '/^dumb|/,/:[ ]*$/p' -e '/^unknown|/,/:[ ]*$/p' -e '/^vt.*|/,/:[ ]*$/p' > usr/share/misc/termcap |