Skip to content

Commit

Permalink
Boot backup fix (#21)
Browse files Browse the repository at this point in the history
* add more files to boot backup

* changelog
  • Loading branch information
swapdisk authored Nov 10, 2023
1 parent d3938f1 commit 33064c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/wrong-kernel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Wrong kernel version booting after rolling back
3 changes: 3 additions & 0 deletions roles/lvm_snapshots/tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
- "/boot/System.map-{{ ansible_kernel }}"
- "/boot/symvers-{{ ansible_kernel }}.gz"
- "/boot/config-{{ ansible_kernel }}"
- "/boot/.vmlinuz-{{ ansible_kernel }}.hmac"
- /boot/grub/grub.conf
- /boot/grub2/grub.cfg
- /boot/grub2/grubenv
- /boot/loader/entries
- /boot/efi/EFI/redhat/grub.cfg
when: lvm_snapshots_boot_backup

0 comments on commit 33064c7

Please sign in to comment.