summaryrefslogtreecommitdiff
path: root/distrib/landisk/ramdisk
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-01-10 18:00:47 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-01-10 18:00:47 +0000
commitea6ed296e3a349e8359f4e2898987817345e03ce (patch)
tree463ebfaf86be58e7a3c2170593b67685379615b8 /distrib/landisk/ramdisk
parent53b52b3c081416ce29fa4a05351c0ef5529ce3a0 (diff)
No need to disklabel -W before disklabel -B, -W will do it for us.
Diffstat (limited to 'distrib/landisk/ramdisk')
-rw-r--r--distrib/landisk/ramdisk/install.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/install.md b/distrib/landisk/ramdisk/install.md
index bcb0b1c6208..0c6f2e3a8ba 100644
--- a/distrib/landisk/ramdisk/install.md
+++ b/distrib/landisk/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.11 2007/02/11 18:59:31 krw Exp $
+# $OpenBSD: install.md,v 1.12 2008/01/10 18:00:46 miod Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -45,7 +45,6 @@ md_installboot() {
# $1 is the root disk
echo -n "Installing boot block..."
- disklabel -W ${1}
disklabel -B ${1}
# use extracted mdec if it exists (may be newer)