summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/Makefile4
-rw-r--r--images/NEWS1
2 files changed, 3 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile
index abbbbfb44..5ac5cf59c 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -1,6 +1,6 @@
include ../Makefile.config
-VERSION=2.91
+VERSION=2.92
PRODUCT=drakx-installer-images
KERNELS=$(shell rpm -qf /lib/modules/6.*)
@@ -32,7 +32,7 @@ all.kernels/.list: update_kernel
dist: tar
tar:
@rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION)
- @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD images kernel Makefile.config | xz >images/$(PRODUCT)-$(VERSION).tar.xz;
+ @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ $(PRODUCT)-$(VERSION) images kernel Makefile.config | xz >images/$(PRODUCT)-$(VERSION).tar.xz;
$(info $(PRODUCT)-$(VERSION).tar.xz is ready)
clean:
diff --git a/images/NEWS b/images/NEWS
index f8a7abb3b..d08d5d491 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,4 @@
+Version 2.92 - 18 October 2025 by Jani Välimaa
- remove 'Memory Test' from boot images as we don't have linux32 module anymore in grub2
Version 2.91 - 29 August 2023 by Thomas Backlund