summaryrefslogtreecommitdiff
path: root/tools/debug-sd-boot.sh
Commit message (Collapse)AuthorAgeFilesLines
* boot: Fix debug experienceJan Janssen2023-03-101-10/+8
|
* tools: replace multi-line echo by <<EOFZbigniew Jędrzejewski-Szmek2023-02-061-2/+4
|
* test: drop whitespace after shell redirection operatorsZbigniew Jędrzejewski-Szmek2023-02-061-1/+1
| | | | | | | | | | (The one case that is left unchanged is '< <(subcommand)'.) This way, the style with no gap was already dominant. This way, the reader immediately knows that ' < ' is a comparison operator and ' << ' is a shift. In a few cases, replace custom EOF replacement by just EOF. There is no point in using someting like "_EOL" unless "EOF" appears in the text.
* meson: Use same name format for efi binary intermediatesJan Janssen2022-01-261-2/+2
|
* tree-wide: fix typoYu Watanabe2022-01-061-1/+1
|
* boot: Add gdb support and documentationJan Janssen2022-01-041-0/+85
This will finally allow debugging issues in systemd without resorting to Print() calls all over the place.