summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bootspec: load entries from both the ESP and XBOOTLDR partitionsLennart Poettering2019-03-011-2/+2
* | bootctl: safety check for regular file when reading EFI imagesLennart Poettering2019-03-011-0/+4
* | bootctl: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-03-011-6/+3
|/
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-6/+6
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-21/+20
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* bootctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-9/+8
* bootctl: display loader features in a pretty way.Lennart Poettering2018-11-161-0/+28
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-4/+4
* bootctl: include error cause in log messageYu Watanabe2018-10-201-1/+1
* bootctl: include boot entries discovered by the boot loader but not in $BOOT ...Lennart Poettering2018-10-081-0/+16
* bootctl: add new verbs for setting the default boot/oneshot entryLennart Poettering2018-10-081-10/+64
* bootctl: add auto-pagingLennart Poettering2018-10-081-0/+15
* bootctl: highlight various title/product fields in outputLennart Poettering2018-10-081-4/+4
* bootctl: unify the code which we use to show boot loader entriesLennart Poettering2018-10-081-69/+56
* bootctl: downgrade to log messages that aren't actually errorsLennart Poettering2018-10-081-2/+2
* bootctl: reword status/list section headers a bitLennart Poettering2018-10-081-5/+5
* bootctl: show 'Default Boot Entry' header only when we found somethingLennart Poettering2018-10-081-5/+4
* bootspec: remove redundant loggingLennart Poettering2018-10-081-4/+2
* bootctl: tiny shortificationLennart Poettering2018-10-081-6/+5
* bootctl: let's be paranoid and synchronize the ESP in full after all changesLennart Poettering2018-10-081-0/+20
* bootspec: rename "filename" field to "id"Lennart Poettering2018-09-271-0/+2
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-6/+13
* bootctl: drop dead codeYu Watanabe2018-06-251-12/+2