summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-09-26 11:02:05 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-09-26 11:02:05 +0200
commit39a03b679ab3ab02c99824d9ec4c6723aaa1a137 (patch)
tree4fb75302642528ab47584a25f297a6355915e9a8 /nixos
parent02c25001953eaebbdea13fb28a865c958860ce97 (diff)
downloadnixlib-39a03b679ab3ab02c99824d9ec4c6723aaa1a137.tar
nixlib-39a03b679ab3ab02c99824d9ec4c6723aaa1a137.tar.gz
nixlib-39a03b679ab3ab02c99824d9ec4c6723aaa1a137.tar.bz2
nixlib-39a03b679ab3ab02c99824d9ec4c6723aaa1a137.tar.lz
nixlib-39a03b679ab3ab02c99824d9ec4c6723aaa1a137.tar.xz
nixlib-39a03b679ab3ab02c99824d9ec4c6723aaa1a137.tar.zst
nixlib-39a03b679ab3ab02c99824d9ec4c6723aaa1a137.zip
release-notes/15.09: Document changes for vboxsf.
Since 74209a4 we have initial support for the "vboxsf" (VirtualBox
shared folder) file system support. This will be cherry-picked to
release-15.09 so we need to notice people about the change.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1509.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1509.xml b/nixos/doc/manual/release-notes/rl-1509.xml
index 336d94c0e574..b814426dbe8a 100644
--- a/nixos/doc/manual/release-notes/rl-1509.xml
+++ b/nixos/doc/manual/release-notes/rl-1509.xml
@@ -117,6 +117,20 @@ which contains the latest Elm platform.</para></listitem>
     <option>virtualisation.virtualbox.guest.*</option> instead of
     <option>services.virtualboxGuest.*</option>.
   </para>
+
+  <para>
+    Also, there now is support for the <literal>vboxsf</literal> file
+    system using the <option>fileSystems</option> configuration
+    attribute. An example of how this can be used in a configuration:
+
+<programlisting>
+fileSystems."/shiny" = {
+  device = "myshinysharedfolder";
+  fsType = "vboxsf";
+};
+</programlisting>
+
+  </para>
 </listitem>
 
 <listitem>