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/amd64/common | |
parent | 01cea3d3cbc721cf9c945d15d5124ab20e173b3b (diff) |
remove some chatty disklabel stuff
Diffstat (limited to 'distrib/amd64/common')
-rw-r--r-- | distrib/amd64/common/install.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md index 1fcbe3845e3..895d9ef69e6 100644 --- a/distrib/amd64/common/install.md +++ b/distrib/amd64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.17 2009/04/30 00:03:06 deraadt Exp $ +# $OpenBSD: install.md,v 1.18 2009/05/09 21:37:26 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -47,10 +47,8 @@ md_installboot() { mv bsd.mp bsd fi - echo Installing boot block... cp /usr/mdec/boot /mnt/boot /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot ${1} - echo "done." } md_prep_fdisk() { |