summaryrefslogtreecommitdiff
path: root/distrib/hp300/ramdisk/install.md
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-31 17:49:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-31 17:49:54 +0000
commit24d1999db7820d4598c10146ecc9676c73825ad3 (patch)
tree7bb45285702730bbb5a6089ed1898c88504367a8 /distrib/hp300/ramdisk/install.md
parente378318a967ade3cf3dc2b972b471f69b27ca9b6 (diff)
Make bootblock installation as silent as possible by default. While
there, remove a lot of cruft from the various md_installboot functions ok halex
Diffstat (limited to 'distrib/hp300/ramdisk/install.md')
-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 3504cf8754e..a32e9817ba1 100644
--- a/distrib/hp300/ramdisk/install.md
+++ b/distrib/hp300/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.51 2009/05/11 17:13:07 deraadt Exp $
+# $OpenBSD: install.md,v 1.52 2009/05/31 17:49:53 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.
@@ -36,8 +36,6 @@ ARCH=ARCH
MDDKDEVS="/^[hs]d[0-9][0-9]* /s/ .*//p"
md_installboot() {
- # $1 is the root disk
-
disklabel -B ${1}
}