todo has moved to trac
authorGreg Price <price@mit.edu>
Sun, 30 Mar 2008 08:48:19 +0000 (04:48 -0400)
committerGreg Price <price@mit.edu>
Sun, 30 Mar 2008 08:48:19 +0000 (04:48 -0400)
svn path=/trunk/packages/sipb-xen-guest-installer/; revision=343

files/usr/sbin/sipb-xen-lvcopy

index 960f726..ecfa8bf 100755 (executable)
@@ -7,15 +7,6 @@ import tempfile
 import time
 from subprocess import call, check_call, Popen, PIPE
 
 import time
 from subprocess import call, check_call, Popen, PIPE
 
-# TODO:
-# . pick a loop device sanely
-# x adapt size of partition to fit volume
-# . fix hostname, root password
-# - (once debugging diminishes) umount, losetup -d, maybe rm -r
-# - avoid race conditions with other loop-device users, too (somehow)
-# - get numbers from actual source partition table rather than
-#   as magic numbers based on what sipb-xen-make-iso does with etch.
-
 def losetup(source, offset=0):
   # XXX we avoid colliding with other instances of ourself,
   #     but when it comes to other loop-device users we just
 def losetup(source, offset=0):
   # XXX we avoid colliding with other instances of ourself,
   #     but when it comes to other loop-device users we just