X7ROOT File Manager
Current Path:
/usr/lib/dracut/modules.d/90crypt
usr
/
lib
/
dracut
/
modules.d
/
90crypt
/
ðŸ“
..
📄
crypt-cleanup.sh
(442 B)
📄
crypt-lib.sh
(7.47 KB)
📄
crypt-run-generator.sh
(770 B)
📄
cryptroot-ask.sh
(4.76 KB)
📄
module-setup.sh
(4.61 KB)
📄
parse-crypt.sh
(6.97 KB)
📄
parse-keydev.sh
(1.34 KB)
📄
probe-keydev.sh
(382 B)
Editing: probe-keydev.sh
#!/bin/sh . /lib/dracut-crypt-lib.sh real_keydev="$1"; keypath="$2"; luksdev="$3" [ -z "$real_keydev" -o -z "$keypath" ] && die 'probe-keydev: wrong usage!' [ -z "$luksdev" ] && luksdev='*' info "Probing $real_keydev for $keypath..." test_dev -f "$real_keydev" "$keypath" || exit 1 info "Found $keypath on $real_keydev" echo "$luksdev:$real_keydev:$keypath" >> /tmp/luks.keys
Upload File
Create Folder