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/vax | |
parent | 01cea3d3cbc721cf9c945d15d5124ab20e173b3b (diff) |
remove some chatty disklabel stuff
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/vax/install.md b/distrib/vax/install.md index 412cd0d54cc..d294c81ce6e 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.31 2009/04/12 12:56:02 krw Exp $ +# $OpenBSD: install.md,v 1.32 2009/05/09 21:37:26 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -40,7 +40,6 @@ MDMTDEVS='/^[cms]t[0-9][0-9]* /s/ .*//p;/^ts[0-9]0-9]* /s/ .*//p' ARCH=ARCH md_installboot() { - echo "Installing boot block..." cp /mnt/usr/mdec/boot /mnt/boot /sbin/disklabel -B $1 } |