BuildSystem: Flip USB_ARGS and DISK_ARGS in qemu.sh
This allows attaching usb disk :D
This commit is contained in:
parent
5b587d199e
commit
ee3f10313a
|
@ -39,8 +39,8 @@ SOUND_ARGS='-device ac97'
|
||||||
qemu-system-$QEMU_ARCH \
|
qemu-system-$QEMU_ARCH \
|
||||||
-m 1G -smp 4 \
|
-m 1G -smp 4 \
|
||||||
$BIOS_ARGS \
|
$BIOS_ARGS \
|
||||||
$DISK_ARGS \
|
|
||||||
$USB_ARGS \
|
$USB_ARGS \
|
||||||
|
$DISK_ARGS \
|
||||||
$NET_ARGS \
|
$NET_ARGS \
|
||||||
$SOUND_ARGS \
|
$SOUND_ARGS \
|
||||||
$@ \
|
$@ \
|
||||||
|
|
Loading…
Reference in New Issue