rancher / os

Tiny Linux distro that runs the entire OS as Docker containers
https://rancher.com/docs/os/v1.x/en/
Apache License 2.0
6.45k stars 657 forks source link

Remove firmware in cloud images #2798

Open niusmallnan opened 5 years ago

niusmallnan commented 5 years ago

Currently, we build the kernel containing modules and firmware, but the firmware is not needed for the cloud images, like GCP, AWS, Azure and so on.

Removing firmware when building cloud images also helps to increase startup speed, especially when decompressing the initrd.

niusmallnan commented 5 years ago

AWS AMI is a special case. It is built differently than other images.