1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Changed the UML boxes Options entry tooltips, but makes me wonder whether the

behavior originally cited may be a good idea?
This commit is contained in:
freesource 2001-12-25 19:56:42 +00:00
parent 3a5c778bb9
commit 110b8937d1
2 changed files with 9 additions and 3 deletions

View File

@ -1336,9 +1336,9 @@ sub uml_box {
"The umid value is used by mconsole to " .
"recognize which machine is running. " .
"Alter value for each Linux virtual " .
"machine invocation, because this value is " .
"parsed from the Options line when Reboot or " .
"Halt is pressed." ,
"machine invocation, and use the " .
"mconsole's switch options to gain " .
"control of the new machine.",
"" );
$eab2->show();

View File

@ -1,3 +1,9 @@
Altered tooltip text for the Options entry to recognize that the umid needs
to be switched in the mconsole box in order for the new Linux virtual machine
to be controlled via the buttons and the mconsole. The behavior could be
changed to accomplish this automatically, but that wouldn't be consistent
with the behavior one would expect from the mconsole.
1.3.1 - 12/25/2001
------------------