]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
ts-xen-install: install some packages on stretch
authorWei Liu <wei.liu2@citrix.com>
Thu, 27 Jul 2017 10:06:13 +0000 (11:06 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Wed, 10 Apr 2019 14:02:41 +0000 (15:02 +0100)
The "route" command is now in that package.

libnl is needed when running xl.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
v3: invert condition.

ts-xen-install

index 8de94ac2de212285eede97546786ac26bcdb3d91..80952857a22304951ec831ef1e4d818867c63ad1 100755 (executable)
@@ -52,6 +52,9 @@ sub packages () {
                                libsdl1.2debian libglib2.0-0 liblzma5
                               qemu-utils
                                netcat-openbsd));
+    if ($ho->{Suite} !~ m/squeeze|wheezy|jessie/) {
+        target_install_packages($ho, 'net-tools libnl-route-3-200');
+    }
     if ($ho->{Suite} =~ m/jessie/) {
         target_install_packages($ho, 'libnl-route-3-200');
     }