mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-19 08:36:49 +00:00
vfs_block.run: add missing build of vfs libs
This commit is contained in:
parent
c3c719fce7
commit
25d4b8f944
@ -5,7 +5,7 @@ build {
|
||||
server/vfs
|
||||
server/vfs_block
|
||||
app/block_tester
|
||||
lib/vfs_import
|
||||
lib/vfs lib/vfs_import
|
||||
}
|
||||
|
||||
install_config {
|
||||
@ -50,7 +50,7 @@ install_config {
|
||||
<provides> <service name="Block"/> </provides>
|
||||
<config>
|
||||
<vfs>
|
||||
<fs buffer_size="4M" label="backend"/>
|
||||
<fs buffer_size="4M" label="backend -> /"/>
|
||||
</vfs>
|
||||
<policy label_prefix="block_tester"
|
||||
file="/vfs_block.raw" block_size="512" writeable="yes"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user