From b4222fa105800fd7ad0c75d92fbe00c558f2cee3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Aug 2007 10:45:56 +0000 Subject: - update_kernel: now require install rpms or rpm files as arguments (this allow specifying precisely which installed kernels are used) nb: - RPMS/ is not used anymore, pkgs given an command line are installed directly in all.kernels/ - RPMS/.main is replaced by all.kernels/.list which keeps the ordering of kernels given to update_kernel --- images/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'images/Makefile') diff --git a/images/Makefile b/images/Makefile index 0bd56c910..668a0c58f 100644 --- a/images/Makefile +++ b/images/Makefile @@ -2,6 +2,7 @@ include ../Makefile.config VERSION=1.13 PRODUCT=drakx-installer-images +KERNELS=$(shell rpm -qf /lib/modules/2.*) IMAGES_DEST = $(ROOTDEST)/install/images @@ -16,7 +17,7 @@ images: all.kernels cd images ; md5sum *.{img,iso}* > MD5SUM all.kernels: update_kernel ../kernel/list_modules.pm - ./update_kernel + ./update_kernel $(KERNELS) tar: rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) -- cgit v1.2.1