Enable TideLinux kernel name matching in the default configuration file

This commit is contained in:
2026-01-18 10:15:57 +02:00
parent 784e26254a
commit ffd6aa3896
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@ prepare() {
sed -e 's|RefindDir=\"\$ThisDir/refind\"|RefindDir="/usr/share/refind/"|g' -i refind-install
# add vendor line to the sbat file
printf 'refind.%s,%s,%s,refind,%s,%s\n' 'tide' '1' 'Tide Linux' "${epoch:+${epoch}:}${BPM_PKG_VERSION}" 'https://git.enumerated.dev/tidelinux/refind' >> refind-sbat.csv
# Enable TideLinux kernel name matching in the default configuration file
sed -E 's/^#(extra_kernel_version_strings).*$/\1 "linux-stable,linux-lts,linux-mainline"/' -i refind.conf-sample
}
# The build function is executed in the source directory