Changeset 1704 for trunk/packages
- Timestamp:
- Nov 17, 2008, 1:26:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/main.py
r1667 r1704 427 427 subjects = fields.getlist('subject') 428 428 429 help_mapping = {'ParaVM Console': """ 429 help_mapping = { 430 'Autoinstall': """ 431 The autoinstaller builds a minimal Debian or Ubuntu system to run as a 432 ParaVM. You can access the resulting system by logging into the <a 433 href="help?simple=true&subject=ParaVM+Console">serial console server</a> 434 with 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 437 xen-create-image, which is a tool based on debootstrap. If you're 438 quick in logging into the serial console, you can see it running. 439 """, 440 'ParaVM Console': """ 430 441 ParaVM machines do not support local console access over VNC. To 431 442 access the serial console of these machines, you can SSH with Kerberos
Note: See TracChangeset
for help on using the changeset viewer.