Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: check for failed services after boot | Frantisek Sumsal | 2021-12-10 | 1 | -0/+10 |
| | | | | | This should, hopefully, catch issues like systemd/systemd#21671 automagically. | ||||
* | mkosi: Install sd-boot using postinst script instead of in build script | Daan De Meyer | 2021-11-25 | 1 | -0/+6 |
| | | | | | This allows us to reuse bootctl install instead of replicating the logic in the build script. | ||||
* | Revert "resolvectl: Add show-multicast verb to show discovered LLMNR/mDNS hosts" | Lennart Poettering | 2021-02-05 | 1 | -5/+0 |
| | |||||
* | mkosi: Add a postinstall script to setup .gdbinit. | Daan De Meyer | 2021-01-30 | 1 | -0/+5 |
systemd is compiled with relative source file paths so we need to issue a directory command to make sure gdb can find systemd's source files. Let's put this in a .gdbinit file so it's executed automatically when we run gdb. |