diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-05-15 01:40:43 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-05-15 01:40:43 +0000 |
commit | 2d24c9a96a160b4ef64056571be065e54741c9f1 (patch) | |
tree | b05d3060d6a21162be0120cccc20443003ad1be9 /distrib/miniroot/install.sub | |
parent | 3bc7e0f2955b5c83678449a417d7e3f82a151844 (diff) |
Zap tedious verbiage announcing disk configuration will start soon.
ok deraadt@
Diffstat (limited to 'distrib/miniroot/install.sub')
-rw-r--r-- | distrib/miniroot/install.sub | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index adbd09547c5..246f22647fe 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.546 2009/05/15 01:31:01 deraadt Exp $ +# $OpenBSD: install.sub,v 1.547 2009/05/15 01:40:42 krw Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1884,16 +1884,6 @@ if [[ $MODE == install ]]; then fi # Get ROOTDISK, ROOTDEV and SWAPDEV. -if [[ $MODE == install && ! -f /etc/fstab ]]; then - cat <<__EOT - -You will now initialize the disk(s) that OpenBSD will use. To enable all -available security features you should configure the disk(s) to allow the -creation of separate filesystems for /, /tmp, /var, /usr, and /home. - -__EOT -fi - set -- $DKDEVS (( $# == 0 )) && { echo "No disks found." ; exit ; } (( $# > 1 )) && _defdsk= |