BuildSystem: Flip USB_ARGS and DISK_ARGS in qemu.sh

This allows attaching usb disk :D
This commit is contained in:
2025-08-10 19:57:31 +03:00
parent 5b587d199e
commit ee3f10313a
+1 -1
View File
@@ -39,8 +39,8 @@ SOUND_ARGS='-device ac97'
qemu-system-$QEMU_ARCH \
-m 1G -smp 4 \
$BIOS_ARGS \
$DISK_ARGS \
$USB_ARGS \
$DISK_ARGS \
$NET_ARGS \
$SOUND_ARGS \
$@ \