summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4dcbcf9)
svn path=/trunk/packages/sipb-xen-www/; revision=1140
makeDisks(machine)
if autoinstall:
lvinstall(machine, autoinstall)
makeDisks(machine)
if autoinstall:
lvinstall(machine, autoinstall)
- # tell it to boot with cdrom
- bootMachine(machine, cdrom)
+ else:
+ # tell it to boot with cdrom
+ bootMachine(machine, cdrom)
return machine
def getList():
return machine
def getList():