go-debos / fakemachine

fake a machine
Apache License 2.0
34 stars 37 forks source link

qemu: Explicitly depend on e1000 module #167

Closed obbardc closed 11 months ago

obbardc commented 11 months ago

We use the e1000 module for the virtualised ethernet adaptor inside the qemu guest. For Debian, e1000 is builtin to the kernel so we haven't needed to include it as a dependency. When running fakemachine on Ubuntu Jammy, fakemachine fails to setup the network as e1000 is built as a module. Include e1000 in the list of required modules such that we support either case: e1000 builtin or built as a module.

obbardc commented 11 months ago

closing in favour of !168