We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1d1ee5 + ae16961 commit a62583dCopy full SHA for a62583d
scripts/install-helpers/baremetal-coco/install.sh
@@ -475,10 +475,10 @@ kernel_params=\"$kernel_params\""
475
476
case $tee_type in
477
tdx)
478
- filepath=/etc/kata-containers/tdx/config.d/96-kata-kernel-config
+ filepath=/etc/kata-containers/kata-tdx/config.d/96-kata-kernel-config
479
;;
480
snp)
481
- filepath=/etc/kata-containers/snp/config.d/96-kata-kernel-config
+ filepath=/etc/kata-containers/kata-snp/config.d/96-kata-kernel-config
482
483
esac
484
0 commit comments