Skip to content

Commit

Permalink
update docs for zfs module
Browse files Browse the repository at this point in the history
Signed-off-by: Zen <[email protected]>
  • Loading branch information
desultory committed Feb 13, 2025
1 parent 1d6e680 commit d7bd987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ These bools simply import `ugrd.kmod.no<category>` modules during `build_pre`.

Additional modules include:

* `ugrd.fs.bcachefs` - Adds the bcachefs module and binary for mounting.
* `ugrd.fs.btrfs` - Helps with multi-device BTRFS mounts, subvolume selection.
* `ugrd.fs.fakeudev` - Makes 'fake' udev entries for DM devices.
* `ugrd.fs.cpio` - Packs the build dir into a CPIO archive with PyCPIO.
Expand All @@ -202,6 +203,7 @@ Additional modules include:
* `ugrd.fs.mdraid` - For MDRAID mounts.
* `ugrd.fs.resume` - Handles resume from hibernation.
* `ugrd.fs.test_image` - Creates a test rootfs for automated testing.
* `ugrd.fs.zfs` - Adds basic ZFS support.

#### ugrd.fs.mounts

Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ The following root filesystems have been tested:
The following filesystems have limited support:

* BCACHEFS
* ZFS

Additionally, the following filesystems have been tested for non-root mounts:

Expand Down

0 comments on commit d7bd987

Please sign in to comment.