CentOS5.0でCLIだけで仮想サーバ(Domain-U)が導入できた

先日CLIで仮想サーバのインストールができないと書いたが、CentOS5.0でもCLIでやる方法があった。
[root@ml115 ~]# virt-install
Would you like a fully virtualized guest (yes or no)? This will allow you to run unmodified operating systems. no
What is the name of your virtual machine? storage2
How much RAM should be allocated (in megabytes)? 256
What would you like to use as the disk (path)? /var/lib/xen/images/storage2
How large would you like the disk (/var/lib/xen/images/storage2) to be (in gigabytes)? 2
Would you like to enable graphics support? (yes or no) no
What is the install location? http://ftp.jaist.ac.jp/pub/Linux/CentOS/5.0/os/x86_64/

Starting install...
この後kernelが起動してインストールが始まる。めでたしめでたし。