mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-26 15:33:22 +00:00
Documentation update
This commit is contained in:
parent
4beb225256
commit
f3cc9dd207
17
INSTALL
17
INSTALL
@ -5,19 +5,16 @@ directory can only be changed by btrfsctl right now, and normal filesystem
|
||||
operations do not work on it. The default subvolume is called 'default',
|
||||
and you can create files and directories in mount_point/default
|
||||
|
||||
Btrfs uses the crypto manager interface in the kernel for file and
|
||||
metadata checksums. You need to compile the kernel with:
|
||||
Btrfs uses libcrc32c in the kernel for file and metadata checksums. You need
|
||||
to compile the kernel with:
|
||||
|
||||
CONFIG_CRYPTO=y
|
||||
CONFIG_CRYPTO_MANAGER=m
|
||||
CONFIG_CRYPTO_CRC32C=m
|
||||
CONFIG_LIBCRC32C=m
|
||||
|
||||
cryptomanager and crc32c can be static as well. Once your kernel is
|
||||
setup, typing make in the btrfs module sources will build against the
|
||||
running kernel. When the build is complete:
|
||||
libcrc32c can be static as well. Once your kernel is setup, typing make in the
|
||||
btrfs module sources will build against the running kernel. When the build is
|
||||
complete:
|
||||
|
||||
modprobe crc32c
|
||||
modprobe cryptomgr
|
||||
modprobe libcrc32c
|
||||
insmod btrfs.ko
|
||||
|
||||
The Btrfs utility programs require libuuid to build. This can be found
|
||||
|
Loading…
Reference in New Issue
Block a user