diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 15:38:08 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 15:38:08 -0200 |
commit | 95572a09242a4deb1af39efb5174e0ffc0e79066 (patch) | |
tree | 9b0d91cb2b520845319e759dda4dbc7c82b12cd6 /share/hydractl/provision | |
parent | c3555065a6d8c6d5cf0fbca36727a78fba4cab68 (diff) | |
download | hydra-95572a09242a4deb1af39efb5174e0ffc0e79066.tar.gz hydra-95572a09242a4deb1af39efb5174e0ffc0e79066.tar.bz2 |
Using wheezy as default distro version for provisioning
Diffstat (limited to 'share/hydractl/provision')
-rwxr-xr-x | share/hydractl/provision | 2 |
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" |