Comment 13 for bug 21540

Revision history for this message
Yvan AMILIN (yvanamilin-deactivatedaccount) wrote :

Hint: the file /usr/share/initramfs-tools/scripts/init-top/usplash contains the
following lines:

if [ $SPLASH = "true" -a $VESA = "false" ]; then
 insmod /lib/modules/`uname -r`/kernel/drivers/video/console/bitblit.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/console/font.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/console/tileblit.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/console/fbcon.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/cfbcopyarea.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/cfbfillrect.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/cfbimgblt.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/softcursor.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/vgastate.ko
 insmod /lib/modules/`uname -r`/kernel/drivers/video/vga16fb.ko
 mknod /dev/fb0 c 29 0
 mknod /dev/tty0 c 4 0
 /sbin/usplash -c &
fi