summaryrefslogtreecommitdiff
path: root/src/boot
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-062-15/+13
|\
| * bootctl: drop must_be_root() checksZbigniew Jędrzejewski-Szmek2019-05-081-9/+8
| * bless-boot: drop must_be_root() checksZbigniew Jędrzejewski-Szmek2019-05-081-6/+5
* | sd-boot: Remove unnecessary call to GetEventLogJoe Richey2019-06-031-54/+11
* | 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
|/
* codespell: fix spelling errorsBen Boeckel2019-04-292-2/+2
* scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek2019-04-121-2/+2
* 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
* boot: use TAKE_PTR() where appropriateLennart Poettering2019-04-022-16/+8
* tree-wide: use reallocarray() where appropriateLennart Poettering2019-04-021-1/+1
* Merge pull request #11971 from keszybz/kernel-install-directoryLennart Poettering2019-03-141-13/+25
|\
| * 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
* | boot: avoid 32-bit calculation for a 64-bit lvalueZbigniew Jędrzejewski-Szmek2019-03-122-1/+8
* | efi: wrap some long linesZbigniew Jędrzejewski-Szmek2019-03-081-18/+38
|/
* 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
* | meson: sort header list againLennart Poettering2019-03-011-1/+1
* | stub: don't override LoaderDevicePartUUID EFI varLennart Poettering2019-03-011-3/+4
* | stub: don't ask for variable data we actually don't care aboutLennart Poettering2019-03-011-4/+4
* | stub: fix GUID to check EFI vars inLennart Poettering2019-03-011-4/+4
* | efi: beef up efivar_get_xyz() to accept NULL return valuesLennart Poettering2019-03-012-3/+15
* | sd-boot: don't print error string where there's no error code knownLennart Poettering2019-03-011-1/+1
* | sd-boot: also look for boot loader entries in the XBOOTLDR partitionLennart Poettering2019-03-014-0/+344
* | sd-boot: don't dereference NULL ptr if loaded_image_path is NULLLennart Poettering2019-03-011-1/+1
* | sd-boot: pass device handle to config_entry_add_linux()Lennart Poettering2019-03-011-3/+3
* | 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
* | boot-bless: port over to new $BOOT discovery callsLennart Poettering2019-03-011-75/+116
* | 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
|/
* Make systemd-boot compliant with the Linux Boot / EFI Handover ProtocolMichael Niewöhner2019-02-202-69/+107
* Revert "Set secure_boot flag in Kernel Zero-Page (#7482)"Michael Niewöhner2019-02-203-14/+3
* boot/efi: use a wildcard section copy for final EFI generationYiFei Zhu2019-02-091-3/+1
* tree-wide: use '"' instead of '\"'Louis Taylor2019-01-171-1/+1
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2