Ignore old-style initrd which is a compressed ext2 filesystem.
authorRichard Jones <rjones@trick.home.annexia.org>
Mon, 13 Jul 2009 17:06:10 +0000 (18:06 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Mon, 13 Jul 2009 17:06:10 +0000 (18:06 +0100)
commit4e444d5c09d78b0d292d95d1f97de12f26cc139d
tree3d9a263ea6b6f688f3c9ab53d90fbb5b41d0b6f6
parent7d41d75c1d4e6dbe61f6cd353bc104663340483f
Ignore old-style initrd which is a compressed ext2 filesystem.

'cpio' chokes on these, taking ages to decide that they are
not cpio files, and producing masses of messages.  This was
causing virt-inspector to be very slow (many minutes) on
RHEL 3 guests.  With this fix, speed is back to normal.
perl/lib/Sys/Guestfs/Lib.pm