Remove use of <configfile> feature of init

Issue genodelabs/genode#3753
This commit is contained in:
Norman Feske
2020-05-08 17:08:48 +02:00
parent 98f052076f
commit 323ab9932e
3 changed files with 17 additions and 14 deletions

View File

@@ -39,7 +39,6 @@
<start name="sdl_vnc" caps="150">
<resource name="RAM" quantum="36M"/>
<configfile name="sdl_vnc.config"/>
<!--
<config>
<arg value="sdlvncviewer"/>
@@ -55,7 +54,7 @@
</config>
-->
<route>
<service name="ROM" label="sdl_vnc.config">
<service name="ROM" label="config">
<child name="fs_rom" label="config"/> </service>
<any-service> <parent/> <any-child/> </any-service>
</route>