ecco i passaggio che ho eseguito
debian:/usr/src# cd /usr/src/linux-source-2.6.12
debian:/usr/src/linux-source-2.6.12# /usr/src/kernel-patches/all/apply/bootsplash
START applying bootsplash patch (Bootsplash)
Testing whether "Bootsplash" patch for 2.6.12 applies (dry run):
"Bootsplash" patch for 2.6.12 succeeded
Removing empty files:
Done.
END applying bootsplash patch
debian:/usr/src/linux-source-2.6.12# make menuconfig
-------> Processor type and features
[X] Processor family (Athlon/Duron/K7)
-------> File Systems:
<*> Reiserfs
-------> File Systems --> Miscellaneous filesystems --->
<*> Compressed ROM file system support (cramfs)
-------> Device Drivers --> Block Devices
<*> RAM disk support
(16) Default number of RAM disks
(8192) Default RAM disk size (kbytes)
- Initial RAM disk (initrd)
-------> Device Drivers--> Graphics Support
- Support for frame buffer devices
<*> VGA 16-color graphics support
- VESA VGA graphics support
-------> Graphics Support--> Console Display Driver Support
<*> Framebuffer Console support
- Select compiled-in fonts
- VGA 8x8 font
- VGA 8x16 font
-------> Graphics Support --> BootsplashConfiguration
<*> Bootsplash Screen
*** End of Linux kernel configuration.
*** Execute 'make' to build the kernel or try 'make help'.
e fino quà sembrerebbe tutto OK ma poi:
debian:/usr/src/linux-source-2.6.12# make-kpkg --initrd --append-to-version -splash kernel_image
Warning: You are using the initrd option, that may not
work, depending on your kernel version and architecture,
unless you have applied the initrd cramfs patch to
the kernel, or modified mkinitrd not to use cramfs by
default. The cramfs initrd patch, is included in the
Debian supplied kernel sources. New kernels on most
architectures do work fine.
By default, I assume you know what you are doing, and I
apologize for being so annoying. Should I abort[Ny]?
n
e qui comincia a macinare per circa 15 minuti fino ad interrompersi con questi messaggi:
make[4]: *** [drivers/char/drm/gamma_drv.o] Error 1
make[3]: *** [drivers/char/drm] Error 2
make[2]: *** [drivers/char] Error 2
make[1]: *** [drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.12'
make: *** [stamp-build] Error 2
che faccio? :conf: