diff options
Diffstat (limited to 'distrib/vax/install.md')
-rw-r--r-- | distrib/vax/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/install.md b/distrib/vax/install.md index b513f5cdade..412cd0d54cc 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.30 2009/04/12 01:35:01 krw Exp $ +# $OpenBSD: install.md,v 1.31 2009/04/12 12:56:02 krw Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -53,7 +53,7 @@ md_prep_disklabel() { if [[ $_disk == $ROOTDISK ]]; then while :; do echo "The auto-allocated layout for $_disk is:" - disklabel -A $_disk | egrep "^#|^ [a-p]:" + disklabel -A $_disk | egrep "^# |^ [a-p]:" ask "Use (A)uto layout, (E)dit auto layout, or create (C)ustom layout?" a case $resp in a*|A*) _op=-w ; AUTOROOT=y ;; |