Move this into host_install_postboot_complete. All hosts subject to
host_install_postboot_complete should have the coredump settings too.
No functional change.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
v14: New patch.
Dropped patch which adds core_dump_setup call to ts-nested-setup
sub host_install_postboot_complete ($) {
my ($ho) = @_;
+ target_core_dump_setup($ho);
target_cmd_root($ho, "update-rc.d osstest-confirm-booted start 99 2 .");
}
});
}
- target_core_dump_setup($ho);
-
host_install_postboot_complete($ho);
logm('OK: install completed');