diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-09 21:37:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-09 21:37:27 +0000 |
commit | e7cff9ece27bb945cb5c29ecf76e8cd72e67ff1b (patch) | |
tree | 04be6d589149d32d425960cfcfe4df3ec20cd868 /distrib/sparc/install.md | |
parent | 01cea3d3cbc721cf9c945d15d5124ab20e173b3b (diff) |
remove some chatty disklabel stuff
Diffstat (limited to 'distrib/sparc/install.md')
-rw-r--r-- | distrib/sparc/install.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index b1b60512036..6d5c3b71df3 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.59 2009/04/25 03:21:51 deraadt Exp $ +# $OpenBSD: install.md,v 1.60 2009/05/09 21:37:26 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -51,9 +51,8 @@ md_installboot() { return fi - echo Installing boot block... cp ${_prefix}/boot /mnt/boot - sync; sync; sync + sync installboot -v /mnt/boot ${_prefix}/bootxx ${_rawdev} } |