Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | inspect: Handle cciss devices in /etc/fstab | Matthew Booth | 2011-10-19 | 1 | -0/+32 |
| | |||||
* | inspect: Add drive naming hints | Matthew Booth | 2011-10-19 | 1 | -4/+32 |
| | | | | | | | | | | | We currently use a heuristic to guess how drive names we find referenced in the guest map to drive names in the appliance. If this heuristic fails it can cause inspection to fail. This change adds a new 'name' option to add_drive_opts, which allows the user to explicitly pass the name of a drive to libguestfs if it is known. This change also updates the fstab-parsing inspection code to use this information if it is available. | ||||
* | fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574). | Richard W.M. Jones | 2011-01-11 | 1 | -0/+70 |
Fix guestfish (and other C tools) so that they ignore errors when /etc/fstab contains bogus entries. Update the documentation for inspect-get-mountpoints to emphasize that callers must be aware of this when mounting the returned values. Add a regression test. Update the example code ("inspect_vm") to reflect the way this API ought to be called. For more detail see: https://bugzilla.redhat.com/show_bug.cgi?id=668574 |