On 31/12/2025 at 00:19, John Paul Adrian Glaubitz wrote: > Hi Vincent, > > On Tue, 2025-12-30 at 23:19 +0100, Vincent Mailhol wrote: >> This series allows the user to replace the default kernel boot logo by >> a custom one directly in the kernel configuration. This makes it >> easier to customise the boot logo without the need to modify the >> sources and allows such customisation to remain persistent after >> applying the configuration to another version of the kernel. > > Wouldn't it make more sense to make the boot logo to be configurable > at runtime so that users don't have to rebuild their kernel at all > to change their boot logo?
I thought about that. The problem is that the logo is loaded really early in the boot process. To be able to modify the logo without rebuilding the full kernel, the logo would basically need to become a kernel module that would be stored in either an initrd or on the filesystem. The above is not impossible, but would require delaying the logo. If we go in that direction, I think that my series as it is right now would be a prerequisite anyway. Personally, I am happy with the logo just being configurable when compiling the kernel, so I do not intend to put more effort into this afterward. However, that would have prepared the ground if anyone wants to implement in the future what you just suggested. Yours sincerely, Vincent Mailhol
