summaryrefslogtreecommitdiffstats
path: root/src/boot/bootctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bootctl: add --print-loader-path + --print-stub-pathLennart Poettering2024-09-151-2/+89
* sd-varlink: make our internal Varlink API public as sd-varlink.[ch]Lennart Poettering2024-07-161-7/+8
* bootctl: add --random-seed=yes/noLudwig Nussel2024-06-201-0/+11
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-1/+1
* dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-1/+2
* bootctl: add a Varlink interfaceLennart Poettering2024-02-141-0/+39
* tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* bootctl: fix -q optionAntonio Alvarez Feijoo2023-11-061-1/+1
* bootctl: use pager in helpZbigniew Jędrzejewski-Szmek2023-09-141-0/+2
* bootctl: don't advertise systemd-efi-options in --help/man anymoreLennart Poettering2023-08-091-2/+0
* NEWS/--help: correct/be clearer on bootclt -R vs. -RRLennart Poettering2023-07-041-1/+4
* bootctl: log correct error about device_path_make_canonical()Mike Yuan2023-06-231-1/+3
* bootctl: fix docs/--help to say that "bootctl random-seed" not just initializ...Lennart Poettering2023-06-141-1/+2
* find-esp: change "unprivileged_mode" parameter to be tristateLennart Poettering2023-05-311-2/+2
* 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-181-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
|/