move config into etc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-10-06 22:22:02 +02:00
committed by Shimun
parent fbcfdea96b
commit 6e53449ff6
6 changed files with 9 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ help:
install:
cp ${MODULE_CONF_D}/${MODULE_CONF} ${DRACUT_CONF_D}/
cp -r ${MODULE_DIR} ${DRACUT_MODULES_D}/
cp ${MODULE_DIR}/fido2luks.conf /etc/fido2luks.conf
dracut -fv
clean:
rm ${DRACUT_CONF_D}/${MODULE_CONF}