summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
Commit message (Expand)AuthorAgeFilesLines
* bootlctl: show LoaderDevicePartUUID information in statusZbigniew Jędrzejewski-Szmek2019-11-301-10/+16
* bootctl: make 'random-seed' handle inability to write system token EFI variab...Lennart Poettering2019-11-211-4/+28
* Rename "system-options" to "systemd-efi-options"Zbigniew Jędrzejewski-Szmek2019-11-181-24/+24
* bootctl: update --help textZbigniew Jędrzejewski-Szmek2019-11-181-1/+1
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-2/+5
* bootctl: create leading dirs when "bootctl random-seed" is called if neededLennart Poettering2019-11-041-0/+8
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-2/+0
* tree-wide: drop blkid.h when blkid-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-9/+9
* bootctl: add "system-options" verbZbigniew Jędrzejewski-Szmek2019-09-161-11/+34
* util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek2019-09-161-0/+1
* bootctl: arg_dolloar_boot_path() may return NULLYu Watanabe2019-08-121-1/+5
* bootctl: clear arg_xbootldr_path when acquire_xbootldr() succeedsYu Watanabe2019-08-121-0/+1
* bootctl: log message tweaksZbigniew Jędrzejewski-Szmek2019-07-261-2/+2
* bootctl: add is-installed verbLennart Poettering2019-07-251-9/+49
* bootctl: show random seed stateLennart Poettering2019-07-251-0/+16
* bootctl: add new verb for initializing a random seed in the ESPLennart Poettering2019-07-251-50/+253
* bootctl: add new feature flag for indicating random seed management supportLennart Poettering2019-07-251-6/+7
* bootctl: drop const from non-pointer function argumentLennart Poettering2019-07-251-1/+1
* bootctl: use the fact that startswith() returns the suffixLennart Poettering2019-07-251-3/+4
* bootctl: show correct error codeLennart Poettering2019-07-241-1/+1
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-2/+0
* bootctl,sd-boot: define EFI_LOADER_FEATURE_XBOOTLDRZbigniew Jędrzejewski-Szmek2019-07-101-5/+6
* Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering2019-06-251-12/+12
|\
| * tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-251-12/+12
* | bootctl: fix display of options with embedeed newlinesZbigniew Jędrzejewski-Szmek2019-06-251-2/+14
|/
* Merge pull request #12508 from keszybz/no-root-checksYu Watanabe2019-06-061-9/+8
|\
| * bootctl: drop must_be_root() checksZbigniew Jędrzejewski-Szmek2019-05-081-9/+8
* | bootctl: do not allow -x and -p to be used togetherZbigniew Jędrzejewski-Szmek2019-05-191-0/+6
* | bootctl: add -x shortcut for --print-boot-pathZbigniew Jędrzejewski-Szmek2019-05-191-5/+4
* | bootclt: add missing columnZbigniew Jędrzejewski-Szmek2019-05-191-1/+1
|/
* bootctl: urlify .conf filesZbigniew Jędrzejewski-Szmek2019-04-051-2/+10
* bootctl: emit extra warning if the default boot entry is brokenZbigniew Jędrzejewski-Szmek2019-04-051-6/+19
* bootctl: check if files specified by boot entry exist, and warn if notZbigniew Jędrzejewski-Szmek2019-04-051-10/+31
* bootctl: replace "type" with "source" in outputZbigniew Jędrzejewski-Szmek2019-04-051-9/+5
* tree-wide: use SD_ID128_UUID_FORMAT_STR as appropriateZbigniew Jędrzejewski-Szmek2019-04-051-4/+6
* tree-wide: use reallocarray() where appropriateLennart Poettering2019-04-021-1/+1
* bootctl: use path_join() to join pathsZbigniew Jędrzejewski-Szmek2019-03-141-3/+3
* bootctl: create $BOOT/<machine-id> when installing sd-bootZbigniew Jędrzejewski-Szmek2019-03-121-11/+23
* bootspec: move augmentation of loader-discovered entries into bootspec.cLennart Poettering2019-03-051-17/+5
* bootctl: tweak 'list' output a bitLennart Poettering2019-03-051-2/+3
* Merge pull request #11243 from poettering/nspawn-root-overlayZbigniew Jędrzejewski-Szmek2019-03-011-1/+1
|\
| * copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering2019-03-011-1/+1
* | bootctl: properly handle readdir() errorsLennart Poettering2019-03-011-1/+1
* | bootctl: let's make sure we always add empty line after EFI binary outputLennart Poettering2019-03-011-4/+6
* | bootctl: output where we found $BOOTLennart Poettering2019-03-011-2/+25
* | bootctl: teach bootctl the new partition typeLennart Poettering2019-03-011-113/+237