diff options
| author | nl6720 <nl6720@gmail.com> | 2020-08-17 20:31:54 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2020-08-18 21:21:23 +0300 |
| commit | 55d9d1ffc4b43ef10e4e8a1cc43457e521a62cb3 (patch) | |
| tree | 8b0110a8084c8030f343ab8beccf6e4bc1ed185a /scripts | |
| parent | 1e0ffd02973a154e1475e5262ba3415190335609 (diff) | |
| download | archiso-55d9d1ffc4b43ef10e4e8a1cc43457e521a62cb3.tar.gz archiso-55d9d1ffc4b43ef10e4e8a1cc43457e521a62cb3.tar.bz2 | |
scripts/run_archiso.sh: disable PXE ROM
ISO testing doesn't require the emulated firmware's PXE stack.
For UEFI, it only disable iPXE in favor of EDK II network stack. https://github.com/tianocore/tianocore.github.io/wiki/EDKII-Network-Over-QEMU#verification-result
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/run_archiso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_archiso.sh b/scripts/run_archiso.sh index 4a062ee..5405ded 100755 --- a/scripts/run_archiso.sh +++ b/scripts/run_archiso.sh @@ -83,7 +83,7 @@ run_image() { -drive file="${image}",media=cdrom,readonly=on,if=virtio \ -display sdl \ -vga virtio \ - -device virtio-net-pci,netdev=net0 -netdev user,id=net0 \ + -device virtio-net-pci,romfile=,netdev=net0 -netdev user,id=net0 \ -machine type=q35,smm=on,accel=kvm \ -global ICH9-LPC.disable_s3=1 \ -enable-kvm \ |
