Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | virt-filesystems: Ignore errors when getting label and UUID (RHBZ#668112). | Richard W.M. Jones | 2011-01-08 | 1 | -6/+29 |
| | | | | | | | | | | | If virt-filesystems was pointed to an image that contained bogus or blank filesystems, then calls to vfs-label and/or vfs-uuid could fail, resulting in errors like this: libguestfs: error: vfs_label: /dev/vda1: These errors can be ignored and shouldn't stop virt-filesystems from working. | ||||
* | filesystems: Fix command synopsis in usage message. | Richard W.M. Jones | 2010-11-23 | 1 | -2/+2 |
| | | | | This updates commit fbc2555903be8c88ad9430d871cf0d27c8fded1e. | ||||
* | New tool: virt-filesystems | Richard W.M. Jones | 2010-11-23 | 1 | -0/+870 |
This tool replaces virt-list-filesystems and virt-list-partitions with a new tool written in C with a more uniform command line structure and output. This existing Perl tools are deprecated but remain indefinitely. |