diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-20 15:54:22 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-20 15:54:22 +0100 |
commit | 0232e722826cfda0f6042da983f9eb871f24e946 (patch) | |
tree | e08a414ae15cc70f60ed6275231f9ae050a033fe /images | |
parent | 11350529fee2dbbcfda333bbe10d72f023dc2109 (diff) | |
download | libguestfs-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.am | 5 | ||||
-rw-r--r-- | images/helloworld.tar | bin | 0 -> 10240 bytes | |||
-rw-r--r-- | images/helloworld.tar.gz | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..191a31b2 --- /dev/null +++ b/images/helloworld.tar diff --git a/images/helloworld.tar.gz b/images/helloworld.tar.gz Binary files differnew file mode 100644 index 00000000..9d36cc97 --- /dev/null +++ b/images/helloworld.tar.gz |