From e94830c0a19f5de22b7f660ff71074efe2417408 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Mar 2022 11:49:39 +0100 Subject: 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. --- src/boot/bless-boot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot/bless-boot.c') 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" -- cgit v1.2.1