From 5d98759a0f025cdc038bb2dd6cd2959d067f6a99 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 11 Mar 2022 11:03:00 +0000 Subject: [PATCH] Use bullseye as the default for test VMs --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index db10059..2cb14a3 100755 --- a/test.sh +++ b/test.sh @@ -9,7 +9,7 @@ # # Configuration is entirely controlled via environment variables: # -# - DIST: select the Debian distribution to use (default "buster") +# - DIST: select the Debian distribution to use (default "bullseye") # # - LIBVIRT_USER, LIBVIRT_HOST: use libvirt-over-SSH, needs SSH # passwordless authentication to be set up. @@ -75,7 +75,7 @@ vm_manager() { set -eu # Select the Debian distribution to use. -dist="${DIST:-buster}" +dist="${DIST:-bullseye}" # Choose a random network in the 10.x range. ip_net_prefix="10.$(( $RANDOM % 255 )).$(( $RANDOM % 255 ))" -- GitLab