summaryrefslogtreecommitdiffstats
path: root/images/guest-aux
Commit message (Collapse)AuthorAgeFilesLines
* Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.Richard W.M. Jones2011-04-184-5/+5
| | | | | | | | | | | | Remove the hack that let you run ./fish/guestfish or ./fuse/guestmount. You now have to do: ./run ./fish/guestfish or ./run ./fuse/guestmount to run these programs without installing. (cherry picked from commit 33a2c184e12c0bdbf061a9f36c87d76c28444712)
* New API: inspect-get-drive-mappingsRichard W.M. Jones2011-04-053-0/+6
| | | | | | | | | | | | This returns the drive mappings from the Windows Registry. virt-inspector displays the drive mappings, giving output similar to this: <drive_mappings> <drive_mapping name="C">/dev/sda2</drive_mapping> <drive_mapping name="E">/dev/sdb1</drive_mapping> </drive_mappings>
* New API: inspect-get-windows-current-control-setRichard W.M. Jones2011-04-051-0/+6
| | | | | | | | | | | | | | This returns the actual registry key corresponding to CurrentControlSet (eg. it might be "ControlSet001"). Previously the inspection code was hard-coding ControlSet001. Now we use the correct control set, and also make it available to callers through the API. This commit also updates the virt-dhcp-address example so it uses this new API. virt-inspector displays the current control set when available.
* inspect: Detect 32 bit applications running on WOW64 emulator (RHBZ#692545).Richard W.M. Jones2011-03-312-0/+16
| | | | | | | These applications are located along a different Registry path. See http://support.microsoft.com/kb/896459 for all the details. Thanks Jinxin Zheng for finding the bug and the solution.
* tests: Don't fail when compiled without support for NTFS.Richard W.M. Jones2011-03-291-1/+15
|
* New API: guestfs_inspect_get_product_variantRichard W.M. Jones2011-03-232-0/+1
| | | | | | | | | | This returns a product variant for inspected operating systems. In practice this is a useful way to distinguish between consumer and enterprise/server versions of Windows that otherwise have the same version number. Notes: Labels: feature
* New API: mkfs_opts, mkfs with optional arguments.Richard W.M. Jones2010-12-023-12/+12
| | | | | | This is an extensible version of 'mkfs' which supports optional arguments. There is now no need for 'mkfs_b' since you should use 'mkfs_opts' with the optional 'blocksize' argument instead.
* images: Make phony Windows image for testing.Richard W.M. Jones2010-11-166-0/+94
|
* images: Make phony Ubuntu image for testing.Richard W.M. Jones2010-11-161-0/+81
|
* images: Make a phony Debian image for testing.Richard W.M. Jones2010-11-162-0/+140
|
* images: Make a better phony Fedora image.Richard W.M. Jones2010-11-162-0/+114
This now includes a product string, major and minor version, hostname and even some applications.