New tool: virt-sysprep: system preparation for guests.

This commit is contained in:
Richard W.M. Jones
2011-10-07 19:22:11 +01:00
parent 3a54666365
commit 1e35941f62
12 changed files with 802 additions and 2 deletions

View File

@@ -38,6 +38,9 @@ SUBDIRS += fish
# virt-tools in C.
SUBDIRS += align cat df edit inspector rescue
# virt-tools in shell.
SUBDIRS += clone
# Language bindings.
if HAVE_PERL
SUBDIRS += perl perl/examples
@@ -160,6 +163,7 @@ HTMLFILES = \
html/virt-rescue.1.html \
html/virt-resize.1.html \
html/virt-sparsify.1.html \
html/virt-sysprep.1.html \
html/virt-tar.1.html \
html/virt-tar-in.1.html \
html/virt-tar-out.1.html \