]> xenbits.xensource.com Git - osstest.git/commit
preseed_base: Remove reportbug-gtk if present
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 27 Nov 2023 16:11:11 +0000 (16:11 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 27 Nov 2023 16:11:11 +0000 (16:11 +0000)
commit875c978cb5988493bc5a84a5f2e1a79b61714317
tree9cec84a0108915670683bec8fa9112d637db2304
parent9e5ef0bc8e7e6719e2a6db7ac2cf09c733673140
preseed_base: Remove reportbug-gtk if present

The Debian installer have started to install "reportbug-gtk" which
depends on "dconf-service" and "dbus-user-session" and "systemd".

And when we try to install "sysvinit-core" we are met with the
following error message:
>    The following packages have unmet dependencies:
>     dconf-service : Depends: default-dbus-session-bus or
>        dbus-session-bus

So, remove that new package and its dependencies before moving on.

While here, add `set -x` to help debugging.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Osstest/Debian.pm