Skip to content

Commit

Permalink
Merge pull request #131 from desultory/dev
Browse files Browse the repository at this point in the history
add crc32c to btrfs deps
  • Loading branch information
desultory authored Nov 17, 2024
2 parents bb3f29b + 6810cf7 commit 0ebc41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ugrd/fs/btrfs.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
binaries = [ "btrfs" ]
kmod_init = "btrfs"
kmod_init = [ "btrfs", "crc32c" ] # crc32c is a softdep but more or less required

_base_mount_path = "/root_base"
subvol_selector = false
Expand Down

0 comments on commit 0ebc41c

Please sign in to comment.