From 6a4d4e515740b17d54db2d8e423d47855ae79260 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 10 Apr 2015 07:23:57 +0100 Subject: [PATCH] install grub-pc instead of grub2 Ubuntu only has grub-pc in its main repository while the grub2 transitional package is in universe. To support creating Ubuntu images install grub-pc. This works for both Debian and Ubuntu. Jan Gerber --- vmdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.39.2