linux58-tkg: Import latest bcachefs patchset
https://github.com/koverstreet/bcachefs
This commit is contained in:
@@ -751,22 +751,22 @@ _tkg_srcprep() {
|
||||
fi
|
||||
|
||||
# bcachefs
|
||||
#if [ -z "$_bcachefs" ]; then
|
||||
# plain ""
|
||||
# plain "Add Bcache filesystem support? You'll have to install bcachefs-tools-git from AUR for utilities."
|
||||
# plain "https://bcachefs.org/"
|
||||
# read -rp "`echo $' > N/y : '`" CONDITION8;
|
||||
#fi
|
||||
#if [[ "$CONDITION8" =~ [yY] ]] || [ "$_bcachefs" = "true" ]; then
|
||||
# msg2 "Patching Bcache filesystem support override"
|
||||
# patch -Np1 -i "$srcdir"/0008-5.8-bcachefs.patch
|
||||
# echo "CONFIG_BCACHEFS_FS=m" >> ./.config
|
||||
# echo "CONFIG_BCACHEFS_QUOTA=y" >> ./.config
|
||||
# echo "CONFIG_BCACHEFS_POSIX_ACL=y" >> ./.config
|
||||
# echo "# CONFIG_BCACHEFS_DEBUG is not set" >> ./.config
|
||||
# echo "# CONFIG_BCACHEFS_TESTS is not set" >> ./.config
|
||||
# echo "# CONFIG_DEBUG_CLOSURES is not set" >> ./.config
|
||||
#fi
|
||||
if [ -z "$_bcachefs" ]; then
|
||||
plain ""
|
||||
plain "Add Bcache filesystem support? You'll have to install bcachefs-tools-git from AUR for utilities."
|
||||
plain "https://bcachefs.org/"
|
||||
read -rp "`echo $' > N/y : '`" CONDITION8;
|
||||
fi
|
||||
if [[ "$CONDITION8" =~ [yY] ]] || [ "$_bcachefs" = "true" ]; then
|
||||
msg2 "Patching Bcache filesystem support override"
|
||||
patch -Np1 -i "$srcdir"/0008-5.8-bcachefs.patch
|
||||
echo "CONFIG_BCACHEFS_FS=m" >> ./.config
|
||||
echo "CONFIG_BCACHEFS_QUOTA=y" >> ./.config
|
||||
echo "CONFIG_BCACHEFS_POSIX_ACL=y" >> ./.config
|
||||
echo "# CONFIG_BCACHEFS_DEBUG is not set" >> ./.config
|
||||
echo "# CONFIG_BCACHEFS_TESTS is not set" >> ./.config
|
||||
echo "# CONFIG_DEBUG_CLOSURES is not set" >> ./.config
|
||||
fi
|
||||
|
||||
# fsync support
|
||||
if [ -z "$_fsync" ]; then
|
||||
|
Reference in New Issue
Block a user