Re: [Libguestfs] [PATCH] inspect: fix detection of newer CirrOS versions (RHBZ#1045450).

2013-12-20 Thread Richard W.M. Jones
On Fri, Dec 20, 2013 at 03:09:05PM +0100, Pino Toscano wrote: > Add an own case for CirrOS, based on the /etc/cirros/version file > provided in newer version instead of the Buildroot-generated > /etc/br-version. > --- > src/inspect-fs-unix.c | 12 > 1 file changed, 12 insertions(+) >

[Libguestfs] [PATCH] inspect: fix detection of newer CirrOS versions (RHBZ#1045450).

2013-12-20 Thread Pino Toscano
Add an own case for CirrOS, based on the /etc/cirros/version file provided in newer version instead of the Buildroot-generated /etc/br-version. --- src/inspect-fs-unix.c | 12 1 file changed, 12 insertions(+) diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c index a9e5cad..c