]> 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>
Mon, 13 Jan 2014 08:51:04 +0000 (09:51 +0100)
Add /boot/efi to device paths, so the filesystem driver is included
and it can be repaired in the initramfs.

dracut.sh

index bae03d7615e08673a93276c0d77123ffee0bd9d6..2cfba5088492c0f06b65ba0d5392180b867e74b4 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -921,7 +921,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