From 6bf7f64162ce4099a6ba70e25a529b599a749fee Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 7 Apr 2014 10:17:11 +0200 Subject: [PATCH] Check for extlinux, not no-extlinux, fixes crash --- vmdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmdebootstrap b/vmdebootstrap index 77da850..3344a59 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -146,7 +146,7 @@ class VmDebootstrap(cliapp.Application): self.setup_networking(rootdir) self.customize(rootdir) if self.settings['image']: - if not self.settings['no-extlinux']: + if self.settings['extlinux']: self.install_extlinux(rootdev, rootdir) self.optimize_image(rootdir) -- 2.39.2