mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Add a man page to document this configuration file. This is required by some distros, eg. Debian and RHEL.
11 lines
371 B
Plaintext
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;
|