diff --git a/BootRoot/BootRoot.pm b/BootRoot/BootRoot.pm index 369ed0c..b15fa76 100644 --- a/BootRoot/BootRoot.pm +++ b/BootRoot/BootRoot.pm @@ -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(); diff --git a/Changes b/Changes index 4689093..1ba55cd 100644 --- a/Changes +++ b/Changes @@ -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 ------------------