diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d030fbf --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +install: + for x in dracut/*; do \ + bn=$$(basename $$x); \ + install -D -t $(DESTDIR)/usr/lib/dracut/modules.d/$${bn} $$x/*; \ + done + install -D -t $(DESTDIR)/usr/lib/systemd/system systemd/* + install -D -t $(DESTDIR)/etc/grub.d grub/*