summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 15:38:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 15:38:08 -0200
commit95572a09242a4deb1af39efb5174e0ffc0e79066 (patch)
tree9b0d91cb2b520845319e759dda4dbc7c82b12cd6
parentc3555065a6d8c6d5cf0fbca36727a78fba4cab68 (diff)
downloadhydra-95572a09242a4deb1af39efb5174e0ffc0e79066.tar.gz
hydra-95572a09242a4deb1af39efb5174e0ffc0e79066.tar.bz2
Using wheezy as default distro version for provisioning
-rwxr-xr-xshare/hydractl/provision2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/provision b/share/hydractl/provision
index 7cb3671..2d0c92b 100755
--- a/share/hydractl/provision
+++ b/share/hydractl/provision
@@ -76,7 +76,7 @@ hydra_user_input garbage y "Pre-fill volumes with garbage? (y/n)"
hydra_user_input hostname $HOSTNAME "Hostname"
hydra_user_input domain example.com "Domain"
hydra_user_input arch amd64 "System arch"
-hydra_user_input version squeeze "Distro version"
+hydra_user_input version wheezy "Distro version"
hydra_user_input vg vg "Temporary install vg"
hydra_user_input grub n "Setup GRUB? (y/n)"
hydra_user_input mirror http://cdn.debian.net/debian/ "Debian mirror"