forked from Bananymous/banan-os
BuildSystem: Flip USB_ARGS and DISK_ARGS in qemu.sh
This allows attaching usb disk :D
This commit is contained in:
@@ -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 \
|
||||||
$@ \
|
$@ \
|
||||||
|
|||||||
Reference in New Issue
Block a user