XEN虚拟机随系统启动
If you want additional domains to be automatically started when the system boots, create a symbolic link to each configuration file required to be started from the directory /etc/xen/auto . Set the "xendomains" init.d script to run:
on RedHat , Fedora, CentOS and SUSE:
/sbin/chkconfig --add xendomains
/sbin/chkconfig xendomains on
on Debian:
/usr/sbin/update-rc.d xendomains defaults
来自:
http://wiki.xensource.com/xenwiki/GettingStarted?highlight=(/etc/xen/auto)