grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grub change direcional KEYS F9


From: Gilberto Fenix
Subject: Re: Grub change direcional KEYS F9
Date: Tue, 14 Jul 2009 14:44:12 -0300

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]