how do I disable boot screen?

I like to press ESC during the boot to remove OpenSuse load screen and progress bar. Is there a way to permananty disable it?

Edit the file at /boot/grub/menu.lst

With kde do

kdesu kwrite /boot/grub/menu.lst

with gnome

gnomesu gedit /boot/grub/menu.lst

Here is my example:

###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1 - 2.6.27.29-0.1
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.29-0.1-pae root=/dev/disk/by-id/ata-ST9160827AS_5RF16D1B-part2 resume=/dev/disk/by-id/ata-ST9160827AS_5RF16D1B-part5 splash=silent showopts vga=0x367
initrd /boot/initrd-2.6.27.29-0.1-pae

Change to

splash=0

that’s a zero