From 5a4f3228332b7e9b7890c7ea6d139e513a7a06a6 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sat, 23 Jan 2016 17:47:07 +0000 Subject: handle extlinux being true by default with a test case --- bin/vmdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/vmdebootstrap b/bin/vmdebootstrap index 30fca9d..2971260 100755 --- a/bin/vmdebootstrap +++ b/bin/vmdebootstrap @@ -175,7 +175,7 @@ class VmDebootstrap(cliapp.Application): # pylint: disable=too-many-public-meth 'requires updating the initramfs.') if self.settings['roottype'] == 'btrfs' and\ - self.settings['extlinux']: + self.settings['extlinux'] and not self.settings['grub']: raise cliapp.AppException( 'extlinux is not yet supported on btrfs. Use grub.') uefi = self.handlers[Uefi.name] -- cgit v1.2.1