|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v3 04/11] Force sysvinit with Jessie
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Systemd doesn't honor osstest-confirm-booted service, which breaks
ts-leak-check. Fall back to SysV init for now.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
[wei: rewrite commit message and code comment]
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
Osstest/Debian.pm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm
index 26363af..905758f 100644
--- a/Osstest/Debian.pm
+++ b/Osstest/Debian.pm
@@ -945,6 +945,14 @@ in-target update-initramfs -u -k all
END
}
+ # Systemd doesn't honor osstest-confirm-booted service, which
+ # breaks ts-leak-check. Fall back to SysV init for now.
+ if ( $ho->{Suite} =~ /jessie/ ) {
+ preseed_hook_command($ho, 'late_command', $sfx, <<END)
+in-target apt-get install -y sysvinit-core
+END
+ }
+
my @extra_packages = ();
push(@extra_packages, "u-boot-tools") if
$ho->{Flags}{'need-uboot-bootscr'};
--
1.9.1
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |