diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-25 07:53:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-25 07:53:32 +0200 |
commit | 8af7b2ce46031724b626a837bb655649d44f98cd (patch) | |
tree | 40a4e1cb87ddfeb6ef667403e051dcb9f2162e1d | |
parent | a6da323f156227f07be98ba691eb87587bdedea5 (diff) |
Fix
-rwxr-xr-x | test-machine-m1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-machine-m1 b/test-machine-m1 index e1879b9..c52d2e1 100755 --- a/test-machine-m1 +++ b/test-machine-m1 @@ -71,7 +71,7 @@ fi "${kvm[@]}" \ -M virt \ - -bios "$dir/QEMU_EFI.fd" + -bios "$dir/QEMU_EFI.fd" \ \ -m 4G \ -cpu host -smp "4,sockets=1,cores=4,threads=1" \ |