diff --git a/script/qemu.sh b/script/qemu.sh index 05f3bf62..0422a79e 100755 --- a/script/qemu.sh +++ b/script/qemu.sh @@ -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 \ $@ \