<% if (netboot_configured) { %>
|
Netboot configured
<%- kernel_options %>
|
<% } %>
<% if (openstack_instance_created) { %>
|
OpenStack instance created
<%- kernel_options %>
|
<% } %>
<% if (rebooted) { %>
|
System rebooted
|
<% } %>
<% if (install_started) { %>
|
Installation started
|
<% } %>
<% if (install_finished) { %>
|
Installation completed
|
<% } %>
<% if (postinstall_finished) { %>
|
Post-install tasks completed
|
<% } %>