summaryrefslogtreecommitdiff
path: root/index.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 /index.mdwn
parent05bb3759d862a3588785cbf8fe4fe3f823dde605 (diff)
mention the correct CONFIG_ flag.
Signed-off-by: Daniel Hill <daniel@gluo.nz>
Diffstat (limited to 'index.mdwn')
-rw-r--r--index.mdwn2
1 files changed, 1 insertions, 1 deletions
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