From e9b009defbc8cb128096b8026e787d864ad52e97 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Fri, 3 Oct 2008 10:30:05 -0700 Subject: Bugfix: 3743 Default answer question about diag partitionis "no". --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install-system') diff --git a/scripts/install-system b/scripts/install-system index d06695e0..20b9f6a3 100644 --- a/scripts/install-system +++ b/scripts/install-system @@ -360,7 +360,7 @@ check_for_new_raid () { echo "Would you like me to create a $part_diag_size MB partition for diagnostics?" echo -n "(Yes/No) [No]: " - diag_response=$(get_response "Yes" "Yes No Y N") + diag_response=$(get_response "No" "Yes No Y N") if [ "$diag_response" == "yes" ] || [ "$diag_response" == "y" ]; then for drive in $drives do -- cgit v1.2.3