suse-edge / edge-image-builder

Tool for creating and configuring a set of images to automate the deployment of Edge environments
Apache License 2.0
49 stars 25 forks source link

kernel-default vs kernel-default-base #208

Open e-minguez opened 6 months ago

e-minguez commented 6 months ago

As libguestfs requires the kernel anyway, shall EIB use kernel-default-base instead to save ~50 Mb?

139d971b378f:/ # zypper info kernel-default-base | grep Size
Installed Size : 120.1 MiB
139d971b378f:/ # zypper info kernel-default | grep Size
Installed Size : 177.0 MiB

https://www.suse.com/support/kb/doc/?id=000021147

jdob commented 6 months ago

@atanasdinov I triaged this as part of 1.0 to entertain if we can do in the migration to the BCI. But if that ends up being a really time consuming process, we'll punt this off of 1.0 and address it later.

jdob commented 6 months ago

Moving this out of 1.0 because of the lack of time before it and the fact that we don't yet have a production level build; its too many moving parts at once.