From 24d1999db7820d4598c10146ecc9676c73825ad3 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 31 May 2009 17:49:54 +0000 Subject: Make bootblock installation as silent as possible by default. While there, remove a lot of cruft from the various md_installboot functions ok halex --- distrib/amd64/common/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/amd64/common') diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md index 8064ee31dc9..df66aca7a94 100644 --- a/distrib/amd64/common/install.md +++ b/distrib/amd64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.19 2009/05/11 17:13:07 deraadt Exp $ +# $OpenBSD: install.md,v 1.20 2009/05/31 17:49:53 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -48,7 +48,7 @@ md_installboot() { fi cp /usr/mdec/boot /mnt/boot - /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot ${1} + /usr/mdec/installboot /mnt/boot /usr/mdec/biosboot ${1} } md_prep_fdisk() { -- cgit v1.2.3