Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 181411e0 authored by Simon Delamare's avatar Simon Delamare
Browse files

[lib] kadeploy gen: allow specifying custom kexec script

parent 5361da2a
No related branches found
No related tags found
No related merge requests found
Pipeline #280895 passed
......@@ -24,7 +24,7 @@ trusted_deployment:
<% end %>
kexec:
server_precmd: "true"
script: /etc/kadeploy3<%= suffix %>/kexec.sh
script: /etc/kadeploy3<%= suffix %>/<%= data.fetch('kexec_script', 'kexec.sh') %>
<% if ! data['partitioning.disable_swap'].nil? %>disable_swap: <%= data['partitioning.disable_swap'] %><% end %>
timeouts:
reboot: <%= data['reboot.timeout'] %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment