Skip to content

Commit

Permalink
distro: fix kernel options for Fedora Azure image
Browse files Browse the repository at this point in the history
During rebase of 3d36490, this change
was missed due to 3d8388e.
  • Loading branch information
achilleas-k committed Sep 18, 2023
1 parent 51f73a6 commit 21f579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/distro/fedora/distro.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ var (
"loadmodules.service",
},
},
kernelOptions: defaultKernelOptions,
kernelOptions: cloudKernelOptions,
bootable: true,
defaultSize: 2 * common.GibiByte,
image: diskImage,
Expand Down

0 comments on commit 21f579f

Please sign in to comment.