diff options
| author | Bobby <[email protected]> | 2025-11-25 18:59:54 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-11-27 14:44:10 +0530 |
| commit | 5df73a760f4b5bd2131eccbfbcc1dcf4a08a7220 (patch) | |
| tree | d98c4dfdd1fd8ca751f45b1a040b18b9054e06e1 /scripts | |
| parent | 72a34a06c4d8413a9729d448a408ea479f8aaf1b (diff) | |
| download | akiba-5df73a760f4b5bd2131eccbfbcc1dcf4a08a7220.tar.xz akiba-5df73a760f4b5bd2131eccbfbcc1dcf4a08a7220.zip | |
update run script for new image format
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run.sh b/scripts/run.sh index 5db91ca..bd9b326 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -1,6 +1,6 @@ #!/bin/bash qemu-system-x86_64 \ -drive if=pflash,format=raw,readonly=on,file=/opt/homebrew/share/qemu/edk2-x86_64-code.fd \ - -drive format=raw,file=iso/akiba.iso \ + -drive format=raw,file=iso/akiba.img \ -m 2048M \ -serial stdio
\ No newline at end of file |
