1
- From f2923412125d8dfecc0be6dc8d5cab97ede6e2e1 Mon Sep 17 00:00:00 2001
2
- From: Brenda Streiff <brenda.streiff @ni.com>
3
- Date: Wed, 29 Nov 2023 11:14:27 -0600
1
+ From 8710a50df29093facb1f3f4413dda571ae3276f2 Mon Sep 17 00:00:00 2001
2
+ From: Rajendra Desai <rajendra.desai @ni.com>
3
+ Date: Fri, 6 Sep 2024 13:26:06 +0530
4
4
Subject: [PATCH] dkms: autoinstall for all kernels by default
5
5
6
6
If you have installed another kernel that would be the next one you
@@ -22,16 +22,15 @@ this on for the nilrt distribution, as this better matches the user
22
22
expectations for the way that kernels are treated on nilrt.
23
23
24
24
Upstream-Status: Inappropriate [nilrt-specific quirk about how we handle kernels]
25
- Signed-off-by: Brenda Streiff <
[email protected] >
26
-
25
+ Signed-off-by: Rajendra Desai <
[email protected] >
27
26
---
28
- dkms_framework.conf | 2 +-
27
+ dkms_framework.conf.in | 2 +-
29
28
1 file changed, 1 insertion(+), 1 deletion(-)
30
29
31
- diff --git a/dkms_framework.conf b/dkms_framework.conf
32
- index 6ad6dd2..c792757 100644
33
- --- a/dkms_framework.conf
34
- +++ b/dkms_framework.conf
30
+ diff --git a/dkms_framework.conf.in b/dkms_framework.conf.in
31
+ index b3ea3e9..30d5f1d 100644
32
+ --- a/dkms_framework.conf.in
33
+ +++ b/dkms_framework.conf.in
35
34
@@ -23,7 +23,7 @@
36
35
37
36
# Automatic installation and upgrade for all installed kernels if set to a
@@ -42,5 +41,5 @@ index 6ad6dd2..c792757 100644
42
41
# Location of the sign-file kernel binary. $kernelver can be used in path to
43
42
# represent the target kernel version. (default: depends on distribution):
44
43
- -
45
- 2.30.2
44
+ 2.34.1
46
45
0 commit comments