I know need to have a play at some point over the next few days and will
sort out a patch for detecting a Arch disk image. The rest of the patches I
have submitted are all tested and working though.
On 12 Feb 2015 13:45, "Crístian Viana" <vianac(a)linux.vnet.ibm.com> wrote:
On 12-02-2015 11:24, Alan Jenkins wrote:
>
> Hey Pablo,
>
> Yeah I have edited isoinfo.py and the patch is in one of these emails. It
> has been tested and works on my kimchi fork. However I could not find any
> code for identifying or setting the distro of an image file (not iso but an
> virtual hard disk file).
>
>
I guess that's done in src/kimchi/imageinfo.py, function "probe_image".
The actual identification code comes from libguestfs (which is used in
"probe_image"), so we expect that the library identifies an Arch Linux file
system in a virtual hard disk. Let us know if it does - I don't have a
valid Arch Linux disk image here.