summaryrefslogtreecommitdiffstats
path: root/tools/virt-resize
Commit message (Collapse)AuthorAgeFilesLines
* virt-resize: Mention alternate tools like gparted in the documentation.Richard Jones2010-04-121-0/+17
| | | | | | Note for stable-1.2: Cherry picked from development commit c53e64a and rebased against stable-1.2 tree.
* Documentation updates.Richard Jones2010-04-121-1/+1
| | | | | | | | | Fix copyright years. Fix URLs to point to new PRC site. Make sure guestfish(1) and guestfs(3) manpages reference the current list of tools. (cherry picked from commit 9a608a1516bd339dc6d5ebe9952d3bced273c416)
* Bugfixes for virt-resize.Richard Jones2010-04-121-19/+69
| | | | | | | | | | - copy more than 64 boot loader sectors across, since real boot loaders (eg. for Windows) can be much larger than this - copy bootable flag and ID byte to new partitions - start the first partition on the new disk at the same sector offset as on the old disk - sync the disks before existing (cherry picked from commit add5e22563972210f5c8baf9e8cf651fc1a7bbd8)
* chmod +x virt-resize binary.Richard Jones2010-03-301-0/+0
|
* New tools: virt-resize and virt-list-partitions.Richard Jones2010-03-231-0/+983
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.