diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-07-28 11:46:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-07-28 11:46:23 -0300 |
commit | b4f2e1defee9d2f65a949bdcfa0b438948cb7d26 (patch) | |
tree | aae7ecce52b4088045d96cd4d589f2ca6f3359d9 | |
parent | 14706dddc769bbdda58fce9bf4c4da2f33b698ab (diff) | |
download | hydra-b4f2e1defee9d2f65a949bdcfa0b438948cb7d26.tar.gz hydra-b4f2e1defee9d2f65a949bdcfa0b438948cb7d26.tar.bz2 |
Bump debian version to buster, adds bullseye
-rw-r--r-- | lib/hydra/misc | 2 | ||||
-rwxr-xr-x | share/hydractl/provision | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc index f297bdc..03dfd6b 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -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" diff --git a/share/hydractl/provision b/share/hydractl/provision index b57006b..7c2643a 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -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)" |