elif [ "$release" == "buster" ]; then
echo "bullseye"
elif [ "$release" == "bullseye" ]; then
+ echo "bookworm"
+ elif [ "$release" == "bookworm" ]; then
echo "sid"
else
echo "Unsupported release"
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 buster "Distro version"
+ hydra_user_config version bullseye "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)"