diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-10-15 04:32:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-10-15 04:32:29 +0000 |
commit | 8dd4cfcff6ec906985908ef26e06adc8f8add6bf (patch) | |
tree | d63ce6776b49e5f5fb9c7933b712d77ccb96f148 /distrib/mvme88k/ramdisk | |
parent | d1e58cf24a5a81d38a2927e3d79edefbd173c2e9 (diff) |
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....
Diffstat (limited to 'distrib/mvme88k/ramdisk')
-rw-r--r-- | distrib/mvme88k/ramdisk/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |