Current Path : /proc/thread-self/root/proc/thread-self/root/usr/lib/dracut/modules.d/91crypt-loop/ |
Current File : //proc/thread-self/root/proc/thread-self/root/usr/lib/dracut/modules.d/91crypt-loop/module-setup.sh |
#!/bin/bash # called by dracut check() { require_binaries losetup || return 1 return 255 } # called by dracut depends() { echo crypt } # called by dracut installkernel() { hostonly='' instmods loop } # called by dracut install() { inst_multiple losetup inst "$moddir/crypt-loop-lib.sh" "/lib/dracut-crypt-loop-lib.sh" dracut_need_initqueue }