<% if (configure_netboot) { %>
<%
// In future it should be changed to configure_netboot.update when
// https://bugzilla.redhat.com/show_bug.cgi?id=1318524 is fixed.
%>
|
Netboot configured
<%- kernel_options %>
|
<% } %>
<% if (rebooted) { %>
|
System rebooted
|
|
<% } %>
<% if (install_started) { %>
|
Installation started
|
<% } %>
<% if (install_finished) { %>
|
Installation completed
|
<% } %>
<% if (postinstall_finished) { %>
|
Post-install tasks completed
|
<% } %>