Allow to boot the default entry.
This commit is contained in:
parent
adc9aa8489
commit
c39ca21a47
1 changed files with 8 additions and 0 deletions
|
@ -164,6 +164,14 @@
|
|||
password_pbkdf2 root {{ grub_pwd }}
|
||||
notify: update grub
|
||||
|
||||
- name: Allow booting default entry
|
||||
lineinfile:
|
||||
dest: /etc/grub.d/10_linux
|
||||
line: CLASS="${CLASS} --unrestricted"
|
||||
insertafter: '^CLASS=.*'
|
||||
firstmatch: true
|
||||
notify: update grub
|
||||
|
||||
- name: grub timeout
|
||||
lineinfile:
|
||||
dest: /etc/default/grub
|
||||
|
|
Loading…
Add table
Reference in a new issue