[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 06/62] Debian.pm: use sysvinit-core instead of systemd
From: Wei Liu <wei.liu2@xxxxxxxxxx> Install that packages for suites >wheezy, because they use systemd as the default init. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/Debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 59c60d40..82b5fb40 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -812,7 +812,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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |