aboutsummaryrefslogtreecommitdiffstats
path: root/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common.sh')
-rwxr-xr-xcommon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.sh b/common.sh
index 9438b62..aea20d7 100755
--- a/common.sh
+++ b/common.sh
@@ -74,7 +74,7 @@ build_kernel()
run_cmd ./scripts/config --disable SYSTEM_TRUSTED_KEYS
run_cmd ./scripts/config --disable SYSTEM_REVOCATION_KEYS
run_cmd ./scripts/config --module SEV_GUEST
- run_cmd ./scripts/config --module IOMMU_DEFAULT_PASSTHROUGH
+ run_cmd ./scripts/config --disable IOMMU_DEFAULT_PASSTHROUGH
popd >/dev/null
yes "" | $MAKE olddefconfig