In order to filter out useless files - in certain circumstances - on an initial RAM drive, why not allow for skipping keymaps? With keymap files skipped, they won't be copied to the initrd. Reproducible: Always Steps to Reproduce: Suggestion: genkernel --nokeymap Actual Results: None Expected Results: N.A. On systems where no keyboard interaction is required nor needed, keymap files just eat up space. Initial RAM disks that are used to initialize hardware do not necessarily need keyboard interaction.
Got a patch?
(In reply to comment #1) > Got a patch? Erm... not yet... for I'm currently in the process of understanding the internals of genkernel... If you'd like me to provide a patch, it's absolutely ok. Just that I will as soon as I have some time. I'm the requester so I don't mind providing it at all :-) .
OK. I just added this to genkernel. Doing --no-keymap will cause the files to not be copied.
Thanks a lot Chris.
OK. This is resolved in genkernel 3.4.10, which is now in the tree and stable.