Enable TideLinux kernel name matching in the default configuration file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user