[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.140: ~ $
#!/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

Filemanager

Name Type Size Permission Actions
crypt-cleanup.sh File 442 B 0755
crypt-lib.sh File 7.47 KB 0755
crypt-run-generator.sh File 770 B 0755
cryptroot-ask.sh File 4.76 KB 0755
module-setup.sh File 4.61 KB 0755
parse-crypt.sh File 6.97 KB 0755
parse-keydev.sh File 1.34 KB 0755
probe-keydev.sh File 382 B 0755