From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] tools/pygrub: store kernels in /var/run/pygrub Date: Thu, 17 Apr 2014 13:07:30 +0200 Message-ID: <20140417110730.GA30210@aepfle.de> References: <1397731926-29636-1-git-send-email-olaf@aepfle.de> <534FB383.5060806@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <534FB383.5060806@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Ian.Jackson@eu.citrix.com, Ian.Campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Apr 17, Andrew Cooper wrote: > I don't think it is valid in the slightest for programs like this to be > mkdir()ing their environment. It is very much a packaging responsibility. So the startup scripts have to do that mkdir once at bootup? Olaf