On Mon, May 02, 2022 at 11:12:56PM -0500, Oskari Pirhonen wrote:
> Add detection for initramfs of the form *.img.old. For example, Gentoo's
> sys-kernel/genkernel installs it as initramfs-*.img and moves any
> existing one to initramfs-*.img.old.
>
> Apply the same scheme to initrd-*.img and initrd
Add detection for initramfs of the form *.img.old. For example, Gentoo's
sys-kernel/genkernel installs it as initramfs-*.img and moves any
existing one to initramfs-*.img.old.
Apply the same scheme to initrd-*.img and initrd-*.gz files for
consistency.
Signed-off-by: Oskari Pirhonen
---
v2 -> v3