/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
044
modules.d/91crypt-gpg/module-setup.sh
20 строк
295 B
Harald Hoyer
remove all vim and emacs code format comments
29 авг 2014, 15:38
29 авг 2014, 15:38
967cc19
Код
Авторство
О чём код?
#!/bin/bash # GPG support is optional # called by dracut check() { require_binaries gpg || return 1 return 255 } # called by dracut depends() { echo crypt } # called by dracut install() { inst_multiple gpg inst "$moddir/crypt-gpg-lib.sh" "/lib/dracut-crypt-gpg-lib.sh" }