| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This also makes the test for license "code" less strict, so it should
only match POD, not Perl comments.
This fixes commit 2f97bf873b64384835f257f8916bf1ebb2af62b4.
(cherry picked from commit 23b7fe09e1589c3c9ca5f52a9588ad1c73649b14)
|
|
|
|
|
|
| |
This problem has been fixed in
commit 50780a84f65ec5d76605691cea889392c2730f54.
(cherry picked from commit 2295b09f259ece053f1370f7527d01705976732a)
|
|
|
|
| |
(cherry picked from commit 9c2b9c2df6c3c10b090d71bc808d755dbf625cbe)
|
|
|
|
|
| |
Set MBR partition type byte accordingly.
(cherry picked from commit 24b7979ea25cbe5f08494cc4580c1341e78e090e)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new API splits orderly close into a two-step process:
if (guestfs_shutdown (g) == -1) {
/* handle the error, eg. qemu error */
}
guestfs_close (g);
Note that the explicit shutdown step is only necessary in the case
where you have made changes to the disk image and want to handle write
errors. Read the documentation for further information.
This change also:
- deprecates guestfs_kill_subprocess
- turns guestfs_kill_subprocess into the same as guestfs_shutdown
- changes guestfish and other tools to call shutdown + close
where necessary (not for read-only tools)
- updates documentation
- updates examples
(cherry picked from commit ffbf1475f7ae7c462db289ad4834391469e72edd)
|
|
|
|
| |
(cherry picked from commit d5d9ceee8b56a10761e207ad9970ebf704fc46e8)
|
|
|
|
| |
(cherry picked from commit 975a41db20eff2b5edf510f8a65005c915b21f27)
|
|
|
|
| |
(cherry picked from commit 93734c78d8f802fbd80418e6ddb333b21f060fa9)
|
|
|
|
| |
(cherry picked from commit e60556d92725289a26ccb406c9c94be32b3251c8)
|
|
|
|
| |
Update all copyright dates to 2012.
|
|
|
|
|
| |
This tool allows you to easily reformat a disk, creating a blank disk
with optional partition, LVM and empty filesystem.
|
| |
|
| |
|
| |
|
|
|
|
| |
This is now used consistently across all the documentation.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
Relatively trivial wrappers around the equivalent guestfish
commands. Change also includes new man pages.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|