Skip to content

Commit 3eef3c0

Browse files
authored
Fixes #35194 - add option for reboot --kexec to kickstart
1 parent b7ee77a commit 3eef3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/unattended/provisioning_templates/provision/kickstart_default.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ key --skip
230230
<% end -%>
231231

232232
text
233-
reboot
233+
reboot<% if host_param_true?('install_reboot_kexec') %> --kexec<% end %>
234234

235235
%packages
236236
<%= snippet_if_exists(template_name + " custom packages") %>

0 commit comments

Comments
 (0)