[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTest Nested v12 07/21] Replace 'start osstest-confirm-booted' code by function
Schedul start osstest-confirm-booted script via call `host_install_postboot_complete' fucntion; in order to avoid open code. Signed-off-by: Robert Ho <robert.hu@xxxxxxxxx> --- ts-host-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-host-install b/ts-host-install index f734a9c..3f7f060 100755 --- a/ts-host-install +++ b/ts-host-install @@ -165,7 +165,7 @@ END target_putfilecontents_root_stash($ho,10,$coredumps_conf, '/etc/security/limits.d/coredumps.conf'); - target_cmd_root($ho, "update-rc.d osstest-confirm-booted start 99 2 ."); + host_install_postboot_complete($ho); logm('OK: install completed'); } -- 1.8.3.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |