/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
modules.d/99uefi-lib/module-setup.sh
17 строк
211 B
Harald Hoyer
style: shfmt reformat
13 мар 2021, 22:10
13 мар 2021, 22:10
9a52c3f
Код
Авторство
О чём код?
#!/bin/bash # called by dracut check() { return 255 } # called by dracut depends() { echo bash return 0 } # called by dracut install() { inst_simple "$moddir/uefi-lib.sh" "/lib/uefi-lib.sh" }