From: Lars Wirzenius Date: Sun, 27 Oct 2013 21:24:51 +0000 (+0000) Subject: Another bugfix from Pere X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=commitdiff_plain;h=6c7ea87457c0f3b0cbc0995d1364beffa5a773db Another bugfix from Pere --- diff --git a/vmdebootstrap b/vmdebootstrap index 19eaecb..7c73568 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -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()