claranet / centos7-ami

Shell script to build CentOS 7 AMI
GNU General Public License v2.0
34 stars 18 forks source link

aws c5 family compatability #6

Closed hhsnow closed 6 years ago

hhsnow commented 6 years ago

To enable initramfs portability to the new generation of instances, the yum package 'dracut-config-generic' can be installed, followed by a 'dracut -f' to regenerate the initramfs objects.

dracut-config-generic contains: | $ cat /usr/lib/dracut/dracut.conf.d/02-generic-image.conf | hostonly="no"

bashtoni commented 6 years ago

Thanks!