[Bug 1831631] Re: grub should be pre-installed on images

2019-06-06 Thread Steve Langasek
Yeah, I suppose we can get away with quite a lot of that. The fixed per-layer disk overhead of each squashfs looks like it's on the order of 4M (/var/lib/dpkg/status + /var/lib/apt/extended_states), which is not large in the grand scheme. And since we know this layer would be used

Re: [Bug 1831631] Re: grub should be pre-installed on images

2019-06-06 Thread Michael Hudson-Doyle
On Tue, 4 Jun 2019 at 17:25, Steve Langasek wrote: > Pros: > - installing them in the squashfs is faster than installing them at build > time > - if we believe they should always be installed, it simplifies the > installer logic >- except that we're also converging on a single installer

[Bug 1831631] Re: grub should be pre-installed on images

2019-06-04 Thread Steve Langasek
Pros: - installing them in the squashfs is faster than installing them at build time - if we believe they should always be installed, it simplifies the installer logic - except that we're also converging on a single installer code base, so it doesn't simplify things too much to have it in