You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

kexec.yml 284B

1234567
  1. ---
  2. - name: create kexec-script to start debian-installer
  3. copy: content="kexec --command-line=\'auto=true priority=critical --- console=ttyS0\' --initrd=initrd.gz linux" dest={{debian_installer_directory}}/kexec.sh
  4. - name: install kexec-tools
  5. apt: pkg=kexec-tools state=present