Skip to content

Commit

Permalink
Merge pull request #228 from hsiangkao/newlink
Browse files Browse the repository at this point in the history
Update EROFS documentation link
  • Loading branch information
cgwalters authored Nov 11, 2023
2 parents 8c02bbd + 39013b3 commit 9a9cd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mountable filesystem trees, stacking on top of an underlying
The key technologies composefs uses are:

- [overlayfs](https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txt) as the kernel interface
- [EROFS](https://www.kernel.org/doc/Documentation/filesystems/erofs.txt) for a mountable metadata tree
- [EROFS](https://erofs.docs.kernel.org) for a mountable metadata tree
- [fs-verity](https://www.kernel.org/doc/html/next/filesystems/fsverity.html) (optional) from the lower filesystem

The manner in which these technologies are combined is important.
Expand All @@ -24,7 +24,7 @@ store "data" (i.e. non-empty regular files) distinct from "metadata"
(i.e. everything else).

composefs reads and writes a filesystem image which is really
just an [EROFS](https://www.kernel.org/doc/Documentation/filesystems/erofs.txt)
just an [EROFS](https://erofs.docs.kernel.org)
which today is loopback mounted.

However, this EROFS filesystem tree is just metadata; the underlying
Expand Down

0 comments on commit 9a9cd59

Please sign in to comment.