os: fix session routes in rom_to_file.run

This commit is contained in:
Norman Feske 2017-02-23 13:24:21 +01:00 committed by Christian Helmuth
parent d1fa549628
commit 70548959b7
1 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,7 @@ install_config {
<service name="PD" />
</parent-provides>
<default-route>
<any-service> <any-child/> <parent/> </any-service>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<start name="timer">
<resource name="RAM" quantum="1M"/>
@ -55,6 +55,11 @@ install_config {
<start name="rom_to_file">
<resource name="RAM" quantum="4M"/>
<config rom="test" />
<route>
<service name="ROM" label="test"> <child name="dynamic_rom"/> </service>
<service name="File_system"> <child name="lx_fs"/> </service>
<any-service> <parent/> </any-service>
</route>
</start>
</config>}