From 7630001427fa266fa61da0b2533e2c1054eababe Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Sat, 23 Oct 2021 21:30:55 +0200 Subject: ethtool: update to v5.14 Update to newly released version 5.14 Signed-off-by: Hans Dedecker --- scripts/qemustart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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[@]}" } -- cgit v1.2.3