Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: Add --rw option (does nothing yet). | Richard W.M. Jones | 2010-11-18 | 1 | -0/+7 |
| | | | | | | | | | | | This adds the guestfish --rw option, intended in future to be required for writing to disk images. At the moment this does not change the default and so does nothing. This patch is intended for backporting to the stable branches so that we can start to introduce scripts which use 'guestfish --rw'. (cherry picked from commit 2c4a7ef92a4583a1217213573ad406eb5d745990) | ||||
* | Unify guestfish and guestmount options processing (RHBZ#642932). | Richard W.M. Jones | 2010-10-27 | 1 | -0/+186 |
In guestfish, factor out the processing of the options -a, -c, -d, -i, -m, -n, -r, -v, -V, -x into a separate set of files: options.c, options.h, inspect.c, virt.c. Change guestmount so that it uses these same files (from the ../fish directory) to process the same options. This unifies the handling of these options between the two programs. It also adds the useful inspection feature to guestmount, so you can now do: guestmount -d Guest -i --ro mnt/ |