mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
fc902b797e
This patch supplements 'runtime' files to several pkg archives, which thereby become deployable by the depot_deploy tool. Issue #2676
14 lines
224 B
Plaintext
Executable File
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>
|