Files
libguestfs/fish/libguestfs-tools.conf
Richard W.M. Jones 24a315507d Add man page for /etc/libguestfs-tools.conf (RHBZ#1019889).
Add a man page to document this configuration file.  This is
required by some distros, eg. Debian and RHEL.
2013-10-17 15:23:40 +01:00

11 lines
371 B
Plaintext

# /etc/libguestfs-tools.conf or .libguestfs-tools.rc
#
# See libguestfs-tools.conf(5) man page for documentation.
#
# Uncomment the following line to make guestfish, guestmount,
# virt-rescue be read-only by default (as if the --ro flag was given).
# If it is commented out then the default is read-write. Note that
# the semi-colon (;) is required.
#read_only = true;