bc8b27 51-dracut-rescue.install: Don't use BLS fragment shipped by kernel package

1 file Authored by Javier Martinez Canillas 4 years ago, Committed by Packit Service 4 years ago,
    51-dracut-rescue.install: Don't use BLS fragment shipped by kernel package
    
    For the GRUB and zipl bootloaders the BLS fragment that is shipped by the
    kernel package is used, so the same fragment is used for the rescue entry.
    
    But there are cases where this BLS fragment is not suitable. For example,
    if the boot directory is on a btrfs subvolume the path in the linux and
    initrd fiels need to be adjusted with the real path. Otherwise GRUB won't
    be able to read them.
    
    The GRUB and zipl kernel-install plugins already take care of this before
    installing the BLS fragments, so just copy the installed fragment that has
    the updated paths instead of using the BLS shipped by the kernel package.
    
    Resolves: rhbz#1827882
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    (cherry picked from commit ff366790a6e30175f243d54c2922a8c781030ede)
    
    Resolves: #1894026
    
    patch_name: 0130.patch
    present_in_specfile: true
    location_in_specfile: 130
    squash_commits: true
    
        
file modified
+5 -1