X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=inspector%2Fvirt-inspector.pod;h=4d916a1b43a7b0f80ab0a65b79639f8b17200460;hb=2faef37957629e0436308e759211209e5e823ee0;hp=2192b399f1cff5d6cf6da8446b807b26218807e7;hpb=87fb6d852db04d0d707e6587d4579d1cf2bd05ef;p=libguestfs.git diff --git a/inspector/virt-inspector.pod b/inspector/virt-inspector.pod index 2192b39..4d916a1 100755 --- a/inspector/virt-inspector.pod +++ b/inspector/virt-inspector.pod @@ -285,6 +285,27 @@ Note that this only covers permanent local filesystem mappings, not things like network shares. Furthermore NTFS volume mount points may not be listed here. +=head2 EiconE + +Virt-inspector is sometimes able to extract an icon or logo for the +guest. The icon is returned as base64-encoded PNG data. Note that +the icon can be very large and high quality. + + + + ... + + iVBORw0KGgoAAAANSUhEUgAAAGAAAABg[.......] + [... many lines of base64 data ...] + + +To display the icon, you have to extract it and convert the base64 +data back to a binary file. Use an XPath query or simply an editor to +extract the data, then use the coreutils L program to do +the conversion back to a PNG file: + + base64 -i -d < icon.data > icon.png + =head2 INSPECTING INSTALL DISKS, LIVE CDs Virt-inspector can detect some operating system installers on @@ -353,6 +374,7 @@ versions of virt-inspector with different names: L, L, L, +L, L. =head1 AUTHORS