summaryrefslogtreecommitdiff
path: root/Howto.mdwn
diff options
context:
space:
mode:
authorDaniel Hill <daniel@gluo.nz>2022-12-05 23:18:20 +1300
committerDaniel Hill <daniel@gluo.nz>2022-12-05 23:18:20 +1300
commit678df3a3ff7e6ca0fa26cde558fcb3dc0414f04f (patch)
tree56b8d9d058fd0c402f7cdb3549ccca81d9918875 /Howto.mdwn
parent05bb3759d862a3588785cbf8fe4fe3f823dde605 (diff)
mention the correct CONFIG_ flag.
Signed-off-by: Daniel Hill <daniel@gluo.nz>
Diffstat (limited to 'Howto.mdwn')
-rw-r--r--Howto.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Howto.mdwn b/Howto.mdwn
index 0eb23d0..a55aade 100644
--- a/Howto.mdwn
+++ b/Howto.mdwn
@@ -31,8 +31,8 @@ Firt run the following command to download a kernel branch with the bcachefs pat
This is slighly more complicated to explain.
It's best you look up a tutorial for your specific distribution.
-During the configuration make sure you enable `CONFIG_BCACHE_FS`.
-To check run `grep CONFIG_BCACHE_FS .config` in in the kernel source.
+During the configuration make sure you enable `CONFIG_BCACHEFS_FS`.
+To check run `grep CONFIG_BCACHEFS_FS .config` in in the kernel source.
Tip if your distro kernel supports it you can extract the `.config` used by your distribution,
by running `cat /proc/config.gz | gunzip > /tmp/distro.config`.