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/90crypt | |
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/90crypt')
-rwxr-xr-x | modules.d/90crypt/module-setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh index 6b32b6af..975f1159 100755 --- a/modules.d/90crypt/module-setup.sh +++ b/modules.d/90crypt/module-setup.sh @@ -48,7 +48,7 @@ install() { for_each_host_dev_fs check_crypt - dracut_install cryptsetup rmdir readlink umount + inst_multiple cryptsetup rmdir readlink umount inst_script "$moddir"/cryptroot-ask.sh /sbin/cryptroot-ask inst_script "$moddir"/probe-keydev.sh /sbin/probe-keydev inst_hook cmdline 10 "$moddir/parse-keydev.sh" @@ -78,7 +78,7 @@ install() { inst_simple "$moddir/crypt-lib.sh" "/lib/dracut-crypt-lib.sh" - dracut_install -o \ + inst_multiple -o \ $systemdutildir/system-generators/systemd-cryptsetup-generator \ $systemdutildir/system-generators/systemd-cryptsetup-generator \ $systemdutildir/systemd-cryptsetup \ |