From 10ef2fd018ed95e5bbc81ab5946bbcdf938140e6 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Tue, 11 Apr 2017 23:49:44 +1000 Subject: [PATCH] refind config uses new feature for auto-detect --- boot/refind.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot/refind.conf b/boot/refind.conf index 68f658c..d284e7d 100644 --- a/boot/refind.conf +++ b/boot/refind.conf @@ -4,4 +4,5 @@ textmode 1024 scanfor internal,external,optical,manual fold_linux_kernels false -default_selection linux \ No newline at end of file +extra_kernel_version_strings linux-lts,linux +default_selection linux-lts -- 2.39.2