Changeset 542 for trunk/packages/sipb-xen-guest-installer
- Timestamp:
- May 31, 2008, 4:51:39 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-guest-installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-guest-installer/debian/changelog
r529 r542 1 sipb-xen-guest-installer (1.3) unstable; urgency=low 2 3 * Change sipb-xen-lvcopy so that it fails if you try to clone 4 anything but ice3 5 6 -- Evan Broder <broder@mit.edu> Sat, 31 May 2008 13:38:37 -0700 7 1 8 sipb-xen-guest-installer (1.2) unstable; urgency=low 2 9 -
trunk/packages/sipb-xen-guest-installer/files/usr/sbin/sipb-xen-lvcopy
r528 r542 49 49 50 50 def duplicate_by_vm(source, target, rootpw, nodd=False, nofrob=False): 51 if source != "ice3": 52 print "Error: can't clone that VM" 53 sys.exit(1) 51 54 # source, target should be machine names 52 55 prefix = 'd_'
Note: See TracChangeset
for help on using the changeset viewer.