Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/. |