Fix issue with virtio cdrom not allowing VM to start after ejecting media on next reboot - changed to standard IDE
parent
5d6e58b363
commit
bd8864c2cc
|
@ -223,7 +223,7 @@ virt-install \
|
||||||
--network ${net_interface} \
|
--network ${net_interface} \
|
||||||
--boot hd \
|
--boot hd \
|
||||||
--disk vol=${POOL}/${hostname}.${domain}.root.img,format=${FORMAT},bus=virtio,cache=none \
|
--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 \
|
--console pty,target_type=serial \
|
||||||
--os-type=${virt_ostype} --os-variant=${virt_osvariant}
|
--os-type=${virt_ostype} --os-variant=${virt_osvariant}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue