From: Silvio Rhatto Date: Tue, 16 Dec 2014 19:24:42 +0000 (-0200) Subject: Debian jessie support X-Git-Tag: 0.2.4~353 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aadfe60eaa5fa4b2ad1601c0459ae44aeb8f016c;p=hydra.git Debian jessie support --- diff --git a/lib/hydra/misc b/lib/hydra/misc index eda2919..0abff2d 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -116,6 +116,8 @@ function hydra_next_debian_release { echo "squeeze" elif [ "$release" == "squeeze" ]; then echo "wheezy" + elif [ "$release" == "wheezy" ]; then + echo "jessie" else echo "Unsupported release" exit 1 diff --git a/share/hydractl/provision b/share/hydractl/provision index 9df010a..b10e16d 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -105,7 +105,7 @@ function hydra_provision_config { hydra_user_config hostname machine "Hostname" hydra_user_config domain example.org "Domain" hydra_user_config arch $base_arch "System arch" - hydra_user_config version wheezy "Distro version" + hydra_user_config version jessie "Distro version" hydra_user_config vg $hostname "Install vg" hydra_user_config grub y "Setup GRUB? (y/n)" hydra_user_config mirror http://http.debian.net/debian/ "Debian mirror"