diff options
author | Christian Hesse <mail@eworm.de> | 2018-03-14 22:34:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-03-14 22:34:15 +0100 |
commit | 4a74a1f483533de6a2ebd5c65d888d1be3995ac3 (patch) | |
tree | 5da1d31e072750ede40dd60511e5630be00fdaff /Makefile | |
parent | c480580cf97917e0e77c583fb5efdb5282835ed7 (diff) | |
download | mkinitcpio-ykfde-4a74a1f483533de6a2ebd5c65d888d1be3995ac3.tar.gz mkinitcpio-ykfde-4a74a1f483533de6a2ebd5c65d888d1be3995ac3.tar.zst |
drop grub workaround, use upstream support for multiple early initrd imagesgrub-2-04
This requires grub upstream support for multiple early initrd images:
http://git.savannah.gnu.org/cgit/grub.git/commit/?id=a698240df0c43278b2d1d7259c8e7a6926c63112
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ install-bin: bin/worker bin/ykfde bin/ykfde-cpio $(INSTALL) -D -m0644 conf/ykfde.conf $(DESTDIR)/etc/ykfde.conf $(INSTALL) -d -m0700 $(DESTDIR)/etc/ykfde.d/ $(INSTALL) -D -m0644 conf/gitignore $(DESTDIR)/etc/ykfde.d/.gitignore - $(INSTALL) -D -m0755 grub/09_linux $(DESTDIR)/etc/grub.d/09_linux $(INSTALL) -D -m0644 systemd/ykfde.service $(DESTDIR)/usr/lib/systemd/system/ykfde.service $(INSTALL) -D -m0644 systemd/ykfde-2f.service $(DESTDIR)/usr/lib/systemd/system/ykfde-2f.service $(INSTALL) -D -m0644 systemd/ykfde-worker.service $(DESTDIR)/usr/lib/systemd/system/ykfde-worker.service |