From 8dd4cfcff6ec906985908ef26e06adc8f8add6bf Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 15 Oct 2003 04:32:29 +0000 Subject: ok it is OpenBSD's 8th birthday a bit of silliness is permitted change mvme* to install bootblocks with correct path ok drahn, and some others.. not sure who, because it is hard to check my mail from the blackberry I am commiting this from, over ssh of course... hmmmm mcnalleyes.... --- distrib/mvme88k/ramdisk/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/mvme88k/ramdisk') diff --git a/distrib/mvme88k/ramdisk/install.md b/distrib/mvme88k/ramdisk/install.md index 8c274a4b9b1..f1151cfe64a 100644 --- a/distrib/mvme88k/ramdisk/install.md +++ b/distrib/mvme88k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.22 2003/10/12 13:18:37 krw Exp $ +# $OpenBSD: install.md,v 1.23 2003/10/15 04:32:28 deraadt Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -46,8 +46,8 @@ md_set_term() { md_installboot() { echo "Installing boot block..." - cp /mnt/usr/mdec/bootsd /mnt/bootsd - /mnt/usr/mdec/installboot -v /mnt/bootsd /mnt/usr/mdec/bootxx /dev/r${1}a + cp /mnt/usr/mdec/bootsd /mnt/boot + /mnt/usr/mdec/installboot -v /mnt/boot /mnt/usr/mdec/bootxx /dev/r${1}a } # $1 is the disk to check -- cgit v1.2.3