[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Some issues in scripting support?
From: |
Vesa Jääskeläinen |
Subject: |
Some issues in scripting support? |
Date: |
Thu, 09 Mar 2006 22:45:12 +0200 |
User-agent: |
Thunderbird 1.5 (Windows/20051201) |
Hi,
I was playing a bit with grub.cfg and following crashes my vmware
session... :)... I know I didn't remember first that there were
syntaxtical changes in there, but even after correcting my mistake, it
doesn't allow me move it with cursor keys, not in console or in video
mode. Pressing enter correctly changes to video mode as it were first
choice.
--- crashing --
insmod font
font /boot/grub/unifont.pff
insmod terminal
insmod vbe
insmod videoterm
title switch to videoterm
terminal videoterm
title switch back to console
terminal console
--- correct ---
insmod font
font /boot/grub/unifont.pff
insmod terminal
insmod vbe
insmod videoterm
menuentry "switch to videoterm" {
terminal videoterm
}
menuentry "switch back to console" {
terminal console
}
Thanks,
Vesa Jääskeläinen
- Some issues in scripting support?,
Vesa Jääskeläinen <=