mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
rump: ext2_fs depot package
Usable via Sculpt /config/deploy, e.g. via
<start name="nvme-0.4.fs" pkg="ext2_fs">
<route>
<service name="Block">
<child name="nvme-0.part_block" label="4"/>
</service>
<service name="RM">
<parent/>
</service>
</route>
</start>
Fixes #4590
This commit is contained in:
2
repos/dde_rump/recipes/pkg/ext2_fs/README
Normal file
2
repos/dde_rump/recipes/pkg/ext2_fs/README
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
Ext2 file-system server based on VFS server and rump
|
||||
2
repos/dde_rump/recipes/pkg/ext2_fs/archives
Normal file
2
repos/dde_rump/recipes/pkg/ext2_fs/archives
Normal file
@@ -0,0 +1,2 @@
|
||||
_/src/rump
|
||||
_/src/vfs
|
||||
1
repos/dde_rump/recipes/pkg/ext2_fs/hash
Normal file
1
repos/dde_rump/recipes/pkg/ext2_fs/hash
Normal file
@@ -0,0 +1 @@
|
||||
2022-08-22 583e4dd54d71a208a3d37eb4e5896579b7850f7c
|
||||
22
repos/dde_rump/recipes/pkg/ext2_fs/runtime
Normal file
22
repos/dde_rump/recipes/pkg/ext2_fs/runtime
Normal file
@@ -0,0 +1,22 @@
|
||||
<runtime ram="64M" caps="400" binary="vfs">
|
||||
|
||||
<requires> <block/> </requires>
|
||||
<provides> <file_system/> </provides>
|
||||
|
||||
<config>
|
||||
<vfs>
|
||||
<rump fs="ext2fs" ram="48M" writeable="yes"/>
|
||||
</vfs>
|
||||
<default-policy root="/" writeable="yes"/>
|
||||
</config>
|
||||
|
||||
<content>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="vfs.lib.so"/>
|
||||
<rom label="vfs_rump.lib.so"/>
|
||||
<rom label="rump.lib.so"/>
|
||||
<rom label="rump_fs.lib.so"/>
|
||||
<rom label="vfs"/>
|
||||
</content>
|
||||
|
||||
</runtime>
|
||||
Reference in New Issue
Block a user