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

master
Brie Bruns 2018-06-08 11:06:59 -06:00
parent 5d6e58b363
commit bd8864c2cc
1 changed files with 1 additions and 1 deletions

View File

@ -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}