summaryrefslogtreecommitdiff
path: root/modules.d/91crypt-loop
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-08-05 12:10:12 +0200
committerHarald Hoyer <harald@redhat.com>2013-08-07 10:33:15 +0200
commitaf11946054193dbb13eec70cb62e6b0963c5fb41 (patch)
tree117a1007c98208a578bb104cf494829e2167d3c5 /modules.d/91crypt-loop
parent55a0b3abc7b8da4f3714cfcb5d34f7aa4e78e5bc (diff)
downloaddracut-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.sh2
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
}