summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
Commit message (Expand)AuthorAgeFilesLines
* dissect-image: port mount_image_privately_interactively() to use /run/systemd...Lennart Poettering2023-05-161-3/+3
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-14/+8
* tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-0/+19
* various: simplify calls to parse_boolean_argument()Zbigniew Jędrzejewski-Szmek2023-04-051-4/+4
* bootctl: split-out entry token related definitions into boot-entry.[ch]Yu Watanabe2023-03-271-24/+5
* bootctl: enable colored loggingYu Watanabe2023-03-251-2/+1
* bootctl: return 0 instead of EXIT_SUCCESSYu Watanabe2023-03-171-1/+1
* bootctl: add new --print-root-device optionLennart Poettering2023-02-211-9/+43
* dissect-image: Return mount point fd if requestedDaan De Meyer2023-02-171-0/+1
* bootctl: remove space that should not be thereLennart Poettering2023-01-201-1/+1
* bootctl: split out boot loader spec + boot loader interface commands in --hel...Lennart Poettering2023-01-201-2/+3
* bootctl: realign column in --help textLennart Poettering2023-01-201-17/+17
* bootctl: change section title for kernel image commandsLennart Poettering2023-01-201-2/+2
* bootctl: drop full stop at end of --help textsLennart Poettering2023-01-201-2/+2
* bootctl: add kernel-inspect to --help textGerd Hoffmann2023-01-201-0/+1
* bootctl: unlink and cleanup functionsLudwig Nussel2023-01-191-1/+16
* bootctl: add kernel-inspect commandGerd Hoffmann2023-01-181-0/+1
* bootctl: add kernel-identity commandGerd Hoffmann2023-01-181-0/+4
* bootctl: split out "install" verb tooLennart Poettering2022-12-191-1188/+3
* bootctl: split out "status" verb tooLennart Poettering2022-12-191-603/+4
* bootctl: split out "set-efivar" verbs, tooLennart Poettering2022-12-191-138/+1
* bootctl: also split out 'systemd-efi-options' verbLennart Poettering2022-12-191-32/+1
* bootctl: split out random seed verb, tooLennart Poettering2022-12-191-170/+20
* bootctl: let's start splitting up bootctl like we did for systemctl and othersLennart Poettering2022-12-191-33/+1
* treewide: drop "RUN_" from "RUN_WITH_UMASK"Zbigniew Jędrzejewski-Szmek2022-12-131-3/+3
* sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...Yu Watanabe2022-12-121-1/+1
* stub: handle random seed like sd-boot doesJason A. Donenfeld2022-11-231-0/+1
* bootctl: install system token on virtualized systemsJason A. Donenfeld2022-11-211-20/+0
* bootctl: rework how we handle referenced but absent EFI boot entriesLennart Poettering2022-11-191-1/+5
* random-seed: handle post-merge review nitsJason A. Donenfeld2022-11-171-1/+1
* Merge pull request #25319 from zx2c4-forks/krngseedLuca Boccassi2022-11-161-19/+11
|\
| * boot: implement kernel EFI RNG seed protocol with proper hashingJason A. Donenfeld2022-11-141-19/+11
* | Merge pull request #25368 from yuwata/bootctl-ignore-invalid-boot-entriesYu Watanabe2022-11-141-2/+2
|\ \ | |/ |/|
| * bootctl: downgrade log message when firmware reports non-existent or invalid ...Yu Watanabe2022-11-131-1/+1
| * bootctl: make boot entry id logged in hexYu Watanabe2022-11-131-2/+2
* | bootctl,bootspec: make use of CHASE_PROHIBIT_SYMLINKS whenever we access the ...Lennart Poettering2022-11-131-9/+9
|/
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: drop unused reference to DecryptedImageYu Watanabe2022-09-181-3/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-2/+2
* bootctl: port some more code over to chase_symlinks() from prefix_roota()Lennart Poettering2022-08-221-30/+26
* Add --efi-boot-option-description argument to bootctl to control the name of ...Rene Hollander2022-08-191-23/+55
* Merge pull request #24054 from keszybz/initrd-no-reloadFrantisek Sumsal2022-08-181-2/+5
|\
| * booctl: do not say uuids differ if one of the uuids is unsetZbigniew Jędrzejewski-Szmek2022-07-181-2/+5
* | bootctl: suppress "Boot Loaders Listed in EFI Variables" section header if se...Lennart Poettering2022-08-021-8/+18
* | bootctl: prettify tree output of discovered boot loaders a bitLennart Poettering2022-08-021-16/+47
* | bootctl: underline sections in status outputLennart Poettering2022-08-021-9/+11
* | boot: add three new boot loader feature flagsLennart Poettering2022-08-021-0/+3
* | bootctl: show stub feature set in status outputLennart Poettering2022-08-021-5/+18
* | boot: a couple of tweaks recommended by CoccinelleFrantisek Sumsal2022-07-251-2/+2
|/
* bootctl: add --install-source=auto|image|hostLuca Boccassi2022-07-081-5/+38