]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.sh: add /boot/efi to device paths
authorHarald Hoyer <harald@redhat.com>
Wed, 8 Jan 2014 14:38:44 +0000 (15:38 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Jul 2014 09:52:04 +0000 (11:52 +0200)
Add /boot/efi to device paths, so the filesystem driver is included
and it can be repaired in the initramfs.

dracut.sh

index 9a6521ec6f337b43a1913e6082cecc0bb66bd9dd..cf027e7dde440e772d0b6164eb78006e2ec03780 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -917,7 +917,9 @@ if [[ $hostonly ]]; then
         "/usr/sbin" \
         "/usr/lib" \
         "/usr/lib64" \
-        "/boot";
+        "/boot" \
+        "/boot/efi" \
+        ;
     do
         mp=$(readlink -f "$mp")
         mountpoint "$mp" >/dev/null 2>&1 || continue