X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish.pod;h=5427b23bf42f5447823ff49727975d9a811b0f9f;hp=32a30901df57bbf4e376c9ccaea4a87d386fe951;hb=59b26635a02fdf3cb095f0c9735943de6f7878b8;hpb=9449b0fce4145a56df9d43169d61e8b2c4e41b09 diff --git a/guestfish.pod b/guestfish.pod index 32a3090..5427b23 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 @@ -576,6 +580,16 @@ used. The C command uses C<$PAGER> as the pager. If not set, it uses C. +=item TMPDIR + +Location of temporary directory, defaults to C. + +If libguestfs was compiled to use the supermin appliance then each +handle will require rather a large amount of space in this directory +for short periods of time (~ 80 MB). You can use C<$TMPDIR> to +configure another directory to use in case C is not large +enough. + =back =head1 EXIT CODE