2019-11-19 13:21:06 +09:00
|
|
|
config INCREMENTAL_FS
|
|
|
|
tristate "Incremental file system support"
|
|
|
|
depends on BLOCK
|
|
|
|
select DECOMPRESS_LZ4
|
2020-10-14 23:42:33 +09:00
|
|
|
select DECOMPRESS_ZSTD
|
2019-11-19 13:21:06 +09:00
|
|
|
select CRYPTO_SHA256
|
|
|
|
help
|
|
|
|
Incremental FS is a read-only virtual file system that facilitates execution
|
|
|
|
of programs while their binaries are still being lazily downloaded over the
|
|
|
|
network, USB or pigeon post.
|
|
|
|
|
|
|
|
To compile this file system support as a module, choose M here: the
|
|
|
|
module will be called incrementalfs.
|