diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-30 20:36:51 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-30 20:36:51 +0000 |
commit | 4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f (patch) | |
tree | ccf41ec5186ac5895d83833538bab421d822de91 /images/Makefile | |
parent | 3afd27c8728b52985ceb538512496990ade84197 (diff) | |
download | drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.tar drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.tar.gz drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.tar.bz2 drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.tar.xz drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.zip |
images: Clear out some stuff that no longer used.
Now that initrds are generated via dracut, there is no need to prepare kernel modules.
This sadly removes support for passing in a kernel rpm file, but such is life.
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile index 07168eb99..c25e965bd 100644 --- a/images/Makefile +++ b/images/Makefile @@ -8,7 +8,7 @@ IMAGES_DEST = $(ROOTDEST)/install/images all: images -images: all.kernels +images: all.kernels/.list DISTRIB_DESCR=$(DISTRIB_DESCR) DISTRIB_VERSION=$(DISTRIB_VERSION) ./make_boot_img rm -rf images/alternatives if [ `ls images/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \ @@ -16,7 +16,7 @@ images: all.kernels fi cd images ; md5sum *.{img,iso}* > MD5SUM -all.kernels: update_kernel ../kernel/list_modules.pm +all.kernels/.list: update_kernel ./update_kernel $(KERNELS) dist: tar |