/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
036
modules.d/91crypt-loop/module-setup.sh
23 строки
343 B
Harald Hoyer
*/module-setup.sh: add comments for dracut called functions
08 окт 2013, 12:37
08 окт 2013, 12:37
8bcfd68
Код
Авторство
О чём код?
# called by dracut check() { type -P losetup >/dev/null || 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 }