We are going to want to do this for nested HVM L1s too.
No functional change.
Signed-off-by: Robert Ho <robert.hu@intel.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
v14: Squashed two patches into this one.
iso_gen_flags_basic
iso_copy_content_from_image
guest_editconfig_nocd
+ host_install_postboot_complete
);
%EXPORT_TAGS = ( );
});
}
+sub host_install_postboot_complete ($) {
+ my ($ho) = @_;
+ target_cmd_root($ho, "update-rc.d osstest-confirm-booted start 99 2 .");
+}
+
1;
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');
}