From f3d7a5bd3c30a0aaadaf183ecc156fd628fdd850 Mon Sep 17 00:00:00 2001 From: Antynea Date: Wed, 5 Aug 2026 09:37:42 +0200 Subject: [PATCH] Revert "feat: add auto-detection for Fedora distribution (#428)" This reverts commit a181e2ca41ef8da6e29e90cf507772f61c95d1d2. --- config | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config b/config index 3b1428e..7ec5c2e 100644 --- a/config +++ b/config @@ -3,14 +3,6 @@ GRUB_BTRFS_VERSION=master-2026-05-31T15:55:08+00:00 -# Distribution specific auto-detection (e.g. Fedora) -if [ -f /etc/fedora-release ]; then - GRUB_BTRFS_GRUB_DIRNAME="/boot/grub2" - GRUB_BTRFS_GBTRFS_DIRNAME="/boot/grub2" - GRUB_BTRFS_MKCONFIG="grub2-mkconfig" - GRUB_BTRFS_SCRIPT_CHECK="grub2-script-check" -fi - # Disable grub-btrfs. # Default: "false" #GRUB_BTRFS_DISABLE="true"