Actions
action #508
closedimplement USBOOT
Status:
Closed
Priority:
Normal
Assignee:
Category:
Development
Target version:
Start date:
2013-06-10
Due date:
2013-06-11
% Done:
100%
Estimated time:
5.00 h
Description
$USBBOOT currently uses the image as hard disk rather than usb stick. Qemu needs to be started with special parameters to use a file as usb stick:
-drive if=none,id=usbstick,file=stick.img,snapshot \
-device usb-ehci,id=ehci \
-device usb-storage,bus=ehci.0,drive=usbstick \
-device piix3-usb-uhci,id=usb \
-device usb-tablet,bus=usb.0
Actions