On Tue, Jul 14, 2009 at 7:44 PM, Gilberto Fenix<gilbe...@sistemafenix.com.br> wrote: > 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. This list is for grub2 and developement exclusively nothing about grub-legacy is accepted. Neither are support requests > 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 > >
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel