]> git.pld-linux.org Git - packages/systemd.git/blame - pld-boot_efi_mount.patch
up to 246.4
[packages/systemd.git] / pld-boot_efi_mount.patch
CommitLineData
d482e20e
JP
1--- systemd-242/src/gpt-auto-generator/gpt-auto-generator.c.orig 2019-04-11 19:40:01.816893823 +0200
2+++ systemd-242/src/gpt-auto-generator/gpt-auto-generator.c 2019-04-11 19:42:53.022916795 +0200
3@@ -438,7 +438,7 @@
b6da825e 4
d482e20e
JP
5 /* Use /boot as fallback, but only if there's no XBOOTLDR partition */
6 if (!has_xbootldr) {
7- esp_path = "/boot";
8+ esp_path = "/boot/efi";
9 id = "boot";
10 }
11 }
This page took 0.0851 seconds and 4 git commands to generate.