further tweaks for noble
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Jan 2025 15:24:40 +0000 (16:24 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Jan 2025 15:24:40 +0000 (16:24 +0100)
config.planetlab/runtime.pkgs
lbuild-initvm.sh

index 398795b..c0f1cc3 100644 (file)
@@ -6,7 +6,8 @@ package: emacs-nox
 # for host
 package: bind-utils
 # for host, on jammy
-package=jammy: bind9-dnsutils
+package=jammy: bind9-dnsutils bind9-utils
+package=noble: bind9-dnsutils bind9-utils
 package: file
 
 # while runing the tests, try to work around a glitch with yum by running yum=complete-transaction
index 324affd..a39c24c 100755 (executable)
@@ -105,7 +105,7 @@ function network_config_method () {
             echo networkmanager ;;
         wheezy|jessie|trusty|xenial|bionic)
             echo interfaces ;;
-        focal|jammy)
+        focal|jammy|noble)
             echo systemd ;;
         *)
             echo "Unknown network_config_method for distro $fcdistro" ;;