findmnt: add note about LIBMOUNT_* env.variables

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-01-20 12:47:15 +01:00
parent 2f1ac44b4b
commit c0d2c6e11c
1 changed files with 7 additions and 0 deletions

View File

@ -189,6 +189,13 @@ Monitors mount, umount, remount and move on /mnt/foo.
Waits for /mnt/foo umount.
.IP "\fBfindmnt --poll=remount -t ext3 -O ro\fP"
Monitors remounts to read-only mode on all ext3 filesystems.
.SH ENVIRONMENT
.IP LIBMOUNT_FSTAB=<path>
overrides the default location of the fstab file
.IP LIBMOUNT_MTAB=<path>
overrides the default location of the mtab file
.IP LIBMOUNT_DEBUG=0xffff
enables debug output
.SH AUTHORS
.nf
Karel Zak <kzak@redhat.com>