diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-05 00:03:31 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-05 01:02:39 +0200 |
commit | 1f1b89399e462f1798a5fa990c73fbaec5a4050e (patch) | |
tree | a7901fe4f013f66d8ea5b6841d8dc41509bf3178 /sys-apps | |
parent | sys-apps/kexec-tools: runscript: fix style (diff) | |
download | gentoo-1f1b89399e462f1798a5fa990c73fbaec5a4050e.tar.gz gentoo-1f1b89399e462f1798a5fa990c73fbaec5a4050e.tar.bz2 gentoo-1f1b89399e462f1798a5fa990c73fbaec5a4050e.zip |
sys-apps/kexec-tools: runscript: add support for genkernel's default kernel/initramfs symlink
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/kexec-tools/files/kexec-r2.init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/kexec-tools/files/kexec-r2.init b/sys-apps/kexec-tools/files/kexec-r2.init index ea6b790d324f..2a3b63ad5263 100644 --- a/sys-apps/kexec-tools/files/kexec-r2.init +++ b/sys-apps/kexec-tools/files/kexec-r2.init @@ -40,6 +40,7 @@ image_path() { "bzImage" \ "vmlinux" \ "vmlinuz" \ + "kernel" \ "bzImage-${kver}" \ "vmlinux-${kver}" \ "vmlinuz-${kver}" \ @@ -67,6 +68,7 @@ initrd_path() { local gkarch="$(get_genkernel_arch $karch)" for x in \ "initrd" \ + "initramfs" \ "initrd.img-${kver}" \ "initrd-${kver}.img" \ "initrd-${kver}" \ |