diff options
Diffstat (limited to 'fish/libguestfs-tools.conf')
-rw-r--r-- | fish/libguestfs-tools.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/fish/libguestfs-tools.conf b/fish/libguestfs-tools.conf new file mode 100644 index 00000000..7e604684 --- /dev/null +++ b/fish/libguestfs-tools.conf @@ -0,0 +1,24 @@ +# /etc/libguestfs-tools.conf or .libguestfs-tools.rc +# +# This configuration file changes the defaults for the following programs: +# * guestfish +# * guestmount +# * virt-rescue +# For more information on these programs, read the manual pages +# (guestfish(1) etc). +# +# /etc/libguestfs-tools.conf is the global configuration file for all +# of the above programs. Local users can override the global +# configuration by copying this file into '.libguestfs-tools.rc' in +# their home directory and modifying it accordingly. +# +# This file is parsed by the libconfig library. For more information +# about the format, see +# http://www.hyperrealm.com/libconfig/libconfig_manual.html + +# 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; |