diff options
author | Benjamin Pereto <benjamin.pereto@gmail.com> | 2015-01-04 17:42:44 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-01-04 17:44:54 +0100 |
commit | 3a330ba3316e63c515011dd9bcfdbfc64c2e2b96 (patch) | |
tree | afe4617c543dc2061044aaaab8f15181de22f9a2 /Makefile | |
parent | a67ef52d5881e052abe2a4729e24facd4ba58260 (diff) | |
download | mkinitcpio-ykfde-3a330ba3316e63c515011dd9bcfdbfc64c2e2b96.tar.gz mkinitcpio-ykfde-3a330ba3316e63c515011dd9bcfdbfc64c2e2b96.tar.zst |
add dracut module
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |