set grub timeout

This commit is contained in:
2024-11-20 01:47:00 +01:00
parent 1314c8c765
commit e675f4c03d

View File

@@ -26,7 +26,7 @@
line: "{{ item.line }}" line: "{{ item.line }}"
regexp: "{{ item.regexp }}" regexp: "{{ item.regexp }}"
with_items: with_items:
- line: GRUB_TIMEOUT=0 - line: GRUB_TIMEOUT=3
regexp: '^GRUB_TIMEOUT=.*' regexp: '^GRUB_TIMEOUT=.*'
- line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" - line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
regexp: '^GRUB_CMDLINE_LINUX_DEFAULT=.*' regexp: '^GRUB_CMDLINE_LINUX_DEFAULT=.*'