summaryrefslogtreecommitdiffstats
path: root/src/kernel-install (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel-install: silently ignore unexpected arguments for 'remove' commandYu Watanabe2023-07-192-2/+18
* kernel-install: Avoid reopening file descriptor via /procDaan De Meyer2023-07-141-13/+13
* meson: shorten code a bitYu Watanabe2023-06-221-0/+2
* Fix quotingcvlc122023-06-201-2/+2
* Add docs, improve log comments.cvlc122023-06-191-1/+1
* Define 'microcode' type of initrd for the kernel-install staging area.cvlc122023-06-181-3/+6
* kernel-install: skip to read /etc/machine-info in testYu Watanabe2023-06-152-0/+10
* Merge pull request #27946 from keszybz/ukify-genkey-verbZbigniew Jędrzejewski-Szmek2023-06-141-1/+1
|\
| * ukify: move verb mangling to finalize_options()Zbigniew Jędrzejewski-Szmek2023-06-121-1/+1
* | Merge pull request #26848 from yuwata/kernel-installLuca Boccassi2023-06-084-405/+1336
|\ \ | |/ |/|
| * test-kernel-install: add tests for --entry-token=Yu Watanabe2023-06-051-0/+17
| * kernel-install: introduce --entry-token= optionYu Watanabe2023-06-051-2/+13
| * test-kernel-install: add tests for --make-entry-directory=Yu Watanabe2023-06-051-0/+72
| * kernel-install: introduce --make-entry-directory= optionYu Watanabe2023-06-051-1/+21
| * kernel-install: add --esp-path= and --boot-path= optionsYu Watanabe2023-06-051-3/+27
| * kernel-install: also parse KERNEL_INSTALL_LAYOUT from /etc/machine-infoYu Watanabe2023-06-051-3/+5
| * kernel-install: make inspect command optionally take kernel imageYu Watanabe2023-06-052-3/+10
| * kernel-install: rewrite in CYu Watanabe2023-06-053-405/+1183
* | ukify: simplify creation of parserZbigniew Jędrzejewski-Szmek2023-06-061-5/+4
|/
* test/60-ukify: override stub location in testsZbigniew Jędrzejewski-Szmek2023-05-051-0/+2
* test-kernel-install: test 60-ukify.install and 90-uki-copy.installZbigniew Jędrzejewski-Szmek2023-05-052-7/+33
* 60-ukify: kernel-install plugin that calls ukify to create a UKIZbigniew Jędrzejewski-Szmek2023-05-052-2/+234
* 90-loaderentry: make sure that variables are setZbigniew Jędrzejewski-Szmek2023-05-031-3/+3
* test-kernel-install: several cleanupsYu Watanabe2023-03-301-10/+15
* Define $KERNEL_INSTALL_UKI_GENERATORGertalitec2023-03-262-1/+7
* kernel-install: check all entry candidates first, then check existence of $pr...Yu Watanabe2023-03-171-8/+8
* Revert "kernel-install: also try to find $BOOT by partition GUID"Yu Watanabe2023-03-171-20/+0
* Merge pull request #26119 from kraxel/uki.installLuca Boccassi2023-03-082-4/+12
|\
| * kernel-install: handle uki installs automaticallyGerd Hoffmann2023-03-071-2/+10
| * 90-uki-copy.install: create $BOOT/EFI/Linux directory if neededGerd Hoffmann2023-03-071-2/+2
* | kernel-install: also try to find $BOOT by partition GUIDLuca Boccassi2023-03-031-0/+20
* | kernel-install: use log_verbose everywhereLuca Boccassi2023-03-031-7/+4
|/
* boot: Make sure we take --root into account everywhere.Daan De Meyer2023-02-091-4/+7
* meson: Properly install 90-uki-copy.installJan Janssen2023-01-271-2/+5
* bootctl: unlink and cleanup functionsLudwig Nussel2023-01-192-1/+33
* kernel-install: refactor some variablesLudwig Nussel2023-01-101-10/+12
* kernel-install: run depmod only if writeableLudwig Nussel2023-01-051-0/+2
* kernel-install: Add uki layoutJoerg Behrmann2022-11-292-0/+99
* kernel-install: add header to generate entry filesZbigniew Jędrzejewski-Szmek2022-11-231-0/+2
* kernel-install: make 90-loadentry.install templatedZbigniew Jędrzejewski-Szmek2022-11-222-2/+10
* Handle MACHINE_ID=uninitializedMarcus Schäfer2022-11-161-0/+1
* Fix reading /etc/machine-id in kernel-install (#25388)Marcus Schäfer2022-11-161-1/+1
* kernel-install: skip 50-depmod if depmod is not availableLuca Boccassi2022-11-071-0/+1
* kernel-install/90-loaderentry: do not override an existing systemd.machine_idAntonio Alvarez Feijoo2022-11-071-1/+1
* kernel-install/90-loaderentry: do not add multiple systemd.machine_id optionsAntonio Alvarez Feijoo2022-11-041-1/+1
* kernel-install: do not fail if a plugin exits with 77Yu Watanabe2022-09-281-5/+4
* kernel-install: do not fail if $layout is not "bls"Yu Watanabe2022-09-281-2/+2
* kernel-install/90-loaderentry: fix chownнаб2022-09-211-2/+2
* tree-wide: fix typoYu Watanabe2022-07-201-1/+1
* kernel-install: add helper for loggingZbigniew Jędrzejewski-Szmek2022-07-141-36/+30