diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-09 21:37:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-09 21:37:27 +0000 |
commit | e7cff9ece27bb945cb5c29ecf76e8cd72e67ff1b (patch) | |
tree | 04be6d589149d32d425960cfcfe4df3ec20cd868 /distrib/mvme68k/ramdisk | |
parent | 01cea3d3cbc721cf9c945d15d5124ab20e173b3b (diff) |
remove some chatty disklabel stuff
Diffstat (limited to 'distrib/mvme68k/ramdisk')
-rw-r--r-- | distrib/mvme68k/ramdisk/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/mvme68k/ramdisk/install.md b/distrib/mvme68k/ramdisk/install.md index e3912e24c61..6ae508353f3 100644 --- a/distrib/mvme68k/ramdisk/install.md +++ b/distrib/mvme68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.34 2009/04/12 12:56:02 krw Exp $ +# $OpenBSD: install.md,v 1.35 2009/05/09 21:37:26 deraadt Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -35,7 +35,6 @@ MDTERM=vt100 ARCH=ARCH md_installboot() { - echo "Installing boot block..." cp /mnt/usr/mdec/bootsd /mnt/boot /mnt/usr/mdec/installboot -v /mnt/boot /mnt/usr/mdec/bootxx /dev/r${1}a } |