summaryrefslogtreecommitdiffstats
path: root/images/guest-aux/make-windows-img.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.Richard W.M. Jones2011-04-181-2/+2
| | | | | | | | | | | | 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-051-0/+3
| | | | | | | | | | | | 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>
* tests: Don't fail when compiled without support for NTFS.Richard W.M. Jones2011-03-291-1/+15
|
* images: Make phony Windows image for testing.Richard W.M. Jones2010-11-161-0/+54