summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* bootctl: add --root and --imageLuca Boccassi2022-07-081-31/+133
* tree-wide: allow ASCII fallback for … in logsDavid Tardon2022-06-281-1/+1
* bootctl: inline iterator variableZbigniew Jędrzejewski-Szmek2022-06-071-6/+5
* Simplify random number selectionJason A. Donenfeld2022-05-311-2/+2
* bootctl: when comparing versions, show the resultZbigniew Jędrzejewski-Szmek2022-05-251-3/+6
* bootctl: Add EFI arch detection supportJan Janssen2022-05-211-17/+70
* Move printing of boot entries from bootctl.c to shared/Zbigniew Jędrzejewski-Szmek2022-05-081-188/+5
* bootctl: add --quietZbigniew Jędrzejewski-Szmek2022-05-051-7/+21
* bootctl: support --graceful in is-installedZbigniew Jędrzejewski-Szmek2022-05-051-1/+3
* stat-util: fix dir_is_empty() with hidden/backup filesLennart Poettering2022-05-041-1/+1
* bootctl: use new tpm2_support() helper to show TPM2 infoLennart Poettering2022-04-201-2/+11
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-1/+2
* bootctl: unify boot entry loading for "status" and "list"Zbigniew Jędrzejewski-Szmek2022-04-041-42/+53
* bootctl: do not call acquire_esp() twiceZbigniew Jędrzejewski-Szmek2022-04-041-11/+11
* bootspec: normalize function names/parameter listsLennart Poettering2022-03-281-3/+3
* bootctl: use boot_config_default_entry() where appropriateLennart Poettering2022-03-281-1/+1
* bootspec: assess default/selected entries *after* we augmented entry list wit...Lennart Poettering2022-03-281-2/+10
* bootctl: optionally, output entries in JSON formatLennart Poettering2022-03-281-1/+50
* efi-loader: split efi-api.[ch] from efi-loader.[ch]Lennart Poettering2022-03-241-0/+1
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-5/+4
* bootctl: automatically write out $BOOT/entries/standard.srelLennart Poettering2022-03-221-1/+43
* bootctl: generalize open_tmpfile_linkable() use a bitLennart Poettering2022-03-221-13/+4
* bootctl: load /etc/kernel/install.conf's $layout field, tooLennart Poettering2022-03-211-12/+49
* bootctl: $KERNEL_INSTALL_MACHINE_ID + $KERNEL_INSTALL_LAYOUT are deprecatedLennart Poettering2022-03-211-5/+8
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+0
* Merge pull request #22519 from poettering/boot-order-title-revertZbigniew Jędrzejewski-Szmek2022-03-181-0/+2
|\
| * sd-boot: make use of new "sort-key" boot loader spec fieldLennart Poettering2022-03-181-0/+2
* | shared: split out ESP/XBOOTLDR search stuff from bootspec.cLennart Poettering2022-03-181-0/+1
|/
* bootctl: add comment, explaining when verb_install() is calledLennart Poettering2022-03-181-0/+2
* bootctl: use faccessat() moreLennart Poettering2022-03-181-2/+2
* bootctl: fix typoLennart Poettering2022-03-181-1/+1
* bootctl: update to new kernel-install semanticsLennart Poettering2022-03-111-121/+196
* core: check size before mmapTobias Stoeckmann2022-03-031-1/+1
* boot: suppress XBOOTLDR if same device as ESP when enumerating entriesLennart Poettering2022-02-141-17/+37
* bootctl: show more information about boot entry state in listLennart Poettering2022-02-141-9/+45
* bootspec: also collect/mark the "selected" boot entry (i.e. the one currently...Lennart Poettering2022-02-141-5/+13
* bootspec: parse/show devicetree-overlay field tooLennart Poettering2022-02-141-0/+8
* Revert "bootctl: Ignore boot entries (continue #22041)"Lennart Poettering2022-02-141-1/+1
* boot: Don't require a machine ID to be availableDaan De Meyer2022-01-311-4/+7
* bootctl: removed unused parameter only_autoGoffredo Baroncelli2022-01-181-1/+1
* bootctl: ignore the bootloader boot entriesGoffredo Baroncelli2022-01-181-1/+1
* bootctl: do not update sd-boot if it wasn't installed in the first placeZbigniew Jędrzejewski-Szmek2022-01-111-0/+11
* bootctl: split out the check whether sd-boot is installedZbigniew Jędrzejewski-Szmek2022-01-111-27/+38
* bootctl: deprecate --make-machine-id-directory=autoZbigniew Jędrzejewski-Szmek2021-12-171-3/+3
* bootctl: write KERNEL_INSTALL_LAYOUT=bls and KERNEL_INSTALL_MACHINE_ID=…Zbigniew Jędrzejewski-Szmek2021-12-171-29/+162
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-3/+0
* bootctl: optionally install .signed efi fileДамјан Георгиевски2021-12-081-4/+18
* bootctl: use new red/green check/cross mark helpers at two placesLennart Poettering2021-11-231-4/+2
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-4/+1
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-2/+2
|\