diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-31 17:49:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-31 17:49:54 +0000 |
commit | 24d1999db7820d4598c10146ecc9676c73825ad3 (patch) | |
tree | 7bb45285702730bbb5a6089ed1898c88504367a8 /distrib/i386 | |
parent | e378318a967ade3cf3dc2b972b471f69b27ca9b6 (diff) |
Make bootblock installation as silent as possible by default. While
there, remove a lot of cruft from the various md_installboot functions
ok halex
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index 1c6b066fce8..c5e57356031 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.42 2009/05/11 17:13:07 deraadt Exp $ +# $OpenBSD: install.md,v 1.43 2009/05/31 17:49:53 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -50,7 +50,7 @@ md_installboot() { # LBA biosboot uses /boot's i-node number. Using 'cat' preserves that # number, so multiboot setups (NTLDR) can work across upgrades. cat /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() { |