search for: 713678

Displaying 2 results from an estimated 2 matches for "713678".

Did you mean: 13678
2012 Dec 13
0
ANNOUNCE: libguestfs 1.20 - tools for accessing and modifying virtual machine disk images
...untu install CDs from oneiric onwards are not recognized: "multi-boot operating systems are not supported" https://bugzilla.redhat.com/782167 libguestfs doesn't recognize Windows Dynamic disks in some configurations, eg. spanned https://bugzilla.redhat.com/713678 Not all febootstrap messages are redirected to log callbacks https://bugzilla.redhat.com/627675 libguestfs inspector code cannot handle /dev/disk/by-id/* paths https://bugzilla.redhat.com/602997 part-get-bootable gives wrong result with an unordered part layout -----...
2012 Oct 18
10
[PATCH 0/10] Add a mini-library for running external commands.
Inspired by libvirt's virCommand* internal mini-library, this adds some internal APIs for running commands. The first patch contains the new APIs. The subsequent patches change various parts of the library over to use it. Rich.