Hi, People Anybody, know how I can put one key to entry automatic in grub
option, for example if I push F9 in my keyboard automatic the grub will
execute teste in file menu.lst.
See bellow.

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-legacy-doc/.

timeout        5


title        Debian GNU/Linux, kernel 2.6.26-2-686
root        (hd0,1)
kernel        /boot/vmlinuz-2.6.26-2-686 root=/dev/sda2 ro quiet
initrd        /boot/initrd.img-2.6.26-2-686

## DO NOT UNCOMMENT THEM, Just edit them to your needs


title        Teste
root        (hd0,1)
kernel        /boot/vmlinuz-2.6.26-1-686-bigmem root=/dev/sda2 ro
initrd        /boot/initrd-2.6.26-1-686-bigmem

### END DEBIAN AUTOMAGIC KERNELS LIST

I need push F9 and execute Title Teste

What I do this?

Thanks

Regards

Gilberto
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to