From 6c7ea87457c0f3b0cbc0995d1364beffa5a773db Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 27 Oct 2013 21:24:51 +0000 Subject: [PATCH] Another bugfix from Pere --- vmdebootstrap | 3 +++ 1 file changed, 3 insertions(+) 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() -- 2.39.2