[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#275659: debian-cd: Custom boot splash images



Package: debian-cd
Version: 2.2.19
Severity: wishlist

Hi,

it would be nice to have a simple way to  change the boot splash image
of bootable CDs.

Here follows  a patch for  the i386/isolinux boot  script. Setting the
BOOTSPLASH variable in CONF.sh would do the trick.

Cheers,

Free

--- boot-i386.orig	2004-10-09 13:41:50.000000000 +0200
+++ boot-i386	2004-10-09 13:05:41.000000000 +0200
@@ -157,6 +157,9 @@
 	# Isolinux help files come from d-i.
 	cat cdrom/debian-cd_info.tar.gz | (cd boot$N/isolinux/; tar zx)
 	mv -f boot$N/isolinux/syslinux.txt boot$N/isolinux/isolinux.txt
+	if [ -e $BOOTSPLASH ]; then
+	    cp $BOOTSPLASH boot$N/isolinux/splash.rle
+	fi
 	if [ -e boot$N/isolinux/f3.txt.with26 ];then
 		mv boot$N/isolinux/f3.txt.with26 boot$N/isolinux/f3.txt
 		for image in cdrom/2.6/initrd.gz cdrom/2.6/vmlinuz; do




Reply to: