summaryrefslogtreecommitdiff
path: root/src/boot/bless-boot.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-03-18 11:49:39 +0100
committerLennart Poettering <lennart@poettering.net>2022-03-18 12:01:45 +0100
commite94830c0a19f5de22b7f660ff71074efe2417408 (patch)
tree11392acbc54ebe867740341043db670b0b32cd0c /src/boot/bless-boot.c
parent09d4d603603aeab26e57721b3fbae504dab5284e (diff)
downloadsystemd-e94830c0a19f5de22b7f660ff71074efe2417408.tar.gz
shared: split out ESP/XBOOTLDR search stuff from bootspec.c
The code is quite different from the rest of bootspec.c, with different deps and stuff. There's even a /***/ line to separate the two parts. Given how large the file already is, let#s just split it into two. No code changes, just some splitting out.
Diffstat (limited to 'src/boot/bless-boot.c')
-rw-r--r--src/boot/bless-boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/bless-boot.c b/src/boot/bless-boot.c
index 2cbabc6c59..259085d5de 100644
--- a/src/boot/bless-boot.c
+++ b/src/boot/bless-boot.c
@@ -8,6 +8,7 @@
#include "efi-loader.h"
#include "efivars.h"
#include "fd-util.h"
+#include "find-esp.h"
#include "fs-util.h"
#include "log.h"
#include "main-func.h"