Satsearching did a maxvar build with tun support in kernel (and the bootlogo in there) and yes, it fits nicely, Pieter.
ok, I've added it Cool, thanks!I didn't suggest removing the pretty boot logo from the image. But you might want to think about relocating it from the kernel to somewhere like /bin or /sbin in squashfs?
I assume (dont have a cdk box, never had one) that the reason why the bootlogo is in the kernel partition, must be that the bootloader has cramfs support, but no squashfs support.
Nah, it has nothing to do with the bootloader, Pieter. In OpenPLi, we have this little snippet near the top of /etc/init.d/rcS
mount -t cramfs /dev/mtdblock/6 /root
/bin/showlogo /root/root/platform/kernel/bild
umount /root
But a squashfs modder can easily pop his own boot logo into /bin or /sbin (or even on a mounted drive, like I do) and simply change that part of rcS to read:
/bin/showlogo /bin/bild
for example. Or maybe /bin/showlogo /var/bin/bild to make it easier to play with different boot logos. (Possibly more fun than watching the drivel they serve up on television)
Cheers- AL