/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
041
modules.d/95debug/module-setup.sh
19 строк
375 B
Thomas Renninger
Enhance suse.conf and debug module example with SUSE-specific settings
16 дек 2014, 15:29
16 дек 2014, 15:29
9492008
Код
Авторство
О чём код?
#!/bin/bash # called by dracut check() { # do not add this module by default return 255 } # called by dracut depends() { return 0 } # called by dracut install() { inst_multiple -o ps grep more cat rm strace free showmount \ ping netstat rpcinfo vi scp ping6 ssh find vi \ fsck fsck.ext2 fsck.ext4 fsck.ext3 fsck.ext4dev fsck.vfat e2fsck }