From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Itamar Reis Peixoto" Subject: Re: Patch to xm create search domU config in /etc/xen/auto Date: Mon, 3 Apr 2006 14:50:34 -0300 Message-ID: <000801c65747$1d242380$0100000a@lualele> References: <001901c65733$e270a6e0$0100000a@lualele> <44314FAF.3090709@us.ibm.com> Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anthony Liguori Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org this is a very small patch, Can you fix, aplly and send for me ? I will send patches correctly next time, I am sorry this patch include /etc/xen/auto in search path when creating a domU domU configs can be stored in * /etc/xen * /etc/xen/auto - when dom0 is rebooted all domU´s with config file is stored in this directory is automatic started by /etc/init.d/xendomains when I run xm create the xm search for domU config only in * current directory * /etc/xen with this patch xm will search in * current directory * /etc/xen * /etc/xen/auto without this patch to start a domU I need to run xm create /etc/xen/auto/mydomU with this patch I can start a domU with xm create mydomU