index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kernel-install
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
kernel-install: Skip execution if $KERNEL_INSTALL_BYPASS=1
Daan De Meyer
2022-04-22
1
-0
/
+5
*
meson: make kernel-install a template file, add --version, add to tests
Zbigniew Jędrzejewski-Szmek
2022-04-05
2
-8
/
+14
*
meson: build kernel-install man page when necessary
Franck Bui
2022-03-31
1
-2
/
+0
*
kernel-install: check for /loader/entries.srel file as explicit marker for st...
Lennart Poettering
2022-03-22
1
-2
/
+21
*
kernel-install: automatically generate "sort-key" field
Lennart Poettering
2022-03-18
1
-0
/
+4
*
kernel-install: drop spurious double empty line
Lennart Poettering
2022-03-18
1
-1
/
+0
*
kernel-install: make clear which variables are supposed to be placed in insta...
Lennart Poettering
2022-03-18
1
-0
/
+1
*
kernel-install: add new "inspect" verb, showing paths and parameters we disco...
Lennart Poettering
2022-03-11
1
-6
/
+23
*
kernel-install: search harder for kernel image/initrd drop-in dir
Lennart Poettering
2022-03-11
1
-3
/
+24
*
kernel-install: only generate systemd.boot_id= in kernel command line if used...
Lennart Poettering
2022-03-11
1
-5
/
+13
*
kernel-install: add a new $ENTRY_TOKEN variable for naming boot entries
Lennart Poettering
2022-03-11
2
-9
/
+23
*
kernel-install: don't try to persist used machine ID locally
Lennart Poettering
2022-03-11
2
-10
/
+12
*
kernel-install: add missing log line
Zbigniew Jędrzejewski-Szmek
2022-01-28
1
-0
/
+2
*
kernel-install: add "$KERNEL_INSTALL_STAGING_AREA" directory
Zbigniew Jędrzejewski-Szmek
2022-01-28
2
-3
/
+20
*
kernel-install: prefix errors with "Error:", exit immediately
Zbigniew Jędrzejewski-Szmek
2022-01-28
2
-11
/
+11
*
kernel-install: k-i already creates $ENTRY_DIR_ABS, no need to do it again
Zbigniew Jędrzejewski-Szmek
2022-01-28
1
-6
/
+2
*
kernel-install: add new variable $KERNEL_INSTALL_INITRD_GENERATOR
Zbigniew Jędrzejewski-Szmek
2022-01-18
2
-1
/
+5
*
Merge pull request #21805 from наб
Zbigniew Jędrzejewski-Szmek
2022-01-18
3
-151
/
+113
|
\
|
*
kernel-install: don't pull out KERNEL_IMAGE
наб
2022-01-04
1
-11
/
+10
|
*
kernel-install: 90-loaderentry: error out on nonexistent initrds instead of s...
наб
2022-01-04
1
-5
/
+7
|
*
kernel-install: port to /bin/sh
наб
2022-01-04
1
-66
/
+43
|
*
kernel-install: fix shellcheck
наб
2022-01-04
1
-11
/
+11
|
*
kernel-install: 90-loaderentry: port to /bin/sh
наб
2022-01-04
1
-65
/
+45
|
*
kernel-install: 50-depmod: port to /bin/sh
наб
2022-01-04
1
-13
/
+15
*
|
kernel-install: also remove modules.builtin.alias.bin
Yu Watanabe
2022-01-17
1
-1
/
+1
*
|
kernel-install: prefer /boot over /boot/efi for $BOOT_ROOT
Adam Williamson
2022-01-07
1
-1
/
+1
|
/
*
kernel-install: replace 00-entry-directory with K_I_LAYOUT in k-i
наб
2021-12-17
5
-55
/
+66
*
kernel-install: Introduce KERNEL_INSTALL_MACHINE_ID in /etc/machine-info
Daan De Meyer
2021-12-16
1
-1
/
+9
*
kernel-install: Remove "Default" from list of suffixes checked
Daan De Meyer
2021-12-15
1
-1
/
+1
*
kernel-install: export $BOOT_ROOT and use it in downstreams
наб
2021-12-08
3
-23
/
+29
*
kernel-install: respect $MACHINE_ID and ignore /etc/machine-id if on tmpfs
наб
2021-12-08
1
-10
/
+4
*
meson: use a/b instead of join_paths(a,b)
Zbigniew Jędrzejewski-Szmek
2021-07-27
1
-1
/
+1
*
kernel-install: don't erase previous errors if a hook returns 77
наб
2021-05-24
1
-2
/
+0
*
kernel-install/90-loaderentry: use install(1) instead of cp/chown/chmod chains
наб
2021-05-24
1
-12
/
+8
*
kernel-insteall: do not remove the first slash in $ENTRY_DIR
Yu Watanabe
2021-04-30
1
-1
/
+5
*
Revert "meson: remove one more instance of install_dir:bindir"
Yu Watanabe
2021-02-23
1
-1
/
+2
*
meson: remove one more instance of install_dir:bindir
Zbigniew Jędrzejewski-Szmek
2021-02-02
1
-2
/
+1
*
kernel-install: add boilerplate on installed .install files
Zbigniew Jędrzejewski-Szmek
2021-01-28
3
-9
/
+57
*
kernel-install: drop redundant "/"
Yu Watanabe
2020-11-24
1
-1
/
+1
*
meson: add option to skip installing to $sysconfdir
Jörg Thalheim
2020-11-12
1
-10
/
+13
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
2
-2
/
+2
*
Merge pull request #16777 from DaanDeMeyer/kernel-install-followup
Zbigniew Jędrzejewski-Szmek
2020-08-25
1
-2
/
+5
|
\
|
*
kernel-install: Reuse $BOOT/Default if it already exists
Daan De Meyer
2020-08-24
1
-1
/
+4
|
*
kernel-install: Use "Default" as fallback instead of "Linux"
Daan De Meyer
2020-08-24
1
-1
/
+1
*
|
tree-wide: fix spelling of "fallback"
Zbigniew Jędrzejewski-Szmek
2020-08-20
1
-1
/
+1
|
/
*
kernel-install: Add fallback to "Linux" if no machine-id is found
Daan De Meyer
2020-08-10
1
-12
/
+3
*
kernel-install/90-loaderentry: fix when /boot is not mountpoint
Kir Kolyshkin
2020-08-03
1
-2
/
+3
*
kernel-install: extend --help
Zbigniew Jędrzejewski-Szmek
2020-06-05
1
-2
/
+5
*
Add meson build option to prevent building kernel-install
Jakov Smolic
2020-04-14
1
-12
/
+16
*
treewide: more portable bash shebangs
Jörg Thalheim
2020-03-05
4
-4
/
+4
[prev]
[next]