genkernel icon indicating copy to clipboard operation
genkernel copied to clipboard

[MIRROR] Kernel and initrd generator

Results 13 genkernel issues
Sort by recently updated
recently updated
newest added

``` gen_moddeps.sh: always include firmware for built-in modules with ALLFIRMWARE="no" These do not occur in the "modules.dep" file so they won't be caught by the dependency scanning loop in gen_dep_list()...

Also made some cleanups on code quality/consistency, more merged-usr support, and added more verbose messages in plymouth/splash sections. I can go through everything and try to make the merged-usr support...

Makes features (e.g. xfsprogs, e2fsprogs, plymouth, luks, etc) more self-contained thru the new GK_FEATURES variable Some changes on the ebuild script will be necessary to accommodate this change. To ensure...

This utility is very useful to unlock Opal drive. This set of patches just includes it but doesn't call it automatically anywhere but at least it's available in the backup...

I am opening this PR to add an example in the commit mentioned options to clarify possible confusion for future users, as it wasn't clear that I had to specify...

Usage: LABEL gentoo-httpboot MENU LABEL ^Boot Gentoo ISO over HTTP KERNEL path/to/gentoo/kernel APPEND initrd=path/to/initrd root=/dev/ram0 init=/linuxrc ip=dhcp cdroot real_root=/mnt/livecd httpboot=http://10.0.0.1/gentoo.iso Author: DanF Signed-off-by: DanF

with this patch, we can make the genkernel appending bootconfig data when generating initramfs image https://bugs.gentoo.org/852845

One more simplification and speed-up. When processing the file directly grep could exit at the first match, without processing the whole stream.

If tmpfs is used for /dev, it is not enough to check whether tmpfs is mounted somewhere as it could be used for other reasons. Also ensure that devtmpfs is...