]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
ts-xen-install: DebianExtraPackages: call apt-get -f install
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 12 Jun 2018 11:26:29 +0000 (12:26 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 12 Jun 2018 11:26:29 +0000 (12:26 +0100)
Currently this is just a precaution.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ts-xen-install

index d3a9d115f0bc92e1d3f625980cd56e6ba1ef71e9..9913e850b3a6c1c66673d626a10983bf54b23c7e 100755 (executable)
@@ -99,6 +99,7 @@ sub some_extradebs ($) {
        target_cmd_root($ho,
                        "dpkg --force-confold $dpkgopts $ontarget </dev/null",
                        300);
+       target_run_apt($ho, qw(-f install));
     }
 }