summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-29 15:16:40 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-29 15:16:40 +0100
commit4dff42aa13dd726fb6b02843d0f4db4b4b330fe3 (patch)
treeb7d9979063d29915df9b2d09780bd2b42674562d /daemon/Makefile.am
parente492608f2f3809a824cb70ee03ff305964b69dd7 (diff)
downloadlibguestfs-4dff42aa13dd726fb6b02843d0f4db4b4b330fe3.tar.gz
libguestfs-4dff42aa13dd726fb6b02843d0f4db4b4b330fe3.tar.xz
libguestfs-4dff42aa13dd726fb6b02843d0f4db4b4b330fe3.zip
Add 'initrd-list' command to list contents of initrd images.
Add 'initrd-list' command to list the files inside (new-style) initrd images. Update virt-inspector to use this instead of the less efficient download/unpack locally method.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 2884e936..88c382cf 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -43,6 +43,7 @@ guestfsd_SOURCES = \
guestfsd.c \
headtail.c \
hexdump.c \
+ initrd.c \
ls.c \
lvm.c \
mount.c \