From f1c1ec1fe30bce47617cb5f797ddaa30f6e3ec27 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 12 Apr 2009 01:35:02 +0000 Subject: No longer need '-f' or '-p' when displaying layout. A few patterns missed the '# size offset ...' line at the top of the partition list. --- distrib/amd64/common/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/amd64') diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md index bdab1b27299..7581a990548 100644 --- a/distrib/amd64/common/install.md +++ b/distrib/amd64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.11 2009/04/10 23:11:17 krw Exp $ +# $OpenBSD: install.md,v 1.12 2009/04/12 01:35:01 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -88,7 +88,7 @@ md_prep_disklabel() { if [[ $_disk == $ROOTDISK ]]; then while :; do echo "The auto-allocated layout for $_disk is:" - disklabel -f $_f -p g -A $_disk | grep "^ [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 ;; -- cgit v1.2.3