[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH v2 05/19] Debian.pm: use sysvinit-core instead of systemd
Install that packages for suites >wheezy, because they use systemd as the default init. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Osstest/Debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 845027a..e7fb020 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -827,7 +827,7 @@ sub preseed_base ($$$;@) { # Systemd doesn't honor osstest-confirm-booted service, which # breaks ts-leak-check. Fall back to SysV init for now. - if ( $suite =~ /jessie/ ) { + if ( $suite !~ /squeeze|wheezy/ ) { preseed_hook_command($ho, 'late_command', $sfx, <<END) in-target apt-get install -y sysvinit-core END -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |