Releases: chrschmidt/buildkernel
Releases · chrschmidt/buildkernel
1.2.1
Welcome to raw device support
This adds raw device support, e.g. for LUKS on raid (md) devices. These have no PARTUUID, and thus can't be used with original buildkernel.
This also changes the way parameters are passed to the kernel commandline. Where previous buildkernel versions would use /dev/disk/by-partuuid/, this version checks if the given value is a partition UUID or a filesystem UUID, and passes PARTUUID= or UUID= as appropriate.
Welcome to 2022
Moved to genkernel from genkernel-next.
This (hopefully only temporarily) removes plymouth support.