]> gitweb.fluxo.info Git - hydra.git/commitdiff
Bump debian version to buster, adds bullseye
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Jul 2019 14:46:23 +0000 (11:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Jul 2019 14:46:23 +0000 (11:46 -0300)
lib/hydra/misc
share/hydractl/provision

index f297bdc4a114a8ee83521c94c8f089d80a79d121..03dfd6b59d0f68aa57587defde796d622097c132 100644 (file)
@@ -135,6 +135,8 @@ function hydra_next_debian_release {
   elif [ "$release" == "stretch" ]; then
     echo "buster"
   elif [ "$release" == "buster" ]; then
+    echo "bullseye"
+  elif [ "$release" == "bullseye" ]; then
     echo "sid"
   else
     echo "Unsupported release"
index b57006b11bb4c13b45bf4e311f27d71dcce27b81..7c2643ab79d13fdb726f67e2eac0c6abec7aac6b 100755 (executable)
@@ -137,7 +137,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           stretch                          "Distro version"
+  hydra_user_config   version           buster                           "Distro version"
   hydra_user_config   vg                $hostname                        "Install vg"
   hydra_user_config   grub              y                                "Setup GRUB? (y/n)"
   hydra_user_config   initramfs         initramfs-tools                  "Initramfs manager? (initramfs-tools/dracut)"