diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-03-10 06:48:44 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-03-10 06:48:44 +0000 |
commit | a83ff50dde2cee047d2ae80babeec3e703974689 (patch) | |
tree | 4cead8134ca1dd90a7a31b50a22f57d8da0f5ecb /distrib | |
parent | 82ac8265fb40e1d080a3f7c715a359bebc3a99c9 (diff) |
Use the base boot.
Diffstat (limited to 'distrib')
-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 |