Submit
Path:
~
/
/
lib
/
dracut
/
modules.d
/
91crypt-loop
/
File Content:
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 }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
crypt-loop-lib.sh
1278 bytes
0755
module-setup.sh
375 bytes
0755
N4ST4R_ID | Naxtarrr