#!/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
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
crypt-cleanup.sh | File | 551 B | 0755 |
|
crypt-lib.sh | File | 6.74 KB | 0755 |
|
crypt-run-generator.sh | File | 887 B | 0755 |
|
cryptroot-ask.sh | File | 4.18 KB | 0755 |
|
module-setup.sh | File | 2.95 KB | 0755 |
|
parse-crypt.sh | File | 3.2 KB | 0755 |
|
parse-keydev.sh | File | 1.23 KB | 0755 |
|
probe-keydev.sh | File | 492 B | 0755 |
|