summaryrefslogtreecommitdiffstats
path: root/src/shared/bootspec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bootspec: introduce SYSTEMD_ESP_PATH for overriding where to look for the ESP...Lennart Poettering2018-11-201-0/+13
* efi: allow ESP validity checks to be turned offLennart Poettering2018-10-081-13/+19
* bootspec: access EFI variables on on EFI bootsLennart Poettering2018-10-081-7/+9
* bootspec: it's fine if loader.conf is absentLennart Poettering2018-10-081-2/+6
* bootspec: reduce number of functions we exportLennart Poettering2018-10-081-4/+4
* bootspec: remove redundant loggingLennart Poettering2018-10-081-2/+2
* shared/bootspec: remember the full path to boot entry and use it in loggingZbigniew Jędrzejewski-Szmek2018-10-081-0/+6
* Move logic to find default sd-boot entry from systemctl to sharedZbigniew Jędrzejewski-Szmek2018-10-081-0/+33
* bootspec: rename "filename" field to "id"Lennart Poettering2018-09-271-15/+15
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-5/+3
* 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: be more careful with the type of array sizesLennart Poettering2018-04-271-3/+3
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* shared/bootspec: look at the correct variableZbigniew Jędrzejewski-Szmek2018-03-081-3/+3
* Merge pull request #8086 from hdante/sdboot-setmode-v2Zbigniew Jędrzejewski-Szmek2018-03-071-0/+2
|\
| * bootctl: synchronize bootctl code with sd-boot codeHenrique Dante de Almeida2018-02-031-0/+2
* | Merge pull request #7817 from medhefgo/systemd-bootZbigniew Jędrzejewski-Szmek2018-03-071-0/+6
|\ \
| * | systemd-boot: Make automatic entries configurableJan Janssen2018-01-281-0/+6
| |/
* / bootspec: accept tab as the separataor in sd-boot config (#8165)Yu Watanabe2018-02-191-26/+32
|/
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* condition: extend ConditionKernelVersion= with relative version checksLennart Poettering2017-12-261-60/+1
* bootspec: drop ".conf" from BootEntry.filenameYu Watanabe2017-12-261-5/+13
* bootspec: sprinkle some argument assert()s all over the placeLennart Poettering2017-12-111-5/+29
* efi: rework find_esp() error propagation/logging a bitLennart Poettering2017-12-111-23/+46
* bootspec: make boot_entries_select_default() staticYu Watanabe2017-12-071-1/+1
* bootspec: fix debug message about default entryYu Watanabe2017-12-071-1/+1
* bootspec: use blkid only if HAVE_BLKID is definedYu Watanabe2017-12-051-2/+6
* Add a helper for /dev/block/major:minor pathsZbigniew Jędrzejewski-Szmek2017-11-301-5/+3
* bootctl: move find_esp() to sharedZbigniew Jędrzejewski-Szmek2017-11-071-0/+200
* bootctl: show unique titlesZbigniew Jędrzejewski-Szmek2017-11-071-0/+70
* bootctl: add listing of loader entriesZbigniew Jędrzejewski-Szmek2017-11-071-0/+335