mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-09 21:31:39 -04:00
This adds switch, version and help and updates the doc.
This commit is contained in:
+17
-7
@@ -3,7 +3,7 @@
|
||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
||||
alink="#FF0000">
|
||||
|
||||
<center>$Id: index.html,v 1.55 2001/12/23 09:11:44 freesource Exp $</center>
|
||||
<center>$Id: index.html,v 1.56 2001/12/23 18:05:22 freesource Exp $</center>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -253,26 +253,36 @@ button or a put together a complete Boot/Root set with the Submit button.</p>
|
||||
|
||||
"mconsole:" Allow you to pass the help, sysrq, config, and remove
|
||||
commands to the mconsole to control the Linux virtual machine specified
|
||||
with the umid value.
|
||||
with the umid value. Good information about sysrq is found in
|
||||
Documentation/sysrq.txt in the Linux sources.
|
||||
|
||||
<pre>
|
||||
sysrq (Shows option values in virtual machine.)
|
||||
sysrq [0-9|b|e|i|l|m|p|r|s|t|u]
|
||||
config <dev>=<config>
|
||||
remove <dev>
|
||||
switch <umid>
|
||||
version
|
||||
help
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
||||
"Options" Enter uml command-line options like: <code>mem=64,
|
||||
devfs=nomount</code>. The <code>umid</code> option is used by
|
||||
the Reboot and Halt button to determine which Linux virtual machine is
|
||||
running. Many different machines can be controlled by submitting
|
||||
each
|
||||
machine with a different name, and then changing the umid when control is
|
||||
required for a different machine when using these two buttons.
|
||||
the Reboot and Halt to determine which Linux virtual machine is
|
||||
running. The umid value may be changed by
|
||||
altering the value for the <code>switch</code> option in the mconsole entry
|
||||
box to allow control of a different Linux virtual machine.
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
umid=bootroot
|
||||
mconsole: switch bootroot2 [Enter]
|
||||
mconsole: sysrq s sysrq u sysrq b [Enter]
|
||||
mconsole: switch bootroot [Enter]
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
||||
"Root_Fs" Choose an uncompressed root
|
||||
|
||||
Reference in New Issue
Block a user