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

View File

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