diff --git a/packer/amazon/configure_for_tarmak.sh b/packer/amazon/configure_for_tarmak.sh index 16a419a8c2..4e0632c52f 100644 --- a/packer/amazon/configure_for_tarmak.sh +++ b/packer/amazon/configure_for_tarmak.sh @@ -55,3 +55,6 @@ grub2-mkconfig -o /boot/grub2/grub.cfg # disable kdump service systemctl disable kdump.service + +# Disable SCTP kernel module +echo "install sctp /bin/true" > /etc/modprobe.d/sctp.conf