]> git.siccegge.de Git - forks/vmdebootstrap.git/commitdiff
Another bugfix from Pere
authorLars Wirzenius <liw@liw.fi>
Sun, 27 Oct 2013 21:24:51 +0000 (21:24 +0000)
committerLars Wirzenius <liw@liw.fi>
Sun, 27 Oct 2013 21:24:51 +0000 (21:24 +0000)
vmdebootstrap

index 19eaecb752567904618f010e4785cfd72adb614e..7c73568081b75a9d31f1b4a9b6215129a16b408a 100755 (executable)
@@ -109,7 +109,10 @@ class VmDebootstrap(cliapp.Application):
         self.mount_points = []
 
         try:
+            rootdev = None
             roottype = 'ext4'
+            bootdev = None
+            boottype = None
             if self.settings['image']:
                 self.create_empty_image()
                 self.partition_image()