Mentions légales du service

Skip to content
Snippets Groups Projects

3.5.1

Merged Alexandre MERLIN requested to merge 3.5.1 into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -76,10 +76,10 @@ class KadeployClient < ClientWorkflow
add_opt(opt,"--no-kexec", "Disable kexec reboots during the deployment process") {
options[:disable_kexec] = true
}
add_opt(opt,"--never-trust-envirnonment", "Disable kexec to the deployment kernel when environement is trusted") {
add_opt(opt,"--never-trust-environment", "Disable kexec to the deployment kernel when environment is trusted") {
options[:dont_trust_env] = true
}
add_opt(opt,"--disable-bootloader-install", "Disable the automatic installation of a bootloader for a Linux based environnment") {
add_opt(opt,"--disable-bootloader-install", "Disable the automatic installation of a bootloader for a Linux based environment") {
options[:disable_bootloader_install] = true
}
add_opt(opt,"--disable-disk-partitioning", "Disable the disk partitioning") {
Loading