init: add package recipe

This commit is contained in:
Christian Helmuth 2024-10-02 15:01:05 +02:00
parent fed21976ec
commit 696a6ec759
4 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Runtime for deploying a sub-init runtime from the depot

View File

@ -0,0 +1 @@
_/src/init

View File

@ -0,0 +1 @@
2025-02-06 d6557896f4b3f9882b8319fff9d398754eee9d0e

View File

@ -0,0 +1,10 @@
<runtime ram="4M" caps="100" binary="init">
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="init"/>
</content>
</runtime>