mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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>
This commit is contained in:
parent
02c2500195
commit
39a03b679a
@ -117,6 +117,20 @@ which contains the latest Elm platform.</para></listitem>
|
|||||||
<option>virtualisation.virtualbox.guest.*</option> instead of
|
<option>virtualisation.virtualbox.guest.*</option> instead of
|
||||||
<option>services.virtualboxGuest.*</option>.
|
<option>services.virtualboxGuest.*</option>.
|
||||||
</para>
|
</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>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user