mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
profiles/.../sdk/package.use: add qemu SLIRP
This change adds the "slirp" use flag to qemu (SDK only), enabling qemu's user networking. This fixes a bug where qemu is unable to start the Flatcar qemu image: $ ./flatcar_production_qemu.sh qemu-system-x86_64: Parameter 'type' expects a netdev backend type The issue has been discussed on the qemu mailing list: https://www.mail-archive.com/qemu-devel@nongnu.org/msg786275.html Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
parent
0596e6ec94
commit
f7049b250e
@ -11,7 +11,7 @@ app-crypt/gnupg smartcard usb
|
||||
|
||||
# for qemu
|
||||
app-arch/bzip2 static-libs
|
||||
app-emulation/qemu static-user -jpeg
|
||||
app-emulation/qemu static-user slirp -jpeg
|
||||
dev-libs/glib static-libs
|
||||
dev-libs/libaio static-libs
|
||||
dev-libs/libpcre static-libs
|
||||
|
Loading…
Reference in New Issue
Block a user