mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
kernel: use BPFire logo in kernel
how to generate logo format: apt-get install netpbm 1 convert png format to ppm format pngtopnm bpfire-logo.png > bpfire-logo.ppm 2 reduce the color count to 224 ppmquant 224 bpfire-logo.ppm > bpfire-logo-224.ppm 3 convert ppm raw format to ascii format pnmnoraw bpfire-logo-224.ppm > bpfire-logo-ascii.ppm cp bpfire-logo-ascii.ppm config/kernel/ Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -149,7 +149,7 @@ ifeq "$(KCFG)" "-headers"
|
|||||||
else
|
else
|
||||||
|
|
||||||
# Install ipfire logo
|
# Install ipfire logo
|
||||||
cd $(DIR_APP) && cp -vf $(DIR_SRC)/config/kernel/ipfire_logo.ppm \
|
cd $(DIR_APP) && cp -vf $(DIR_SRC)/config/kernel/bpfire-logo-ascii.ppm \
|
||||||
drivers/video/logo/logo_linux_clut224.ppm
|
drivers/video/logo/logo_linux_clut224.ppm
|
||||||
|
|
||||||
# Cleanup kernel source
|
# Cleanup kernel source
|
||||||
|
|||||||
Reference in New Issue
Block a user