Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
a136a7c989 chore: bump version to master-2026-08-05T07:40:52+00:00 2026-08-05 07:40:52 +00:00
Antynea
13cb7d46b0 Revert "feat: add auto-detection for Fedora distribution (#428)" (#444)
This reverts commit a181e2ca41.
2026-08-05 09:40:36 +02:00

10
config
View File

@@ -1,15 +1,7 @@
#!/usr/bin/env bash
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
GRUB_BTRFS_VERSION=master-2026-08-05T07:40:52+00:00
# Disable grub-btrfs.
# Default: "false"