]> git.ipfire.org Git - thirdparty/systemd.git/commit
kernel-install: prefer /boot over /boot/efi for $BOOT_ROOT
authorAdam Williamson <awilliam@redhat.com>
Wed, 5 Jan 2022 22:07:14 +0000 (14:07 -0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 7 Jan 2022 14:15:04 +0000 (15:15 +0100)
commita5307e173bf86d695fe85b8e15e91126e8618a14
tree8a2fa4605f5d488bf918aff9b8bc69e34dbbd354
parente00a25a7b41bd45ab73b47cbd94b3af909b8f8a1
kernel-install: prefer /boot over /boot/efi for $BOOT_ROOT

This restores the preference order from before 9e82a74. The code
previous to that change 'preferred' /boot over /boot/efi; that
commit changed it to check /boot/efi before checking /boot.
Changing this precedence could (and did, for me) have unexpected
effects - it seems safer to leave it how it was.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
src/kernel-install/kernel-install