Preparing the Linux virtual system installation source
#可以使用HTTP, FTP, or NFS are provided to Xen virtual machines for system installation. FTP is used here for installation, very simple and fast.
1) Installation of VSFTPD service
# yum Install-y vsftpd
# service VSFTPD Start
2 Mount CD to FTP anonymous directory
# mount/dev/cdrom/var/ftp/pub/
Description: VSFTPD will support anonymous access after installation.
2. Create a virtual machine
1) Start Installation
# virt-install–prompt
Description
What is the name of your virtual machine? test01 Virtual machine Name
How much RAM should is allocated (in megabytes)? 512 Virtual machine Memory
What would you as the disk (file path)? /DATA/TEST01.IMG Virtual machine disk files
How large would your like the disk (/data/test01.img) to IS (in gigabytes)? 6 Disk File Size GB
What is the install URL? Ftp://192.168.233.150/pub/FTP Installation Tree
2) Choose the installation language