/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
059
modules.d/80test-makeroot/module-setup.sh
15 строк
255 B
Laszlo Gombos
test: move finished-false.sh from test case to test-makeroot module
07 ноя 2022, 20:04
07 ноя 2022, 20:04
79504b6
Код
Авторство
О чём код?
#!/bin/bash check() { # Only include the module if another module requires it return 255 } depends() { echo "qemu" } install() { inst_multiple poweroff cp umount sync dd inst_hook initqueue/finished 01 "$moddir/finished-false.sh" }