Project

General

Profile

Actions

action #508

closed

implement USBOOT

Added by lnussel almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Development
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

Also available in: Atom PDF