From: Greg Price Date: Sun, 30 Mar 2008 08:48:19 +0000 (-0400) Subject: todo has moved to trac X-Git-Tag: sipb-xen-guest-installer/1.0~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/commitdiff_plain/dfce675c35e16ac01c2dcb5efecdc225b9c83861 todo has moved to trac svn path=/trunk/packages/sipb-xen-guest-installer/; revision=343 --- diff --git a/files/usr/sbin/sipb-xen-lvcopy b/files/usr/sbin/sipb-xen-lvcopy index 960f726..ecfa8bf 100755 --- a/files/usr/sbin/sipb-xen-lvcopy +++ b/files/usr/sbin/sipb-xen-lvcopy @@ -7,15 +7,6 @@ import tempfile 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