summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvmdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdebootstrap b/vmdebootstrap
index a9127ae..63ade3a 100755
--- a/vmdebootstrap
+++ b/vmdebootstrap
@@ -418,7 +418,7 @@ class VmDebootstrap(cliapp.Application): # pylint: disable=too-many-public-meth
include.append('acpid')
if self.settings['grub']:
- include.append('grub2')
+ include.append('grub-pc')
if not self.settings['no-kernel']:
if self.settings['arch'] == 'i386':