16 Dec
2009
16 Dec
'09
14:00
On Tue, 2009-12-15 at 19:46 -0800, Donald Pacaba wrote:
Hi...
How do you make the boot loader to always look like the penguin in snow?
This is from some old notes. It works ok with 11.2. pico is a small editor, you can replace it with kwrite or any. #cp /boot/message /root/message.bak #mkdir /root/bootbakmsg #cd /root/bootbakmsg #cpio -i < /boot/message #pico gfxboot.cfg edit ------snip------- # penguin theme likelihood in percent; -1 = auto penguin=99 -----snip----------- #find | cpio -o > /boot/message Reboot and whenever you want to go back to the original #cp /root/message.bak /boot/message -=terry=- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org