From fbc2555903be8c88ad9430d871cf0d27c8fded1e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 22 Nov 2010 17:33:35 +0000 Subject: New tool: virt-filesystems 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. --- fish/guestfish.pod | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'fish/guestfish.pod') diff --git a/fish/guestfish.pod b/fish/guestfish.pod index c52b773c..07b98999 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -275,10 +275,11 @@ You have to mount something on C before most commands will work. If any I<-m> or I<--mount> options are given, the guest is automatically launched. -If you don't know what filesystems a disk image contains, you -can either run guestfish without this option, then list the partitions -and LVs available (see L and L commands), -or you can use the L program. +If you don't know what filesystems a disk image contains, you can +either run guestfish without this option, then list the partitions, +filesystems and LVs available (see L, +L and L commands), or you can use the +L program. =item B<-n> | B<--no-sync> @@ -1042,6 +1043,7 @@ L, L, L, L, +L, L, L, L, -- cgit