When supplying an empty nickname for the kernel, both with --kernname="" as well as KNAME="" in genkernel.conf, genkernel will emit an initramfs name like initramfs-genkernel-x86_64-4.14.67-gentoo.
Is there a way to separate the cases "no argument supplied" and "an argument was supplied, but it was empty", so that instead I would be getting initramfs-x86_64-4.14.67-gentoo?
When supplying an empty nickname for the kernel, both with
--kernname=""as well asKNAME=""ingenkernel.conf, genkernel will emit an initramfs name likeinitramfs-genkernel-x86_64-4.14.67-gentoo.Is there a way to separate the cases "no argument supplied" and "an argument was supplied, but it was empty", so that instead I would be getting
initramfs-x86_64-4.14.67-gentoo?