Message ID | 20231127162856.35391-1-anthony.perard@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [OSSTEST] preseed_base: Remove reportbug-gtk if present | expand |
diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index ded7cdfc..9b30a375 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -896,6 +896,9 @@ sub preseed_base ($$$;@) { # breaks ts-leak-check. Fall back to SysV init for now. if ( $suite !~ /squeeze|wheezy/ ) { preseed_hook_command($ho, 'late_command', $sfx, <<END) +#!/bin/sh +set -ex +in-target apt-get remove --auto-remove -y reportbug-gtk in-target apt-get install -y sysvinit-core in-target apt-get remove -y systemd END