summaryrefslogtreecommitdiffstats
path: root/src/shared/find-esp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bootctl: add --root and --imageLuca Boccassi2022-07-081-2/+2
| | | | Operate on image/directory, and also take files to install from it
* shared: split out ESP/XBOOTLDR search stuff from bootspec.cLennart Poettering2022-03-181-0/+12
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.