tests: Split images -> tests/data + tests/guests
[libguestfs.git] / fish / libguestfs-tools.conf
1 # /etc/libguestfs-tools.conf or .libguestfs-tools.rc
2 #
3 # This configuration file changes the defaults for the following programs:
4 #   * guestfish
5 #   * guestmount
6 #   * virt-rescue
7 # For more information on these programs, read the manual pages
8 # (guestfish(1) etc).
9 #
10 # /etc/libguestfs-tools.conf is the global configuration file for all
11 # of the above programs.  Local users can override the global
12 # configuration by copying this file into '.libguestfs-tools.rc' in
13 # their home directory and modifying it accordingly.
14 #
15 # This file is parsed by the libconfig library.  For more information
16 # about the format, see
17 # http://www.hyperrealm.com/libconfig/libconfig_manual.html
18
19 # Uncomment the following line to make guestfish, guestmount,
20 # virt-rescue be read-only by default (as if the --ro flag was given).
21 # If it is commented out then the default is read-write.  Note that
22 # the semi-colon (;) is required.
23
24 #read_only = true;