1 (edited by zapper 2018-05-03 23:45:19)

Topic: Can someone tell me,

how to modify this so that, usb flash drives are enabled in qemu?

This is the script I got before, from someone helpful here.


/usr/bin/qemu-system-x86_64 \
    -monitor stdio \
    -soundhw ac97 \
    -k es \
    -machine accel=kvm \
    -m 1024 \
    -cdrom /home/heckyel/Descargas/hyperbola-milky-way-v0.2.2-dual.iso \
    -hda /home/heckyel/.aqemu/GNU_Linux_x86_64_HDA.img \
    -boot once=d,menu=off \
    -net nic,vlan=0 \
    -net user,vlan=0 \
    -rtc base=localtime \
    -name "Hyperbola GNU/Linux-libre x86_64"

just need to put usb into the formula, can someone tell me how?

HyperbolaBSD: The Future of Secure Libre Lightweight Operating Systems!