3.2.3. 네트워크에서 가상 머신 설치
다음 예제에서는 네트워크 위치에서 가상 머신을 설치합니다.
# virt-install \
--name guest1-rhel7 \
--memory 2048 \
--vcpus 2 \
--disk size=8 \
--location http://example.com/path/to/os \
--os-variant rhel7
--location http://example.com/path/to/os 옵션은 설치 트리가 지정된 네트워크 위치에 있음을 지정합니다.