]> git.siccegge.de Git - forks/vmdebootstrap.git/blobdiff - vmdebootstrap
Update copyright date
[forks/vmdebootstrap.git] / vmdebootstrap
index 19eaecb752567904618f010e4785cfd72adb614e..705cdfa407503abeb8c8f1878986b59f9e7cca2b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright 2011, 2012  Lars Wirzenius
+# Copyright 2011-2013  Lars Wirzenius
 # Copyright 2012  Codethink Limited
 # 
 # This program is free software: you can redistribute it and/or modify
@@ -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()