diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-01-10 18:00:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-01-10 18:00:47 +0000 |
commit | ea6ed296e3a349e8359f4e2898987817345e03ce (patch) | |
tree | 463ebfaf86be58e7a3c2170593b67685379615b8 /distrib/hp300 | |
parent | 53b52b3c081416ce29fa4a05351c0ef5529ce3a0 (diff) |
No need to disklabel -W before disklabel -B, -W will do it for us.
Diffstat (limited to 'distrib/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md index 8b9d4f9ddbb..7fb5fd91099 100644 --- a/distrib/hp300/ramdisk/install.md +++ b/distrib/hp300/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.42 2005/11/22 20:23:36 miod Exp $ +# $OpenBSD: install.md,v 1.43 2008/01/10 18:00:45 miod Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -46,7 +46,6 @@ md_installboot() { # $1 is the root disk echo -n "Installing boot block..." - disklabel -W ${1} disklabel -B ${1} echo "done." } |