PDA

View Full Version : Themes and Icons for knoppix



thewretchedbeaver
02-04-2003, 03:59 AM
this is probably a stupid question but is how do i add new themes and icon sets and a new splash screen to knoppix, i have experiemented, but been unable to do it i know the splash screen would have to be remastered to see or some other method done like persistant home

thanx

pachox
02-04-2003, 09:11 AM
u need to edit ur boot.img
cp -Rp /mnt/your_mount/knxmaster/Knoppix/boot.img /tmp/boot.img
mkdir /mnt/boot
mount -o loop /tmp/boot.img /mnt/boot

change logo.16 ---> it's the splash image

create ur own splash in gimp, save it im bmp (max 16 colors), then

bmptoppm yoursplash.bmp | ppmtolss16 > /mnt/boot/logo.16

umount /mnt/boot

cp -Rp /mnt/boot.img /mnt/your_mount/knxmaster/Knoppix/

all done

regards, pacho