summaryrefslogtreecommitdiff
path: root/modules.d/90crypt
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-06-22 15:33:42 +0200
committerHarald Hoyer <harald@redhat.com>2012-06-29 12:41:26 +0200
commit4d0f1d7b288e99b8bfc0818d74ed1c8739b98ef6 (patch)
tree27bc6bd80fe5d60e0d8e53fb4e0cc8bc67fd99ee /modules.d/90crypt
parent2d2c8c20782de81a0b33418b8cf2c51b5076cb35 (diff)
downloaddracut-4d0f1d7b288e99b8bfc0818d74ed1c8739b98ef6.tar.gz
dracut-4d0f1d7b288e99b8bfc0818d74ed1c8739b98ef6.tar.bz2
dracut-4d0f1d7b288e99b8bfc0818d74ed1c8739b98ef6.zip
modules.d/*/module-setup.sh: no more sourcing of dracutfunctions
Diffstat (limited to 'modules.d/90crypt')
-rwxr-xr-xmodules.d/90crypt/module-setup.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh
index 5082434a..16d6f891 100755
--- a/modules.d/90crypt/module-setup.sh
+++ b/modules.d/90crypt/module-setup.sh
@@ -7,8 +7,6 @@ check() {
# if cryptsetup is not installed, then we cannot support encrypted devices.
type -P cryptsetup >/dev/null || return 1
- . $dracutfunctions
-
check_crypt() {
local dev=$1 fs=$2
[[ $fs = "crypto_LUKS" ]] || return 1