virt-install
CentOS 7 터미널에 다음 명령을 입력하면 명령을 실행하는 대신 두 번째 줄을 입력할 수 있는 공간이 제공됩니다.
virt-install
다른 명령은 이 컴퓨터에서 성공적으로 실행되므로 특히 이 명령에 문제가 있는 것 같습니다. 계속해서 재정렬하고 다시 작성하지만 명령을 실행할 수 없는 것 같습니다.
다음 명령이 작동하려면 구체적으로 어떤 변경이 필요합니까?
[root@remote-host ~]# virt-install --name=centos7-guest --disk path=/home/disk_test.img,size=100 --graphics none --vcpus=1 --memory=2048 --location /tmp/CentOS-7-x86_64-Minimal-1611.iso --os-type=linux --os-variant=rhel7.0 --initrd-inject=/tmp/vm.ks --extra-args="ks=file:/vm.ks ip=dhcp console=tty0 console=ttyS0,115200n8”
> ^C
[root@remote-host ~]#