tree: 9a2e3e92d4aa7c5a1851d4abcb323ffd46f038ac [path history] [tgz]
  1. export_ffs/
  2. BUILD.gn
  3. README.md
src/storage/factory/README.md

Factoryfs

This directory contains the remnants of factoryfs, a simple, readonly filesystem format intended to store data that might be written during manufacturing. The filesystem itself is gone (https://fxbug.dev/42078358), but it still contains export_ffs, which is a library that can take a directory from another filesystem and flatten it into a factoryfs image. The library is still here to both document the original format used for the filesystem, and because there are still out-of-tree dependencies on it for now.