diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/qemustart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemustart b/scripts/qemustart index 879f1834f9..f0ddefb839 100755 --- a/scripts/qemustart +++ b/scripts/qemustart @@ -203,7 +203,7 @@ start_qemu_armvirt() { ) } - sudo "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \ + "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \ -kernel "$kernel" \ "${o_qemu_extra[@]}" } |