Examine the virt-install command.
# virt-install \
--connect qemu:///system\
--virt-type kvm \
-- name test \
-- ram 500 \
--disk path =/var/lib/libvirt/images/test.img, size=4
--cdrom /home/user01/DownLoads/OracleLinux-R6-U5-Server-x86_64-dvd.iso \
--os-variant oe16
Which two statements are true?
Currently there are no comments in this discussion, be the first to comment!