Adaptation to changed RTC handling in libc

This is a follow-up commit to "libc: prevent timer session if rtc not
configured".

Issue #2625
This commit is contained in:
Norman Feske 2017-12-20 15:56:08 +01:00 committed by Christian Helmuth
parent 1be4a0aeaf
commit 61e1bed2c2

View File

@ -50,8 +50,12 @@ append config {
<start name="fetchurl" caps="500">
<resource name="RAM" quantum="8M"/>
<config>
<vfs> <dir name="dev"> <log/> <null/> </dir> </vfs>
<libc stdout="/dev/log" stderr="/dev/log"/>
<vfs>
<dir name="dev">
<log/> <null/> <inline name="rtc">2000-01-01 00:00</inline>
</dir>
</vfs>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<fetch url="http://genode.org/about/LICENSE" path="/dev/log"/>
</config>
</start>