summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-19 20:28:31 +0100
committerColin Guthrie <colin@mageia.org>2013-10-29 20:29:07 +0000
commitb5dd85f8099879b701b3bbdb8e7e50ab415fe789 (patch)
tree2cc88371557056305f9f5a78c8e7eefc82e47912 /images/Makefile
parent4f1bb300b5488d0d36fafc53ebb0969e51b44b8a (diff)
downloaddrakx-b5dd85f8099879b701b3bbdb8e7e50ab415fe789.tar
drakx-b5dd85f8099879b701b3bbdb8e7e50ab415fe789.tar.gz
drakx-b5dd85f8099879b701b3bbdb8e7e50ab415fe789.tar.bz2
drakx-b5dd85f8099879b701b3bbdb8e7e50ab415fe789.tar.xz
drakx-b5dd85f8099879b701b3bbdb8e7e50ab415fe789.zip
images: Convert image generation to dracut.
This converts the initrd generation from a home grown system to dracut. It uses the upstream modules where possible plus two specially written dracut modules: mgainstaller and mgakadeploy. The initrds are identical for all builds and there are lots of bits that are incomplete and unnecesary. e.g. copying the kernels to a folder and then not using them, and also the module-descriptions file is not included in the initrd itself which it should be. We can probably customise the initrd better for different use cases, e.g. perhaps network stuff is not needed for HD based installs? We may also need to install the mdraid and lvm modules for some HD support. This is the first attempt so I expect various bits need fixing
Diffstat (limited to 'images/Makefile')
-rw-r--r--images/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index 18956e2cf..131c604f9 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -26,7 +26,7 @@ tar:
$(info $(PRODUCT)-$(VERSION).tar.xz is ready)
clean:
- rm -rf images isolinux all.kernels modules.description
+ rm -rf images isolinux all.kernels modules.description build
find . -name "*~" -o -name ".#*" | xargs rm -f
install: