summaryrefslogtreecommitdiff
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
parent05bb3759d862a3588785cbf8fe4fe3f823dde605 (diff)
mention the correct CONFIG_ flag.
Signed-off-by: Daniel Hill <daniel@gluo.nz>
-rw-r--r--Howto.mdwn4
-rw-r--r--index.mdwn2
2 files changed, 3 insertions, 3 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`.
diff --git a/index.mdwn b/index.mdwn
index c63c26a..c2cfcb1 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -50,7 +50,7 @@ First, check out the bcache kernel and tools repositories:
git clone https://evilpiepirate.org/git/bcachefs.git
git clone https://evilpiepirate.org/git/bcachefs-tools.git
-Build and install as usual - make sure you enable `CONFIG_BCACHE_FS`. Then, to
+Build and install as usual - make sure you enable `CONFIG_BCACHEFS_FS`. Then, to
format and mount a single device with the default options, run:
bcachefs format /dev/sda1