Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-31 | boot-efi: Remove superfluous assignment | Stefan Beller | |
2 lines after the changed line we assign err to efi_get_variable(...) unconditionally, so it makes no sense to initialize it to some value. | |||
2013-11-09 | bootctl: remove unused options from getopt_long | Thomas Hindoe Paaboel Andersen | |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering | |
Among other things this makes sure we always expose a --version command and show it in the help texts. | |||
2013-11-06 | bootctl: typo fix in help message | Thomas Hindoe Paaboel Andersen | |
2013-09-24 | support acpi firmware performance data (FPDT) | Kay Sievers | |
Prefer firmware-provided performance data over loader-exported ones; if ACPI data is available, always use it, otherwise try to read the loader data. The firmware-provided variables start at the time the first EFI image is executed and end when the operating system exits the boot services; the (loader) time calculated in systemd-analyze increases. | |||
2013-03-29 | bootctl: fix help text | Koen Kooi | |
It currently says 'time settings', change that to 'boot settings'. | |||
2013-03-28 | bootctl: ESP --> Partition | Kay Sievers | |
2013-03-28 | bootctl: Binary: --> File: | Kay Sievers | |
2013-03-27 | bootctl: rename status output header | Kay Sievers | |
2013-03-10 | bootctl: print Options only when found | Kay Sievers | |
2013-03-10 | bootctl: print secure boot flags | Kay Sievers | |
2013-02-17 | bootctl: show "n/a" for empty boot option labels | Kay Sievers | |
2013-02-13 | use streq instead of strcmp | Thomas Hindoe Paaboel Andersen | |
2013-02-13 | bootctl: always show slashes not backslashes | Kay Sievers | |
2013-02-13 | efi: unify BootXXXX reading | Kay Sievers | |
2013-02-13 | boot: add stub Makefile symlink | Lennart Poettering | |
2013-02-13 | efi: various cleanups | Lennart Poettering | |
2013-02-11 | bootctl: print partition uuids as /dev/disk/by-partuuid/... | Kay Sievers | |
2013-02-11 | bootctl: add boot loader and firmware interface tool | Kay Sievers | |