summaryrefslogtreecommitdiff
path: root/src/shared/bootspec.h
Commit message (Expand)AuthorAgeFilesLines
* bootctl: show report state and type in json outputLudwig Nussel2023-04-071-0/+1
* boot: remove random-seed-modeJason A. Donenfeld2022-11-221-1/+0
* bootspec: properly parse tries done/tries left from bootspec file namesLennart Poettering2022-09-021-0/+11
* bootctl: add --root and --imageLuca Boccassi2022-07-081-1/+1
* shared/bootspec: also export boot_config_load_type1()Zbigniew Jędrzejewski-Szmek2022-05-081-0/+7
* shared/bootspec: expose more parts of the config parsingZbigniew Jędrzejewski-Szmek2022-05-081-0/+3
* Move printing of boot entries from bootctl.c to shared/Zbigniew Jędrzejewski-Szmek2022-05-081-0/+12
* shared/bootspec: add one more assertZbigniew Jędrzejewski-Szmek2022-05-081-1/+1
* bootctl: unify boot entry loading for "status" and "list"Zbigniew Jędrzejewski-Szmek2022-04-041-1/+1
* bootspec: normalize function names/parameter listsLennart Poettering2022-03-281-3/+3
* bootspec: don't needlessly inline boot_config_find_entry()Lennart Poettering2022-03-281-11/+1
* bootctl: use boot_config_default_entry() where appropriateLennart Poettering2022-03-281-0/+3
* bootspec: assess default/selected entries *after* we augmented entry list wit...Lennart Poettering2022-03-281-0/+8
* bootspec: try harder to suppress duplicate enumerated entriesLennart Poettering2022-03-281-0/+3
* Merge pull request #22519 from poettering/boot-order-title-revertZbigniew Jędrzejewski-Szmek2022-03-181-0/+1
|\
| * sd-boot: make use of new "sort-key" boot loader spec fieldLennart Poettering2022-03-181-0/+1
* | shared: split out ESP/XBOOTLDR search stuff from bootspec.cLennart Poettering2022-03-181-5/+1
|/
* boot: suppress XBOOTLDR if same device as ESP when enumerating entriesLennart Poettering2022-02-141-2/+2
* bootctl: show more information about boot entry state in listLennart Poettering2022-02-141-14/+19
* bootspec: also collect/mark the "selected" boot entry (i.e. the one currently...Lennart Poettering2022-02-141-0/+2
* bootspec: also parse new 'beep' loader.conf variableLennart Poettering2022-02-141-0/+1
* bootspec: parse/show devicetree-overlay field tooLennart Poettering2022-02-141-0/+1
* Revert "bootctl: Ignore boot entries (continue #22041)"Lennart Poettering2022-02-141-1/+1
* bootctl: removed unused parameter only_autoGoffredo Baroncelli2022-01-181-1/+1
* bootspec: fix comment that says exactly the opposite of what is trueLennart Poettering2021-11-111-1/+1
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* efi: cache LoaderEntries EFI variableLennart Poettering2020-05-291-7/+1
* bootspec: parse random-seed-mode line in loader.confYu Watanabe2020-01-261-0/+1
* boot: Deduplicate old-style loader entries.Spencer Michaels2019-11-211-2/+6
* bootspec: fix build when EFI support is disabledYu Watanabe2019-04-171-0/+6
* bootspec: remove now-unused boot_entry_type_tableZbigniew Jędrzejewski-Szmek2019-04-051-3/+0
* bootspec: get rid of find_default_boot_entry() entirelyLennart Poettering2019-03-051-2/+7
* bootspec: introduce new helper boot_entries_load_config_auto()Lennart Poettering2019-03-051-0/+1
* bootspec: move augmentation of loader-discovered entries into bootspec.cLennart Poettering2019-03-051-0/+25
* bootspec: simplify find_default_boot_entry()Lennart Poettering2019-03-051-1/+1
* bootspec: load entries from both the ESP and XBOOTLDR partitionsLennart Poettering2019-03-011-2/+2
* bootspec: store 'root' field in each bootspec entry we loadLennart Poettering2019-03-011-2/+3
* bootspec: add internal APIs to discover the XBOOTLDR partitionLennart Poettering2019-03-011-0/+1
* bootspec: reduce number of functions we exportLennart Poettering2018-10-081-5/+0
* shared/bootspec: remember the full path to boot entry and use it in loggingZbigniew Jędrzejewski-Szmek2018-10-081-1/+2
* Move logic to find default sd-boot entry from systemctl to sharedZbigniew Jędrzejewski-Szmek2018-10-081-0/+2
* bootspec: rename "filename" field to "id"Lennart Poettering2018-09-271-3/+2
* bootspec: fix include linesLennart Poettering2018-09-271-1/+5
* Fix SPDX license tagsZbigniew Jędrzejewski-Szmek2018-06-141-1/+1
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+1
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8086 from hdante/sdboot-setmode-v2Zbigniew Jędrzejewski-Szmek2018-03-071-0/+1
|\