[et-mgmt-tools] [PATCH 1 of 4] Allow relative paths, not just file names where files are referenced

David Lutterkort dlutter at redhat.com
Wed Dec 5 00:58:07 UTC 2007


On Wed, 2007-12-05 at 00:51 +0000, Daniel P. Berrange wrote:
> On Tue, Dec 04, 2007 at 04:44:56PM -0800, David Lutterkort wrote:
> > diff -r 6fb5cb8419d3 -r 4227c03796d6 doc/image.rng
> > --- a/doc/image.rng	Sat Dec 01 12:12:41 2007 -0500
> > +++ b/doc/image.rng	Tue Dec 04 15:17:10 2007 -0800
> > @@ -116,9 +116,9 @@
> >               Boot a kernel/initrd contained in the image
> >          -->
> >          <group>
> > -          <element name="kernel"><ref name="fileName"/></element>
> > -          <optional>
> > -            <element name="initrd"><ref name="fileName"/></element>
> > +          <element name="kernel"><ref name="relFilePath"/></element>
> > +          <optional>
> > +            <element name="initrd"><ref name="relFilePath"/></element>
> >            </optional>
> >            <optional>
> >              <element name="cmdline"><text/></element>
> > @@ -135,7 +135,7 @@
> 
> Is this really just a schema change - no code change required ? In any case,
> ACK.

Yeah, it is. The code is probably a little too permissive in the file
names it accepts.

David





More information about the et-mgmt-tools mailing list