]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
s/find_btrfs_devs/btrfs_devs
authorHarald Hoyer <harald@redhat.com>
Mon, 7 May 2018 08:26:05 +0000 (10:26 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 May 2018 08:26:45 +0000 (10:26 +0200)
dracut.sh

index f52d38ac472ad579ef2db4710c4dc6dfe653f346..5b5b27e322c55f5ab26013e34a9981bc30e0d0c0 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -1236,7 +1236,7 @@ if [[ $hostonly ]] && [[ "$hostonly_default_device" != "no" ]]; then
 
             push_host_devs "$_dev"
             if [[ "$_t" == btrfs ]]; then
-                for i in $(find_btrfs_devs "$_m"); do
+                for i in $(btrfs_devs "$_m"); do
                     push_host_devs "$i"
                 done
             fi