remove keyscript aswell
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
298e05fed7
commit
e798ba5c70
@ -1,17 +1,4 @@
|
||||
.PHONY: install clean
|
||||
|
||||
DRACUT_MODULES_D=/usr/lib/dracut/modules.d
|
||||
DRACUT_CONF_D=/etc/dracut.conf.d
|
||||
|
||||
MODULE_CONF_D=dracut.conf.d
|
||||
MODULE_CONF=luks-2fa.conf
|
||||
MODULE_DIR=96luks-2fa
|
||||
|
||||
help:
|
||||
@echo make help to show this help
|
||||
@echo make install to install
|
||||
@echo make clean to remove
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
chmod +x hook/fido2luks.sh keyscript.sh
|
||||
cp -f hook/fido2luks.sh /etc/initramfs-tools/hooks/
|
||||
@ -19,5 +6,5 @@ install:
|
||||
cp -f keyscript.sh /lib/cryptsetup/scripts/fido2luks
|
||||
update-initramfs -u
|
||||
remove:
|
||||
rm /etc/initramfs-tools/hooks/fido2luks.sh
|
||||
rm /etc/initramfs-tools/hooks/fido2luks.sh /lib/cryptsetup/scripts/fido2luks
|
||||
update-initramfs -u
|
||||
|
Loading…
x
Reference in New Issue
Block a user