summaryrefslogtreecommitdiff
path: root/distrib/hp300/ramdisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-09 21:37:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-09 21:37:27 +0000
commite7cff9ece27bb945cb5c29ecf76e8cd72e67ff1b (patch)
tree04be6d589149d32d425960cfcfe4df3ec20cd868 /distrib/hp300/ramdisk
parent01cea3d3cbc721cf9c945d15d5124ab20e173b3b (diff)
remove some chatty disklabel stuff
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r--distrib/hp300/ramdisk/install.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md
index 79adad9541e..ad086f789f9 100644
--- a/distrib/hp300/ramdisk/install.md
+++ b/distrib/hp300/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.49 2009/04/12 12:56:01 krw Exp $
+# $OpenBSD: install.md,v 1.50 2009/05/09 21:37:26 deraadt Exp $
# $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,9 +38,7 @@ MDDKDEVS="/^[hs]d[0-9][0-9]* /s/ .*//p"
md_installboot() {
# $1 is the root disk
- echo -n "Installing boot block..."
disklabel -B ${1}
- echo "done."
}
md_prep_disklabel() {