arora.run: mount socket fs at '/socket'

Fixes #2975
This commit is contained in:
Christian Prochaska 2018-09-11 12:57:35 +02:00 committed by Christian Helmuth
parent 6a496087ba
commit 7e7cb15bd1
1 changed files with 2 additions and 2 deletions

View File

@ -101,14 +101,14 @@ append config {
<config clipboard="yes">
<vfs>
<dir name="dev">
<dir name="socket"> <lxip dhcp="yes"/> </dir>
<log/>
<jitterentropy name="random"/>
<inline name="rtc">2018-01-01 00:01</inline>
</dir>
<dir name="socket"> <lxip dhcp="yes"/> </dir>
<tar name="qt5_dejavusans.tar"/>
</vfs>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" socket="/dev/socket"/>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" socket="/socket"/>
</config>
<route>
<service name="Nitpicker"> <child name="wm"/> </service>