summaryrefslogtreecommitdiffstats
path: root/images/guest-aux/make-debian-img.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.Richard W.M. Jones2011-04-161-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. Jones2010-12-021-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. Jones2010-11-161-0/+92