Custom logos!

This commit is contained in:
JeremyStar™ 2024-03-11 01:38:05 +01:00
parent e8bc07aa57
commit 7f9d0220a1
3 changed files with 4 additions and 0 deletions

View file

@ -158,6 +158,10 @@ prepare() {
echo ":: prepare: copying kernel-optimized kconfig into kernel repository" echo ":: prepare: copying kernel-optimized kconfig into kernel repository"
cp -Tf "${startdir}/kconfig" ./.config cp -Tf "${startdir}/kconfig" ./.config
### Copy modified logos
echo ":: prepare: copying custom logo into kernel repository"
cp -f "${startdir}/logo_linux_clut224.ppm" "${startdir}/logo_linux_vga16.ppm" "drivers/video/logo/"
if [ -n "$_use_llvm_lto" ]; then if [ -n "$_use_llvm_lto" ]; then
echo ":: prepare: enabling LLVM support" echo ":: prepare: enabling LLVM support"
scripts/config -d LTO_NONE \ scripts/config -d LTO_NONE \

BIN
logo_linux_clut224.ppm Normal file

Binary file not shown.

BIN
logo_linux_vga16.ppm Normal file

Binary file not shown.