diff options
author | 2009-05-09 21:38:10 +0000 | |
---|---|---|
committer | 2009-05-09 21:38:10 +0000 | |
commit | 09e27c87f8a4c0a70a8254d328d4c7610e0d9833 (patch) | |
tree | f1b32df474578e93b616a569f5701a2038d73bfc | |
parent | remove some chatty disklabel stuff (diff) | |
download | wireguard-openbsd-09e27c87f8a4c0a70a8254d328d4c7610e0d9833.tar.xz wireguard-openbsd-09e27c87f8a4c0a70a8254d328d4c7610e0d9833.zip |
remove chatty disklabel stuff
-rw-r--r-- | distrib/sparc64/common/install.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md index 5eec906d1ac..18bf62b8464 100644 --- a/distrib/sparc64/common/install.md +++ b/distrib/sparc64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.27 2009/04/24 01:43:27 krw Exp $ +# $OpenBSD: install.md,v 1.28 2009/05/09 21:38:10 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -60,9 +60,8 @@ md_installboot() { return fi - echo Installing boot block... ${_prefix}/installboot -v ${_prefix}/bootblk ${_rawdev} - sync; sync; sync + sync if [ -e /mnt/usr/mdec/ofwboot ]; then _prefix=/mnt/usr/mdec @@ -72,7 +71,6 @@ md_installboot() { echo No ofwboot found! return fi - echo Copying ofwboot... cp ${_prefix}/ofwboot /mnt/ofwboot } |