Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bootctl: add --root and --image | Luca Boccassi | 2022-07-08 | 1 | -2/+2 |
| | | | | Operate on image/directory, and also take files to install from it | ||||
* | shared: split out ESP/XBOOTLDR search stuff from bootspec.c | Lennart Poettering | 2022-03-18 | 1 | -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. |