summaryrefslogtreecommitdiffstats
path: root/tools/virt-make-fs
Commit message (Collapse)AuthorAgeFilesLines
* virt-make-fs: Round disk size to integer, fix for qemu-img 0.14.Richard W.M. Jones2011-03-081-0/+2
| | | | | | | | qemu-img used to allow you to specify a fractional image size in bytes (or at least, it used to ignore the part after the decimal place). In qemu-img 0.14 it no longer does this so we round down the size to a whole number of bytes. (cherry picked from commit eda9826d25336bcf661700270c580d4d62128750)
* virt-make-fs: In debug mode, print qemu-img command line.Richard W.M. Jones2011-03-081-0/+3
| | | | (cherry picked from commit 29b3ffdad5d6774f988fd0e25f9c8242e5dd577a)
* virt-make-fs: Fix typo in man page.Richard W.M. Jones2011-03-081-1/+1
| | | | (cherry picked from commit 0089575d4bd50a7ca55d7c3c8caa8a12ae09d40a)
* virt-make-fs: Specify format of disk (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-221-1/+1
|
* tools: Add section describing quoting libvirt domain names to docs (RHBZ#643624)Richard W.M. Jones2010-10-181-0/+7
|
* Documentation updates.Richard Jones2010-04-111-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.
* virt-make-fs: Use Sys::Guestfs::Lib::feature_available helper function.Richard Jones2010-04-101-2/+3
|
* New tool: virt-make-fs for creating filesystems on devices.Richard Jones2010-04-081-0/+571