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:
@@ -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>}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user