diff options
Diffstat (limited to 'distrib/alpha/common/install.md')
-rw-r--r-- | distrib/alpha/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/install.md b/distrib/alpha/common/install.md index 316e7598e29..ed7b58b2e55 100644 --- a/distrib/alpha/common/install.md +++ b/distrib/alpha/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.29 2009/05/31 17:49:53 deraadt Exp $ +# $OpenBSD: install.md,v 1.30 2009/06/02 16:23:45 krw Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -55,7 +55,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 -h -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 ;; |