Fix issue with virtio cdrom not allowing VM to start after ejecting media on next reboot - changed to standard IDE

master
Brie Bruns 5 years ago
parent 5d6e58b363
commit bd8864c2cc

@ -223,7 +223,7 @@ virt-install \
--network ${net_interface} \
--boot hd \
--disk vol=${POOL}/${hostname}.${domain}.root.img,format=${FORMAT},bus=virtio,cache=none \
--disk vol=${POOL}/${hostname}.${domain}.configuration.iso,bus=virtio,device=cdrom \
--disk vol=${POOL}/${hostname}.${domain}.configuration.iso,device=cdrom \
--console pty,target_type=serial \
--os-type=${virt_ostype} --os-variant=${virt_osvariant}

Loading…
Cancel
Save