summaryrefslogtreecommitdiffstats
path: root/src/kernel-install (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs-util: rename laccess to access_nofollowMike Yuan2024-10-051-1/+1
* various: correct laccess() error checkMike Yuan2024-10-041-5/+3
* kernel-install: add uki.conf examplecvlc122024-09-202-0/+37
* kernel-install: unquote plugin paths in KERNEL_INSTALL_PLUGINSYu Watanabe2024-09-182-4/+11
* kernel-install: discard comments in cmdline filesrindeal2024-08-161-3/+3
* kernel-install: Try some more initrd variants in 90-loaderentry.installDaan De Meyer2024-07-291-2/+12
* kernel-install: Only read cmdline from /proc/cmdline when not in containerDaan De Meyer2024-07-291-2/+4
* kernel-install: remove depmod generated file modules.weakdepJose Ignacio Tornos Martinez2024-07-261-0/+1
* kernel-install: Remove existing loader entries and UKIsJörg Behrmann2024-07-152-0/+11
* meson: Fix various versionsDaan De Meyer2024-07-041-1/+1
* kernel-install: correct the place where it works in man and help textAntonio Alvarez Feijoo2024-06-191-1/+1
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-2/+2
* kernel-install,bootctl: unify the config parsing procedureZbigniew Jędrzejewski-Szmek2024-05-231-38/+10
* kernel-install/60-ukify: also search in {/run,/usr/local/lib}/kernel/Mike Yuan2024-04-221-1/+5
* Revert "kernel-install: Add kernel version to title (#31581)"Lennart Poettering2024-04-031-2/+2
* kernel-install/60-ukify: do not rebuild existing UKIsVitaly Kuznetsov2024-03-251-0/+6
* Merge pull request #31862 from keszybz/add-strdup_to-helperYu Watanabe2024-03-211-10/+10
|\
| * Replace strdup_or_null() by strdup_to()Zbigniew Jędrzejewski-Szmek2024-03-201-10/+10
* | kernel-install: fix uki-copy deinstallGerd Hoffmann2024-03-201-2/+2
|/
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-082-51/+49
|\
| * kernel-install: support full set of config files and drop-insZbigniew Jędrzejewski-Szmek2024-03-072-50/+48
| * udev,backlight,kernel-install: reword sentences starting with "Skipping to"Zbigniew Jędrzejewski-Szmek2024-03-071-1/+1
* | Use VERSION_TAG instead of GIT_VERSION in kernel-install scriptsDaan De Meyer2024-03-062-2/+2
* | stat-util: generalize is_* and verify_* handlingMike Yuan2024-03-041-1/+1
* | kernel-install: Add kernel version to title (#31581)Guilhem Lettron2024-03-031-2/+2
* | dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-1/+2
|/
* meson: Start adding devel and rc suffixes to the project versionDaan De Meyer2024-02-141-1/+1
* tree-wide: port over various pieces of code to strv_extend_many()Lennart Poettering2024-01-171-5/+4
* Merge pull request #30851 from lnussel/kernel-installYu Watanabe2024-01-161-17/+20
|\
| * kernel-install: silence num kernels installedLudwig Nussel2024-01-151-1/+1
| * kernel-install: fix context_copyLudwig Nussel2024-01-151-16/+19
* | tree-wide: Load entry-token and layout.conf from /usr/lib/kernel/ as wellDaan De Meyer2024-01-161-21/+2
|/
* Add --root= support for list and prepare add-all for --root= supportDaan De Meyer2024-01-121-17/+11
* kernel-install: clarify what is currently supported with --root and --imageAntonio Alvarez Feijoo2024-01-101-2/+8
* kernel-install: fix memory leakAntonio Alvarez Feijoo2024-01-101-0/+1
* Merge pull request #30232 from keszybz/ukify-importsZbigniew Jędrzejewski-Szmek2023-12-131-19/+15
|\
| * kernel-install/60-ukify: use exec() instead of runpyZbigniew Jędrzejewski-Szmek2023-12-011-19/+15
* | kernel-install: Fix inspect with --root= when no version is specifiedDaan De Meyer2023-12-111-3/+3
* | kernel-install: Look for uki.conf in /usr/lib/kernel as wellDaan De Meyer2023-12-111-2/+1
|/
* ukify: be more explicit about where to find ukifyPaymon MARANDI2023-11-251-1/+2
* kernel-install: do not resolve symlink in paths passed to pluginsYu Watanabe2023-11-211-27/+50
* test: add test cases about plugin exit codeYu Watanabe2023-11-201-0/+25
* kernel-install: propagate failures in pluginsYu Watanabe2023-11-201-9/+8
* tree-wide: fix typoYu Watanabe2023-11-081-1/+1
* update CILennart Poettering2023-11-071-1/+1
* kernel-install: make "inspect" work more like "add" regarding omission of par...Lennart Poettering2023-11-071-24/+60
* kernel-install: add add-all verbLennart Poettering2023-11-071-12/+178
* kernel-install: make version/kernel image parameters optional for "add"Lennart Poettering2023-11-071-6/+44
* kernel-install: add command to list installed kernelsLennart Poettering2023-11-071-8/+83
* kernel-install: Add --root, --image and --image-policyDaan De Meyer2023-11-061-12/+77