Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove local LIBGUESTFS_PATH detection from guestfish and guestmount. | Richard W.M. Jones | 2011-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | 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. | ||||
* | New API: mkfs_opts, mkfs with optional arguments. | Richard W.M. Jones | 2010-12-02 | 1 | -5/+5 |
| | | | | | | 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 a phony Debian image for testing. | Richard W.M. Jones | 2010-11-16 | 1 | -0/+92 |