[Vmdebootstrap-devel] [PATCH] install grub-pc instead of grub2

Neil Williams codehelp at debian.org
Fri Apr 10 06:25:56 UTC 2015


On Thu,  9 Apr 2015 16:44:27 +0200
Jan Gerber <j at mailb.org> wrote:

> Ubuntu only has grub-pc in its main repository while the grub2 package
> is in universe. To support creating Ubuntu images install grub-pc.
> This works for both Debian and Ubuntu.
> ---
>  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.1.4
> 
> 
> _______________________________________________
> Vmdebootstrap-devel mailing list
> Vmdebootstrap-devel at lists.alioth.debian.org
> https://lists.alioth.debian.org/mailman/listinfo/vmdebootstrap-devel

Applied, thanks.

-- 


Neil Williams
=============
http://www.linux.codehelp.co.uk/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/attachments/20150410/ca1a37bc/attachment.sig>


More information about the Vmdebootstrap-devel mailing list