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:
parent
b19b824e38
commit
f256303854
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue