# e1000 is much better than the default rtl8139, but broken, so switching back to rtl8139 for now
#[ -e /usr/share/qemu/pxe-e1000.bin ] && NICMODEL="-net nic,model=e1000"
[ -e /usr/share/qemu/pxe-rtl8139.bin ] && NICMODEL="-net nic,model=rtl8139"
# Bridge device for qemu-kvm to connect itself
BRIDGEDEV=ltspbr0
# Sound Device (Comment out to disable sound)
SOUNDDEV="-soundhw all"

### SET YOUR OWN OPTIONS BELOW HERE ###
## VESA video
#VGAOPTION=-std-vga
## VMWare video
#VGAOPTION=-vmwarevga
