From 3b17cdd5714fadf6cc5758bc6e98aa9b4079c5d6 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sun, 24 Jul 2022 17:30:14 +0200 Subject: [PATCH] linux518/519: Warn about bcachefs + mglru in the prompt as well --- linux-tkg-config/prepare | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index bc5f08b..6259ba3 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -1170,6 +1170,7 @@ _tkg_srcprep() { plain "" plain "Add Bcache filesystem support? You'll have to install bcachefs-tools-git from AUR for utilities." plain "https://bcachefs.org/" + warning "Enabling this option will not allow you to enable MGLRU." read -rp "`echo $' > N/y : '`" CONDITION8; fi if [[ "$CONDITION8" =~ [yY] ]] || [ "$_bcachefs" = "true" ]; then