From dfce675c35e16ac01c2dcb5efecdc225b9c83861 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 30 Mar 2008 04:48:19 -0400 Subject: [PATCH] todo has moved to trac svn path=/trunk/packages/sipb-xen-guest-installer/; revision=343 --- files/usr/sbin/sipb-xen-lvcopy | 9 --------- 1 file changed, 9 deletions(-) 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 -- 1.7.9.5