^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) config INCREMENTAL_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) tristate "Incremental file system support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) depends on BLOCK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) select DECOMPRESS_LZ4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) select DECOMPRESS_ZSTD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) select CRYPTO_SHA256
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) Incremental FS is a read-only virtual file system that facilitates execution
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) of programs while their binaries are still being lazily downloaded over the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) network, USB or pigeon post.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) To compile this file system support as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) module will be called incrementalfs.