]> git.pld-linux.org Git - packages/dracut.git/blobdiff - cryptsetup.patch
up to 054
[packages/dracut.git] / cryptsetup.patch
index 9b820cd99aff8f449d22853bb1a27b617880d286..a7025d709ad3a91f75437258d07f832c193e3f54 100644 (file)
@@ -2,10 +2,10 @@
 +++ dracut-046/modules.d/90crypt/module-setup.sh       2017-09-06 02:04:41.264111459 +0200
 @@ -4,7 +4,7 @@
  check() {
-     local _rootdev
+     local fs
      # if cryptsetup is not installed, then we cannot support encrypted devices.
--    require_any_binary $systemdutildir/systemd-cryptsetup cryptsetup || return 1
-+    require_binaries $systemdutildir/systemd-cryptsetup cryptsetup || return 1
+-    require_any_binary "$systemdutildir"/systemd-cryptsetup cryptsetup || return 1
++    require_binaries "$systemdutildir"/systemd-cryptsetup cryptsetup || return 1
  
      [[ $hostonly ]] || [[ $mount_needs ]] && {
          for fs in "${host_fs_types[@]}"; do
This page took 0.06779 seconds and 4 git commands to generate.