diff options
author | Harald Hoyer <harald@redhat.com> | 2013-08-05 12:10:12 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-08-07 10:33:15 +0200 |
commit | af11946054193dbb13eec70cb62e6b0963c5fb41 (patch) | |
tree | 117a1007c98208a578bb104cf494829e2167d3c5 /modules.d/91crypt-loop | |
parent | 55a0b3abc7b8da4f3714cfcb5d34f7aa4e78e5bc (diff) | |
download | dracut-af11946054193dbb13eec70cb62e6b0963c5fb41.tar.gz dracut-af11946054193dbb13eec70cb62e6b0963c5fb41.tar.bz2 dracut-af11946054193dbb13eec70cb62e6b0963c5fb41.zip |
dracut-functions.sh: inst_multiple == dracut_install
Diffstat (limited to 'modules.d/91crypt-loop')
-rw-r--r-- | modules.d/91crypt-loop/module-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/91crypt-loop/module-setup.sh b/modules.d/91crypt-loop/module-setup.sh index 218d27a4..c14fd45a 100644 --- a/modules.d/91crypt-loop/module-setup.sh +++ b/modules.d/91crypt-loop/module-setup.sh @@ -13,7 +13,7 @@ installkernel() { } install() { - dracut_install losetup + inst_multiple losetup inst "$moddir/crypt-loop-lib.sh" "/lib/dracut-crypt-loop-lib.sh" dracut_need_initqueue } |