X7ROOT File Manager
Current Path:
/usr/lib/dracut/modules.d/90crypt
usr
/
lib
/
dracut
/
modules.d
/
90crypt
/
📁
..
📄
crypt-cleanup.sh
(551 B)
📄
crypt-lib.sh
(6.74 KB)
📄
crypt-run-generator.sh
(887 B)
📄
cryptroot-ask.sh
(4.18 KB)
📄
module-setup.sh
(2.95 KB)
📄
parse-crypt.sh
(3.2 KB)
📄
parse-keydev.sh
(1.23 KB)
📄
probe-keydev.sh
(492 B)
Editing: probe-keydev.sh
#!/bin/sh # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=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