From 3a330ba3316e63c515011dd9bcfdbfc64c2e2b96 Mon Sep 17 00:00:00 2001 From: Benjamin Pereto Date: Sun, 4 Jan 2015 17:42:44 +0100 Subject: add dracut module Signed-off-by: Christian Hesse --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8bd9d26..b57bb88 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,10 @@ install-mkinitcpio: install-bin install-doc $(INSTALL) -D -m0644 udev/20-ykfde.rules $(DESTDIR)/usr/lib/initcpio/udev/20-ykfde.rules install-dracut: install-bin install-doc - # porting to dracut? install your files here. + $(INSTALL) -D -m0755 dracut/module-setup.sh $(DESTDIR)/usr/lib/dracut/modules.d/90ykfde/module-setup.sh + $(INSTALL) -D -m0755 dracut/parse-mod.sh $(DESTDIR)/usr/lib/dracut/modules.d/90ykfde/parse-mod.sh + $(INSTALL) -D -m0755 dracut/ykfde.sh $(DESTDIR)/usr/lib/dracut/modules.d/90ykfde/ykfde.sh + $(INSTALL) -D -m0644 udev/20-ykfde.rules $(DESTDIR)/usr/lib/dracut/modules.d/90ykfde/20-ykfde.rules clean: $(MAKE) -C bin clean -- cgit v1.2.3-54-g00ecf