summaryrefslogtreecommitdiffstats
path: root/images/guest-aux
Commit message (Collapse)AuthorAgeFilesLines
* Rename mdadm_ apis to md_Matthew Booth2011-11-241-3/+3
| | | | | | | | | This change renames the following 2 apis: * mdadm_create -> md_create * mdadm_detail -> md_detail This is more consistent with list_md_devices, and removes a reference to an implementation detail from the api.
* build: Create an MD variant of the dummy Fedora imageMatthew Booth2011-11-242-110/+195
| | | | | | This change involves rewriting make-fedora-img.sh in perl. This allows the flexibility to write mdadm.conf containing whichever uuids where randomly generated when the md devices were created.
* Update FSF address.Matthew Booth2011-11-084-4/+4
|
* out-of-tree build: generate ./run from template, fix image checksHilko Bengen2011-08-184-12/+12
| | | | | | | ./run can now be run in a separate build directory. Since some files needed in the image checks are found in the source tree (but not the build tree), the source tree location is passed to make-*-img.sh via an environment variable.
* Rewrite virt-edit in C.Richard W.M. Jones2011-05-091-0/+8
|
* Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.Richard W.M. Jones2011-04-164-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.
* inspect: Get version and release of RPM packages.Richard W.M. Jones2011-04-142-1/+15
| | | | | | | | | | This commit downloads the Packages RPM database allowing us to find other details about installed RPM packages (via inspect-list-applications). This adds version and release. Epoch cannot yet be found. This commit also updates the Fedora example image so that it contains a dummy RPM Packages database with some data.
* 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.