mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 03:26:45 +00:00
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
|
This directory contains a service that provides the contents of a TAR archive
|
||
|
via the 'File_system::Session' interface.
|
||
|
|
||
|
Configuration:
|
||
|
|
||
|
! <config>
|
||
|
! <archive name="tar_archive.tar" />
|
||
|
! <policy label="label_of_client" root="/rootdir/for/client" />
|
||
|
! </config>
|
||
|
|
||
|
For an example, please refer to the 'libports/run/libc_fs_tar_fs.run' script.
|