fblogo_patch(1)
NAME
- fblogo_patch - Generate a kernel patch using a kernel
- source tree and a custom logo header
SYNOPSIS
fblogo_patch logo-header path-to-linux-source [width height]
DESCRIPTION
Arraypatch the kernel tree with to stdout. No manual editing in the
kernel sources is therefor required (e.g. editing fbcon.c)
OPTIONS
Arraywidth Width in pixels of the logo image
height Height in pixels of the logo image
Arrayonly work if the header was created by fblogo. This feature is
still experimental though, and will likely fail.
USAGE
- ArrayUsing this new header file and it's dimensions, call fblogo_patch: (Assuming your kernel sources are to be found in
/usr/src/linux, and you just created a linux_logo.h using an image of 300x80 size)
fblogo_patch linux_logo.h /usr/src/linux 300 80 > - mylogo.patch
SEE ALSO
AUTHOR
- ArrayPublic License.
August 07, 2002