distro/fedora: Changed kernelOptions value for ec2/ami image to be ro no_timer_check console=ttyS0,115200n8 biosdevname=0 net.ifnames=0

This commit is contained in:
Jordi Gil 2022-05-04 08:22:14 -04:00 committed by Tomáš Hozza
parent b19b824e38
commit f256303854

View file

@ -282,7 +282,7 @@ var (
osPkgsKey: {osPkgsKey, blueprintPkgsKey},
},
defaultImageConfig: defaultEc2ImageConfig,
kernelOptions: "ro no_timer_check net.ifnames=0 console=tty1",
kernelOptions: "ro no_timer_check console=ttyS0,115200n8 biosdevname=0 net.ifnames=0",
bootable: true,
bootType: distro.LegacyBootType,
defaultSize: 6 * GigaByte,