X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish.pod;h=d24c1628598ffacdf7e1dcbcd7850fc621fa1257;hp=f2255f1674a06eae29e8efb40feb345d84347b1c;hb=f04ee08806ec7bd313e9d54f48f2eb911fcb3067;hpb=98430c35faa073c60d4c00542c090fe0407c5af7;ds=sidebyside diff --git a/guestfish.pod b/guestfish.pod index f2255f1..d24c162 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -130,9 +130,9 @@ Typical usage is either: guestfish -i /dev/Guests/MyGuest -You cannot use I<-a>, I<-m>, I<--listen> or I<--remote> in conjunction -with this option, and options other than I<--ro> might not behave -correctly. +You cannot use I<-a>, I<-m>, I<--listen>, I<--remote> or I<--selinux> +in conjunction with this option, and options other than I<--ro> might +not behave correctly. See also: L. @@ -167,6 +167,10 @@ I below. This changes the C<-m> option so that mounts are done read-only (see C in the L manpage). +=item B<--selinux> + +Enable SELinux support for the guest. See L. + =item B<-v> | B<--verbose> Enable very verbose messages. This is particularly useful if you find @@ -390,13 +394,6 @@ You can have several guestfish listener processes running using: guestfish --remote=$pid1 cmd guestfish --remote=$pid2 cmd -=head2 STANDARD OUTPUT DURING REMOTE CONTROL - -Because of limitations in the C statement, stdout from the -listener is currently redirected to C. - -Stderr is unchanged. - =head2 REMOTE CONTROL DETAILS Remote control happens over a Unix domain socket called @@ -571,6 +568,10 @@ Set the default qemu binary that libguestfs uses. If not set, then the qemu which was found at compile time by the configure script is used. +=item LIBGUESTFS_TRACE + +Set C to enable command traces. + =item PAGER The C command uses C<$PAGER> as the pager. If not