Add centos support to EFI kernel args

This was missing from the fix for persisting kernel args for EFI boot.

Change-Id: I647ec03e3057700e5e26ffaa95463c570b56eef1
Related-Bug: #1877215
This commit is contained in:
Steve Baker 2020-05-15 15:33:05 +12:00
parent d0320f7ce1
commit 09abd4aac6
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
loop: loop:
- /boot/grub2/grub.cfg - /boot/grub2/grub.cfg
- /boot/efi/EFI/redhat/grub.cfg - /boot/efi/EFI/redhat/grub.cfg
- /boot/efi/EFI/centos/grub.cfg
- /boot/efi/EFI/fedora/grub.cfg - /boot/efi/EFI/fedora/grub.cfg
- name: Generate grub config - name: Generate grub config
command: "grub2-mkconfig -o {{ item.stat.path }}" command: "grub2-mkconfig -o {{ item.stat.path }}"