mesa-gears.run: add missing rtc config

Without the 'rtc' configuration, the gears won't move.
This commit is contained in:
Norman Feske 2018-02-15 12:45:08 +01:00
parent 5286456e48
commit 126c72c9c8
1 changed files with 4 additions and 2 deletions

View File

@ -5,9 +5,11 @@ set demo_caps 200
set demo_config {
<config ld_verbose="true">
<libc stdout="/dev/log" stderr="/dev/log"/>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" />
<vfs>
<dir name="dev"> <log/> </dir>
<dir name="dev">
<log/> <inline name="rtc">2000-01-01 00:00</inline>
</dir>
</vfs>
</config>}