diff options
author | Regia König | 2021-06-01 18:47:21 +0200 |
---|---|---|
committer | Regia König | 2021-06-01 18:47:21 +0200 |
commit | a96b2f4f1e1aeead3ad7b52097746568e52082a5 (patch) | |
tree | afcf62f2a2102f6077bbd92bf89bdb11049893e5 /test_code | |
parent | Remove outdated lines (diff) | |
download | memtest86-a96b2f4f1e1aeead3ad7b52097746568e52082a5.tar.gz memtest86-a96b2f4f1e1aeead3ad7b52097746568e52082a5.tar.xz memtest86-a96b2f4f1e1aeead3ad7b52097746568e52082a5.zip |
Remove -no-reboot flag
Diffstat (limited to 'test_code')
-rwxr-xr-x | test_code/run.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test_code/run.sh b/test_code/run.sh index 49f4519..b2f6f30 100755 --- a/test_code/run.sh +++ b/test_code/run.sh @@ -3,5 +3,7 @@ #(cd hda-contents; rm memtest_log; echo -n -e '\x00' >> memtest_log) -sudo kvm -bios OVMF.fd --drive file=fat:rw:hda-contents,index=0,media=disk,format=raw --drive file=fat:rw:hdb-contents,index=1,media=disk,format=raw -no-reboot -net none -cpu host -drive file=vm-disk-2G,format=raw,index=3,media=disk +sudo kvm -bios OVMF.fd --drive file=fat:rw:hda-contents,index=0,media=disk,format=raw --drive file=fat:rw:hdb-contents,index=1,media=disk,format=raw -net none -cpu host +#-drive file=vm-disk-2G,format=raw,index=3,media=disk #-nographic +#-no-reboot |