diff options
author | Richard Jones <rjones@redhat.com> | 2010-03-22 18:38:31 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-03-23 21:56:14 +0000 |
commit | def627e4daf2d32cebf91f5e01f44a0b7e512129 (patch) | |
tree | fef108dc2be0d7ac95d0b15317d49bedf2109aa6 /.gitignore | |
parent | b6483061c25e90ae1b9e016812dea8e3756d6c23 (diff) | |
download | libguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.tar.gz libguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.tar.xz libguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.zip |
New tools: virt-resize and virt-list-partitions.
Virt-resize is the main contribution here, a program which can
be used to expand and shrink partitions in disk images.
Virt-list-partitions is used as an ancillary tool for planning
resize operations.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -91,8 +91,10 @@ html/virt-df.1.html html/virt-edit.1.html html/virt-inspector.1.html html/virt-list-filesystems.1.html +html/virt-list-partitions.1.html html/virt-ls.1.html html/virt-rescue.1.html +html/virt-resize.1.html html/virt-tar.1.html html/virt-win-reg.1.html images/100kallnewlines |