diff options
author | Harald Hoyer <harald@redhat.com> | 2012-06-22 15:33:42 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-06-29 12:41:26 +0200 |
commit | 4d0f1d7b288e99b8bfc0818d74ed1c8739b98ef6 (patch) | |
tree | 27bc6bd80fe5d60e0d8e53fb4e0cc8bc67fd99ee /modules.d/90crypt | |
parent | 2d2c8c20782de81a0b33418b8cf2c51b5076cb35 (diff) | |
download | dracut-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-x | modules.d/90crypt/module-setup.sh | 2 |
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 |