Changeset 343


Ignore:
Timestamp:
Mar 30, 2008, 4:48:19 AM (16 years ago)
Author:
price
Message:

todo has moved to trac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-guest-installer/files/usr/sbin/sipb-xen-lvcopy

    r338 r343  
    77import time
    88from subprocess import call, check_call, Popen, PIPE
    9 
    10 # TODO:
    11 # . pick a loop device sanely
    12 # x adapt size of partition to fit volume
    13 # . fix hostname, root password
    14 # - (once debugging diminishes) umount, losetup -d, maybe rm -r
    15 # - avoid race conditions with other loop-device users, too (somehow)
    16 # - get numbers from actual source partition table rather than
    17 #   as magic numbers based on what sipb-xen-make-iso does with etch.
    189
    1910def losetup(source, offset=0):
Note: See TracChangeset for help on using the changeset viewer.