Skip to content

Commit 105d6fd

Browse files
author
AidanAbd
committed
fix: rm stuffs
1 parent 82fad05 commit 105d6fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sysbox-eks.pkr.hcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,12 +527,8 @@ build {
527527

528528
"echo '>>> Configuring KVM support'",
529529
"sudo modprobe kvm",
530-
"sudo modprobe kvm_intel",
531-
"sudo modprobe kvm_amd",
532530

533531
"echo 'kvm' | sudo tee -a /etc/modules",
534-
"echo 'kvm_intel' | sudo tee -a /etc/modules",
535-
"echo 'kvm_amd' | sudo tee -a /etc/modules",
536532

537533
"sudo dasel put string --parser toml --file /etc/crio/crio.conf --selector 'crio.runtime.allowed_devices.[]' --multiple /dev/kvm",
538534

0 commit comments

Comments
 (0)