diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-07 17:13:07 +0200 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-07 17:13:07 +0200 |
commit | d9a65a4f20304c60fbf1b112f0f763155437596f (patch) | |
tree | 721e27876f75f5a8a4e875e7f640a809a0a54ce9 /scripts/install-system | |
parent | 7232e04d5d021f60e4cf6463328c165f19d56c6c (diff) | |
parent | 41a724bb81b713ab86430c34ccbc9171cdd9d4d0 (diff) | |
download | vyatta-cfg-system-d9a65a4f20304c60fbf1b112f0f763155437596f.tar.gz vyatta-cfg-system-d9a65a4f20304c60fbf1b112f0f763155437596f.zip |
Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into islavista
Diffstat (limited to 'scripts/install-system')
-rw-r--r-- | scripts/install-system | 2 |
1 files changed, 1 insertions, 1 deletions
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 |