Hi Nic, > is there any way to stop it displaying
The splash screen is displayed by user level software run via rc scripts. So to disable it all you need to do is remove the relevant rc scripts: /etc/default/psplash /etc/init.d/psplash /etc/rc0.d/K20psplash /etc/rc1.d/K20psplash /etc/rc6.d/K20psplash /etc/rcS.d/S01psplash If you cannot login to your hx4700 then removing the relevant rc scripts will require you to modify the root file system image. Something like: modprobe jffs2 modprobe mtdram modprobe mtdchar modprobe mtdblock dd if=root.jffs2 of=/dev/mtd0 bs=4k mount -t jffs2 /dev/mtdblock0 /mnt/cf rm $(find /mnt/cf/etc -name '*psplash') mkfs.jffs2 --root=/mnt/cf --output=root.jffs2 --eraseblock=256KiB --pad (I haven't tested this so it might need tweaking) _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
