/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
033
modules.d/91crypt-loop/module-setup.sh
19 строк
267 B
Harald Hoyer
dracut-functions.sh: inst_multiple == dracut_install
07 авг 2013, 12:33
07 авг 2013, 12:33
af11946
Код
Авторство
О чём код?
check() { type -P losetup >/dev/null || return 1 return 255 } depends() { echo crypt } installkernel() { instmods loop } install() { inst_multiple losetup inst "$moddir/crypt-loop-lib.sh" "/lib/dracut-crypt-loop-lib.sh" dracut_need_initqueue }