[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 2/7] ts-debian-di-install: Use exit/poweroff in preference to exit/always_halt
always_halt results in d-i calling "halt", which does not necessarily poweroff the host (it seems to for x86/PV Xen guests, but does not for ARM). Using exit/poweroff calls "poweroff" which is equivalent to "halt -p", doing so results in ARM guests powering off as desired. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- ts-debian-di-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-debian-di-install b/ts-debian-di-install index 34b8e1e..612e0fa 100755 --- a/ts-debian-di-install +++ b/ts-debian-di-install @@ -210,7 +210,7 @@ END } my @cmdline = (); - push @cmdline, "debian-installer/exit/always_halt=true"; + push @cmdline, "debian-installer/exit/poweroff=true"; push @cmdline, "domain=$c{TestHostDomain}"; push @cmdline, "console=hvc0"; push @cmdline, di_installcmdline_core($gho, $ps_url); -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |