Update qemu-coreboot.config

add "-nic none" to fix https://github.com/osresearch/heads/issues/516#issuecomment-464000222
This commit is contained in:
tlaurion 2019-05-10 23:43:48 -04:00 committed by GitHub
parent 08ad2d4d20
commit 2544ff17cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,4 +56,5 @@ run:
--machine q35 \ --machine q35 \
--serial /dev/tty \ --serial /dev/tty \
--bios $(build)/$(BOARD)/coreboot.rom \ --bios $(build)/$(BOARD)/coreboot.rom \
-nic none \
; stty sane ; stty sane