mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Add initramfs hook
Add hook script to allow zkey utilities to be used in initramfs. Closes: https://github.com/ibm-s390-linux/s390-tools/pull/42 Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com> Reviewd-by Ingo Franzki <ifranzki@linux.ibm.com> [hoeppner@linux.ibm.com: removed / in Makefile and updated commit message] Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
b01ef782f0
commit
3669fd4d8a
@@ -104,6 +104,7 @@ zkey-cryptsetup: zkey-cryptsetup.o pkey.o cca.o ep11.o utils.o $(libs)
|
||||
install-common:
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(USRBINDIR)
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(MANDIR)/man1
|
||||
$(MAKE) -C initramfs install
|
||||
|
||||
install-zkey: zkey
|
||||
$(INSTALL) -g $(GROUP) -o $(OWNER) -m 755 zkey $(DESTDIR)$(USRBINDIR)
|
||||
|
||||
Reference in New Issue
Block a user