I won't describe here how to do it step by step - only common things. Well, become a root and find a 'message' file in /boot directory. Copy it somewhere for experiments and create a copy of original file. After extract the files from this archive into current temporary directory by:
# cpio -i message
And remove 'message' file from there (nor in /boot ;-)# rm -vi message
Edit 'gfxboot.cfg' with lines ‘penguin=-1′ (for openSUSE 10.2) or ‘penguin=0′ (for openSUSE 10.3) -1 is random. 0 means that penguin will never be shown and 100 means that it will be shown all the time you boot your computer. Well, now create the new directory there by:# mkdir -p archive
Then recover 'message' file by:# ls | cpio -ov > ./archive/message
And replace the original file in boot by your created one. Now close your eyes and reboot computer. Hope all will ok ;-)
No comments:
Post a Comment