Changeset 1682


Ignore:
Timestamp:
Nov 16, 2008, 12:13:08 AM (15 years ago)
Author:
broder
Message:

Add a commented out line to disable the autoinstaller

File:
1 edited

Legend:

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

    r1619 r1682  
    4444
    4545def lvinstall(machine, autoinstall):
     46    #raise InvalidInput('autoinstall', 'install',
     47    #                   "The autoinstaller has been temporarily disabled")
    4648    disksize = machine.disks[0].size
    4749    memsize = machine.memory
Note: See TracChangeset for help on using the changeset viewer.