diff options
author | 2002-03-10 06:48:43 +0000 | |
---|---|---|
committer | 2002-03-10 06:48:43 +0000 | |
commit | 16b6cc40f3e5d45a1d07e125939aabb04103f27e (patch) | |
tree | e3d22e2d3d1d1888a863e53b5222c498a36aeb1d | |
parent | call inittodr() to avoid reseting the clock; problem reported in tech@. (diff) | |
download | wireguard-openbsd-16b6cc40f3e5d45a1d07e125939aabb04103f27e.tar.xz wireguard-openbsd-16b6cc40f3e5d45a1d07e125939aabb04103f27e.zip |
Use the base boot.
-rw-r--r-- | distrib/vax/install.md | 4 | ||||
-rw-r--r-- | distrib/vax/ramdisk/list | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/distrib/vax/install.md b/distrib/vax/install.md index 0d1e85a3581..7d5fdf5eb70 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.5 2002/02/24 23:17:29 hugh Exp $ +# $OpenBSD: install.md,v 1.6 2002/03/10 06:48:43 hugh Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -88,7 +88,7 @@ md_questions() { md_installboot() { echo "Installing boot block..." - cp /usr/mdec/boot /mnt/boot + cp /mnt/usr/mdec/boot /mnt/boot /sbin/disklabel -B $1 } diff --git a/distrib/vax/ramdisk/list b/distrib/vax/ramdisk/list index 5ac246bb49d..dd807b86f2a 100644 --- a/distrib/vax/ramdisk/list +++ b/distrib/vax/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.7 2002/02/24 23:15:08 hugh Exp $ +# $OpenBSD: list,v 1.8 2002/03/10 06:48:43 hugh Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # extras @@ -29,9 +29,6 @@ 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 |