summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-20 15:54:22 +0100
committerRichard Jones <rjones@redhat.com>2009-04-20 15:54:22 +0100
commit0232e722826cfda0f6042da983f9eb871f24e946 (patch)
treee08a414ae15cc70f60ed6275231f9ae050a033fe /images
parent11350529fee2dbbcfda333bbe10d72f023dc2109 (diff)
downloadlibguestfs-0232e722826cfda0f6042da983f9eb871f24e946.tar.gz
libguestfs-0232e722826cfda0f6042da983f9eb871f24e946.tar.xz
libguestfs-0232e722826cfda0f6042da983f9eb871f24e946.zip
Added tar-in, tar-out, tgz-in, tgz-out commands.
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.am5
-rw-r--r--images/helloworld.tarbin0 -> 10240 bytes
-rw-r--r--images/helloworld.tar.gzbin0 -> 190 bytes
3 files changed, 4 insertions, 1 deletions
diff --git a/images/Makefile.am b/images/Makefile.am
index e9ea2f44..d5272e9d 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -15,6 +15,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-EXTRA_DIST = mbr-ext2-empty.img.gz
+EXTRA_DIST = \
+ helloworld.tar \
+ helloworld.tar.gz \
+ mbr-ext2-empty.img.gz
CLEANFILES = *~
diff --git a/images/helloworld.tar b/images/helloworld.tar
new file mode 100644
index 00000000..191a31b2
--- /dev/null
+++ b/images/helloworld.tar
Binary files differ
diff --git a/images/helloworld.tar.gz b/images/helloworld.tar.gz
new file mode 100644
index 00000000..9d36cc97
--- /dev/null
+++ b/images/helloworld.tar.gz
Binary files differ