Changeset 1704


Ignore:
Timestamp:
Nov 17, 2008, 1:26:56 PM (15 years ago)
Author:
price
Message:

document autoinstaller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/main.py

    r1667 r1704  
    427427    subjects = fields.getlist('subject')
    428428
    429     help_mapping = {'ParaVM Console': """
     429    help_mapping = {
     430                    'Autoinstall': """
     431The autoinstaller builds a minimal Debian or Ubuntu system to run as a
     432ParaVM.  You can access the resulting system by logging into the <a
     433href="help?simple=true&subject=ParaVM+Console">serial console server</a>
     434with your Kerberos tickets; there is no root password and no sshd.</p>
     435
     436<p>Under the covers the autoinstaller uses our own patched version of
     437xen-create-image, which is a tool based on debootstrap.  If you're
     438quick in logging into the serial console, you can see it running.
     439""",
     440                    'ParaVM Console': """
    430441ParaVM machines do not support local console access over VNC.  To
    431442access the serial console of these machines, you can SSH with Kerberos
Note: See TracChangeset for help on using the changeset viewer.