]> gitweb.fluxo.info Git - hydra.git/commitdiff
Debian jessie support
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Dec 2014 19:24:42 +0000 (17:24 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Dec 2014 19:24:42 +0000 (17:24 -0200)
lib/hydra/misc
share/hydractl/provision

index eda2919d04f5b0e3669bf53ab06701f029406241..0abff2d652e0b2e5cf1f15fd1ca07aa8d49256a7 100644 (file)
@@ -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
index 9df010a61992ea22e2a75e2e1869bda61b3d84ad..b10e16dea4b444c8fb74275627f5d0f0f4841b74 100755 (executable)
@@ -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"