Use drivers_interactive pkg from depot

This patch changes 'framebuffer_app.inc' for the use of the depot. It
also fixes a few minor issues (e.g., the rtc config) found while testing
the various run scripts that use 'framebuffer_app.inc'.
This commit is contained in:
Norman Feske
2018-01-21 17:41:18 +01:00
parent 3ee1f80051
commit aa18c86ddf
6 changed files with 63 additions and 124 deletions

View File

@@ -11,13 +11,14 @@ set app_config {
<start name="supertux" priority="-2" caps="200">
<resource name="RAM" quantum="64M"/>
<config>
<libc stdout="/dev/log" stderr="/dev/log" >
<vfs>
<tar name="supertux_data.tar" />
<dir name="dev"> <log/> </dir>
<fs/>
</vfs>
</libc>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<vfs>
<tar name="supertux_data.tar" />
<dir name="dev">
<log/> <inline name="rtc">2000-01-01 00:00</inline>
</dir>
<fs/>
</vfs>
</config>
</start>}