initramfs for sys-kernel/gentoo-kernel can be rather large, ~100MB. In some cases, where the boot partition is too small, passing "--hostonly" option to dracut would be extremely useful, where initramfs is typically 15MB. I have around 50 systems that would need repartitioning/reinstallation otherwise. As a workaround I modified the eclass temporarily. Would it be possible to implement "hostonly" USE flag or something like that for gentoo-kernel ebuilds and than pass this option accordingly to dist-kernel-utils.eclass dist-kernel_build_initramfs() function?
Actually, there is no point in doing this. dracut.conf should be better used for it. Please, ignore the bug.