mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Improving doc.
This commit is contained in:
parent
413cde8525
commit
18ba567e2f
@ -1349,10 +1349,10 @@ sub uml_box {
|
|||||||
$eab4 = entry_advanced(3,5,0,1,14,$table_uml);
|
$eab4 = entry_advanced(3,5,0,1,14,$table_uml);
|
||||||
$tooltips->set_tip( $eab4,
|
$tooltips->set_tip( $eab4,
|
||||||
"Pass commands to the mconsole.\n" .
|
"Pass commands to the mconsole.\n" .
|
||||||
"sysrq [0-9|b|e|i|l|m|p|r|s|t|u] " .
|
"1. sysrq [0-9|b|e|i|l|m|p|r|s|t|u] \n" .
|
||||||
" reboot halt " .
|
"2. reboot halt \n" .
|
||||||
" config <dev>=<config> remove <dev> " .
|
"3. config <dev>=<config>\n4. remove <dev>\n" .
|
||||||
" switch <umid> version help",
|
"5. switch <umid>\n6. version help",
|
||||||
"" );
|
"" );
|
||||||
$eab4->signal_connect("activate",
|
$eab4->signal_connect("activate",
|
||||||
sub {
|
sub {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
||||||
alink="#FF0000">
|
alink="#FF0000">
|
||||||
|
|
||||||
<center>$Id: index.html,v 1.57 2001/12/23 20:28:00 freesource Exp $</center>
|
<center>$Id: index.html,v 1.58 2001/12/23 20:39:16 freesource Exp $</center>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -272,7 +272,7 @@ Documentation/sysrq.txt in the Linux sources.
|
|||||||
|
|
||||||
"Options" Enter uml command-line options like: <code>mem=64,
|
"Options" Enter uml command-line options like: <code>mem=64,
|
||||||
devfs=nomount</code>. The <code>umid</code> option is used by
|
devfs=nomount</code>. The <code>umid</code> option is used by
|
||||||
the Reboot and Halt to determine which Linux virtual machine is
|
Reboot, Halt, and the mconsole to determine which Linux virtual machine is
|
||||||
running. The umid value may be changed by
|
running. The umid value may be changed by
|
||||||
altering the value for the <code>switch</code> option in the mconsole entry
|
altering the value for the <code>switch</code> option in the mconsole entry
|
||||||
box to allow control of a different Linux virtual machine.
|
box to allow control of a different Linux virtual machine.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user