From: Thierry Parmentelat Date: Fri, 24 Jan 2025 15:24:40 +0000 (+0100) Subject: further tweaks for noble X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d073eeb513496b4ed752ad594c232be59e1a271d;p=build.git further tweaks for noble --- diff --git a/config.planetlab/runtime.pkgs b/config.planetlab/runtime.pkgs index 398795b9..c0f1cc3a 100644 --- a/config.planetlab/runtime.pkgs +++ b/config.planetlab/runtime.pkgs @@ -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 diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index 324affd0..a39c24ca 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -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" ;;