aboutsummaryrefslogtreecommitdiffstats
path: root/distros/launch-qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distros/launch-qemu.sh')
-rwxr-xr-xdistros/launch-qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distros/launch-qemu.sh b/distros/launch-qemu.sh
index ad679ad..173fdbc 100755
--- a/distros/launch-qemu.sh
+++ b/distros/launch-qemu.sh
@@ -119,7 +119,7 @@ add_opts "-drive if=pflash,format=raw,unit=1,file=${UEFI_BIOS_VARS}"
# add CDROM if specified
[ ! -z ${CDROM_FILE} ] && add_opts "-drive file=${CDROM_FILE},media=cdrom -boot d"
-add_opts "-netdev user,id=vmnic -device e1000,netdev=vmnic"
+add_opts "-netdev user,id=vmnic -device e1000,netdev=vmnic,romfile="
# If harddisk file is specified then add the HDD drive
if [ ! -z ${HDA_FILE} ]; then