Skip to content

Commit

Permalink
kvm: fix GRUB_DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Sep 19, 2024
1 parent 7ce5247 commit a5d2801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/ansible/roles/kvm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
lineinfile:
dest: /etc/default/grub
regexp: "^GRUB_DEFAULT"
line: 'GRUB_DEFAULT="1>0"'
line: 'GRUB_DEFAULT="gnulinux-5.4.24-kvmi+-advanced-2ae308c6-c85b-4deb-96fe-ca3d71006a7b"'

- name: update GRUB configuration
command: update-grub
Expand Down

0 comments on commit a5d2801

Please sign in to comment.