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