linux518/519: Warn about bcachefs + mglru in the prompt as well
This commit is contained in:
@@ -1170,6 +1170,7 @@ _tkg_srcprep() {
|
|||||||
plain ""
|
plain ""
|
||||||
plain "Add Bcache filesystem support? You'll have to install bcachefs-tools-git from AUR for utilities."
|
plain "Add Bcache filesystem support? You'll have to install bcachefs-tools-git from AUR for utilities."
|
||||||
plain "https://bcachefs.org/"
|
plain "https://bcachefs.org/"
|
||||||
|
warning "Enabling this option will not allow you to enable MGLRU."
|
||||||
read -rp "`echo $' > N/y : '`" CONDITION8;
|
read -rp "`echo $' > N/y : '`" CONDITION8;
|
||||||
fi
|
fi
|
||||||
if [[ "$CONDITION8" =~ [yY] ]] || [ "$_bcachefs" = "true" ]; then
|
if [[ "$CONDITION8" =~ [yY] ]] || [ "$_bcachefs" = "true" ]; then
|
||||||
|
Reference in New Issue
Block a user