From 678df3a3ff7e6ca0fa26cde558fcb3dc0414f04f Mon Sep 17 00:00:00 2001 From: Daniel Hill Date: Mon, 5 Dec 2022 23:18:20 +1300 Subject: mention the correct CONFIG_ flag. Signed-off-by: Daniel Hill --- Howto.mdwn | 4 ++-- index.mdwn | 2 +- 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 -- cgit v1.2.3