Skip to content

Commit

Permalink
Fix network module missing (#53)
Browse files Browse the repository at this point in the history
In #47 , we introduced a regression
by not installing modules-extra anymore. This module is still needed
for some kernel modules that live in modules-extra (igc, ...)
  • Loading branch information
hector-cao authored Apr 8, 2024
1 parent 894703d commit 73a307b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup-tdx-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ EOF

apt update

# modules-extra is needed (igc for example)
apt install --yes --allow-downgrades \
linux-intel-opt \
linux-modules-extra-intel-opt \
qemu-system-x86 \
libvirt-daemon-system \
libvirt-clients \
Expand Down

0 comments on commit 73a307b

Please sign in to comment.