Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

13 linhas
357B

  1. {% if grub_bootloader_target is defined %}
  2. --target={{ grub_bootloader_target }}
  3. {% endif %}
  4. {% if efi_directory is defined %}
  5. --efi-directory={{efi_directory}}
  6. {% endif %}
  7. {% if grub_bootloader_id is defined %}
  8. --bootloader-id={{grub_bootloader_id}}
  9. {% endif %}
  10. {% if grub_bootloader_recheck is defined and grub_bootloader_recheck %}
  11. --recheck
  12. {% endif %}