X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fqemustart;h=879f1834f95f6637bc064171123a321c30fc275a;hb=7630001427fa266fa61da0b2533e2c1054eababe;hp=f0ddefb839941a1406018ba5f9c4cd77e72c8e9f;hpb=40c18e95dc0dfb16f248e2caa152910dbcf14d74;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/scripts/qemustart b/scripts/qemustart index f0ddefb839..879f1834f9 100755 --- a/scripts/qemustart +++ b/scripts/qemustart @@ -203,7 +203,7 @@ start_qemu_armvirt() { ) } - "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \ + sudo "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \ -kernel "$kernel" \ "${o_qemu_extra[@]}" }