Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-04 Thread Matthew Miller
On Wed, May 04, 2016 at 03:30:36PM -0400, Dusty Mabe wrote: > > Just to be clear: if we can get grub2 packaging to a reasonable size, I > > don't have a strong opinion. > Looks like part of the secret here is to break the grub2 dependency on the > fedora-logos package, among other things. Yes. htt

Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-04 Thread Dusty Mabe
On 05/04/2016 11:30 AM, Matthew Miller wrote: > On Tue, May 03, 2016 at 11:50:13PM -0400, Dusty Mabe wrote: >> I had previously suggested that we go back to using grub2 (like we >> did in F23) for fedora cloud base (both base and vagrant images) but >> dgilmore/mattdm, and I decided to stick with

Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-04 Thread Dusty Mabe
On 05/03/2016 11:50 PM, Dusty Mabe wrote: > > > On 05/03/2016 07:34 PM, Peter Robinson wrote: >> On Tue, May 3, 2016 at 10:27 PM, Dusty Mabe wrote: >>> If we don't do this it will try to use grub2 but will fail >>> because we removed the packages from the package set. >> >> And does extlinux w

Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-04 Thread Matthew Miller
On Tue, May 03, 2016 at 11:50:13PM -0400, Dusty Mabe wrote: > I had previously suggested that we go back to using grub2 (like we > did in F23) for fedora cloud base (both base and vagrant images) but > dgilmore/mattdm, and I decided to stick with extlinux for the space > savings. This assumes that

Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-04 Thread Peter Robinson
On Wed, May 4, 2016 at 1:13 PM, Dusty Mabe wrote: > > > On 05/04/2016 05:03 AM, Peter Robinson wrote: >>> On 05/03/2016 07:34 PM, Peter Robinson wrote: On Tue, May 3, 2016 at 10:27 PM, Dusty Mabe wrote: > If we don't do this it will try to use grub2 but will fail > because we removed

Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-04 Thread Dusty Mabe
On 05/04/2016 05:03 AM, Peter Robinson wrote: >> On 05/03/2016 07:34 PM, Peter Robinson wrote: >>> On Tue, May 3, 2016 at 10:27 PM, Dusty Mabe wrote: If we don't do this it will try to use grub2 but will fail because we removed the packages from the package set. >>> >>> And does extlin

Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-04 Thread Peter Robinson
> On 05/03/2016 07:34 PM, Peter Robinson wrote: >> On Tue, May 3, 2016 at 10:27 PM, Dusty Mabe wrote: >>> If we don't do this it will try to use grub2 but will fail >>> because we removed the packages from the package set. >> >> And does extlinux work in all the Vagrant use cases (I've never used

Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-03 Thread Dusty Mabe
On 05/03/2016 07:34 PM, Peter Robinson wrote: > On Tue, May 3, 2016 at 10:27 PM, Dusty Mabe wrote: >> If we don't do this it will try to use grub2 but will fail >> because we removed the packages from the package set. > > And does extlinux work in all the Vagrant use cases (I've never used > it

Re: [PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-03 Thread Peter Robinson
On Tue, May 3, 2016 at 10:27 PM, Dusty Mabe wrote: > If we don't do this it will try to use grub2 but will fail > because we removed the packages from the package set. And does extlinux work in all the Vagrant use cases (I've never used it)? My understanding of using extlinux was because it was s

[PATCH] cloud-base-vagrant: use extlinux to match cloud-base

2016-05-03 Thread Dusty Mabe
If we don't do this it will try to use grub2 but will fail because we removed the packages from the package set. --- fedora-cloud-base-vagrant.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-cloud-base-vagrant.ks b/fedora-cloud-base-vagrant.ks index f7f1518..855bfee 1