diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2012-07-10 14:25:01 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2012-07-10 14:25:01 +0000 |
commit | abb090ad7def441d642abd6ad2ba2a0784d29642 (patch) | |
tree | f9423b759882c4f49a2d2cba965849fd7816dca3 /distrib/sparc | |
parent | d66b92b9a5586fc73a9b68de51eca13361b2709e (diff) |
since disklabel -W is no more, zap it from all the install.md's
ok krw@
Diffstat (limited to 'distrib/sparc')
-rw-r--r-- | distrib/sparc/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 42c82082e83..9766a9c0e11 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.65 2011/04/17 20:57:11 krw Exp $ +# $OpenBSD: install.md,v 1.66 2012/07/10 14:25:00 halex Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -58,7 +58,6 @@ md_installboot() { md_prep_disklabel() { local _disk=$1 _f _op - disklabel -W $_disk >/dev/null 2>&1 _f=/tmp/fstab.$_disk if [[ $_disk == $ROOTDISK ]]; then while :; do |