diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2014-03-26 19:21:20 +0000 |
---|---|---|
committer | <> | 2014-05-08 15:03:54 +0000 |
commit | fb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch) | |
tree | c2103d76aec5f1f10892cd1d3a38e24f665ae5db /doc/manual/en_US/user_Technical.xml | |
parent | 58ed4748338f9466599adfc8a9171280ed99e23f (diff) | |
download | VirtualBox-master.tar.gz |
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
Diffstat (limited to 'doc/manual/en_US/user_Technical.xml')
-rw-r--r-- | doc/manual/en_US/user_Technical.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/manual/en_US/user_Technical.xml b/doc/manual/en_US/user_Technical.xml index 86de7706..713d80a4 100644 --- a/doc/manual/en_US/user_Technical.xml +++ b/doc/manual/en_US/user_Technical.xml @@ -148,16 +148,15 @@ <title>Global configuration data</title> <para>In addition to the files of the virtual machines, VirtualBox - maintains global configuration data. On Windows, Linux and Solaris, this - is in <computeroutput>$HOME/.VirtualBox</computeroutput> (which makes it - hidden on Linux and Solaris), whereas on a Mac this resides in + maintains global configuration data. On Linux and Solaris as of VirtualBox 4.3, this + is in the hidden directory <computeroutput>$HOME/.config/VirtualBox</computeroutput>, although <computeroutput>$HOME/.VirtualBox</computeroutput> will be used if it exists for compatibility with earlier versions; on Windows (and on Linux and Solaris with VirtualBox 4.2 and earlier) this is in <computeroutput>$HOME/.VirtualBox</computeroutput>; on a Mac it resides in <computeroutput>$HOME/Library/VirtualBox</computeroutput>.</para> <para>VirtualBox creates this configuration directory automatically if necessary. Optionally, you can supply an alternate configuration directory by setting the <computeroutput><literal>VBOX_USER_HOME</literal></computeroutput> - environment variable. (Since the global + environment variable, or additionally on Linux or Solaris by using the standard <computeroutput><literal>XDG_CONFIG_HOME</literal></computeroutput> variable. (Since the global <computeroutput>VirtualBox.xml</computeroutput> settings file points to all other configuration files, this allows for switching between several VirtualBox configurations entirely.)</para> @@ -189,19 +188,23 @@ <sect2> <title>Summary of 4.0 configuration changes</title> + <para>The following table gives a brief overview of the configuration + changes between older versions and version 4.0 or above:</para> + <table> - <title>ignoreme</title> + <title>Configuration changes in version 4.0 or above</title> <tgroup cols="3"> - <tbody> + <thead> <row> - <entry></entry> + <entry><emphasis role="bold">Setting</emphasis></entry> <entry><emphasis role="bold">Before 4.0</emphasis></entry> <entry><emphasis role="bold">4.0 or above</emphasis></entry> </row> - + </thead> + <tbody> <row> <entry>Default machines folder</entry> |