genode/repos/os/recipes/pkg/chroot/runtime
Norman Feske fc902b797e depot: runtime definitions for sculpt installation
This patch supplements 'runtime' files to several pkg archives,
which thereby become deployable by the depot_deploy tool.

Issue #2676
2018-02-15 10:22:10 +01:00

14 lines
224 B
Plaintext
Executable File

<runtime ram="1M" caps="100" binary="chroot">
<requires> <file_system/> </requires>
<provides> <file_system/> </provides>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="chroot"/>
</content>
</runtime>