diff options
author | Ed Maste <emaste@FreeBSD.org> | 2019-04-30 15:28:52 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2019-04-30 15:28:52 +0000 |
commit | dc930267765701d96343106a2ef51ce732582e2b (patch) | |
tree | 7e53b3a86b19c1c943639bcae39b269d665c91b9 /tools | |
parent | 180d54d0091362a672641b12c1cc16c03fc5690f (diff) | |
download | src-dc930267765701d96343106a2ef51ce732582e2b.tar.gz src-dc930267765701d96343106a2ef51ce732582e2b.zip |
Notes
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/boot/ci-qemu-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boot/ci-qemu-test.sh b/tools/boot/ci-qemu-test.sh index 8507f9dafe20..a6181cda1e63 100755 --- a/tools/boot/ci-qemu-test.sh +++ b/tools/boot/ci-qemu-test.sh @@ -97,7 +97,7 @@ trap tempdir_cleanup EXIT SIGINT SIGHUP SIGTERM SIGQUIT # And, boot in QEMU. : ${BOOTLOG:=${TMPDIR:-/tmp}/ci-qemu-test-boot.log} timeout 300 \ - qemu-system-x86_64 -M q35 -m 256M -nodefaults \ + qemu-system-x86_64 -m 256M -nodefaults \ -drive if=pflash,format=raw,readonly,file=${OVMF} \ -serial stdio -vga none -nographic -monitor none \ -snapshot -hda fat:${ROOTDIR} 2>&1 | tee ${BOOTLOG} |