From f2402aacf77caa99b0c9c25da10a4df2127bff22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 18 Oct 2025 11:08:37 +0300 Subject: images: version 2.92 --- images/Makefile | 4 ++-- images/NEWS | 1 + 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 -- cgit v1.2.1