diff options
author | Richard Jones <rjones@redhat.com> | 2010-05-25 11:28:09 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-05-25 11:31:11 +0100 |
commit | c9f1a45334efca844c8918b9f0de373f16fd9766 (patch) | |
tree | c373c8568a8d58cd23478a4f9d86212f3b733b78 /fish/Makefile.am | |
parent | 1bd1f9b85f45275b1600d148530bc1877ff15213 (diff) | |
download | libguestfs-c9f1a45334efca844c8918b9f0de373f16fd9766.tar.gz libguestfs-c9f1a45334efca844c8918b9f0de373f16fd9766.tar.xz libguestfs-c9f1a45334efca844c8918b9f0de373f16fd9766.zip |
fish: New command: 'supported'
This checks all available optional groups and prints out which
ones are supported by the daemon. Note you must launch the appliance
first.
Example:
><fs> supported
augeas yes
inotify yes
linuxfsuuid yes
linuxmodules yes
linuxxattrs yes
lvm2 yes
mknod yes
ntfs3g yes
ntfsprogs yes
realpath yes
scrub yes
selinux yes
xz yes
zerofree yes
Diffstat (limited to 'fish/Makefile.am')
-rw-r--r-- | fish/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index 3dc1a1ea..9166f2dd 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -49,6 +49,7 @@ guestfish_SOURCES = \ prep.c \ rc.c \ reopen.c \ + supported.c \ tilde.c \ time.c |