summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-04-28 19:03:59 +0300
committerJani Välimaa <wally@mageia.org>2024-04-28 19:03:59 +0300
commit37b87119a7039ff1f8de76f4fcccbab91250f772 (patch)
tree42093c91d2d244d05e529f573f4b3da10804338c
parent2a19592afcd37f1befc7c79edd2843a14e49d6f8 (diff)
downloaddrakx-37b87119a7039ff1f8de76f4fcccbab91250f772.tar
drakx-37b87119a7039ff1f8de76f4fcccbab91250f772.tar.gz
drakx-37b87119a7039ff1f8de76f4fcccbab91250f772.tar.bz2
drakx-37b87119a7039ff1f8de76f4fcccbab91250f772.tar.xz
drakx-37b87119a7039ff1f8de76f4fcccbab91250f772.zip
Fix default kernels
-rw-r--r--images/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index e97ab5d45..abbbbfb44 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.config
VERSION=2.91
PRODUCT=drakx-installer-images
-KERNELS=$(shell rpm -qf /lib/modules/4.*)
+KERNELS=$(shell rpm -qf /lib/modules/6.*)
IMAGES_DEST = $(ROOTDEST)/install/images