summaryrefslogtreecommitdiff
path: root/bin/vmdebootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bin/vmdebootstrap')
-rwxr-xr-xbin/vmdebootstrap2
1 files changed, 1 insertions, 1 deletions
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]