Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering | |
Let's also clean up single-line while and for blocks. | |||
2015-08-27 | tree-wide: we place the opening bracket on the same line as the function name | Lennart Poettering | |
Let's do this everywhere the same way. | |||
2015-07-30 | systemd-boot: sort /EFI/Linux/*.efi files | Kay Sievers | |
2015-07-29 | sd-boot: stub - export LoaderDevicePartUUID | Kay Sievers | |
2015-07-26 | systemd-boot: fix whitespace | Kay Sievers | |
2015-07-20 | sd-boot:Show stub cmdline when edit | Jose Carlos Venegas Munoz | |
If Linux efi stub is used, embedded cmdline in efi stub is not shown. As a result, it is required to rewrite all the line, if is only required to modify it. This behavior only happen using Linux efi stub. This patch allows boot loader to show embedded cmdline when 'e' key is pressed to edit boot loader options. | |||
2015-07-09 | boot: use BUILD_ID if VERSION_ID is not present | David Herrmann | |
According to os-release(5), VERSION_ID is not mandatory and BUILD_ID only needs to be unique underneath VERSION_ID. Therefore, assuming a missing VERSION_ID field means 'empty', we can rely on BUILD_ID to be unique. Use BUILD_ID if VERSION_ID is not present. This way, rolling-release distros can still provide a proper os-release entry without crafting random VERSION_ID strings. This fixes #186. | |||
2015-07-09 | boot: fix memleaks in os-release parser | David Herrmann | |
There is no guarantee that the os-release section contains each key only once, nor any guarantee that all keys are present. Make sure we properly free memory in both cases. Not that it matters much, as we're short-living, anyway. But correct code is always nicer to read.. | |||
2015-05-12 | boot: function parameters are separated by comma | Kay Sievers | |
2015-04-11 | boot/util: add ticks_read() stub | Koen Kooi | |
2015-04-11 | boot/util: use x86 ASM only on x86 platforms. | Koen Kooi | |
2015-03-13 | efi: widen operand to avoid overflow | Zbigniew Jędrzejewski-Szmek | |
CID #1287141. | |||
2015-03-11 | boot: efi - add config option to disable the command line editor | Kay Sievers | |
2015-03-09 | boot/efi: do not assign variable twice | Zbigniew Jędrzejewski-Szmek | |
If the highlighted line did not move outside of the visible region, it should not be necessary to update idx_last. CID #1287137, #1287138. | |||
2015-03-01 | boot: efi - ignore .conf snippets starting with "auto-" | Kay Sievers | |
2015-03-01 | boot: efi - remove a couple of Loader* variables | Kay Sievers | |
2015-02-27 | boot: efi - fix missing include | Marcel Holtmann | |
src/boot/efi/splash.c:312:9: warning: implicit declaration of function ‘graphics_mode’ [-Wimplicit-function-declaration] err = graphics_mode(TRUE); ^ | |||
2015-02-26 | boot: efi - remove custom splash support | Kay Sievers | |
2015-02-26 | boot: efi - split graphics and splash handling | Kay Sievers | |
2015-02-26 | boot: efi - support embedded splash image | Kay Sievers | |
2015-02-26 | boot: efi - print generic error message if we fail to execute an image | Kay Sievers | |
2015-02-26 | boot: efi - remove default boot splash handling | Kay Sievers | |
2015-02-20 | build-sys: update gitignore | Kay Sievers | |
2015-02-18 | systemd-boot: fix alignment of version in table | Thomas Hindoe Paaboel Andersen | |
2015-02-18 | gummiboot/sd-boot/systemd-boot: rename galore | Tom Gundersen | |
What used to be gummiboot, was renamed sd-boot when it was merged into systemd. Let's try to be a bit more consistent with the rest of systemd and rename it again as follows: The EFI bootloader is now called 'systemd-bootx64.efi', and its sources are in 'src/boot/efi/'. The drop-in directory where bootctl will find EFI loaders is now /usr/lib/systemd/boot/efi/. |