AlmaLinux / cloud-images

Packer templates and other tools for building AlmaLinux images for various cloud platforms.
MIT License
152 stars 48 forks source link

AMI: Fix not making the latest kernel as default #155

Closed LKHN closed 1 year ago

LKHN commented 1 year ago

Although, only AlmaLinux 9.2 AMIs is affected, the fix applied all AMIs to make sure it will not affect them too in future.

Set look-aside buffer (TLB) invalidation behavior to lazy mode for better performance on AArch64 bare metal EC2 instances.

Remove memory option for kdump, Since it's not installed by default.

Fixes #154