From: Harald Hoyer Date: Wed, 8 Jan 2014 14:38:44 +0000 (+0100) Subject: dracut.sh: add /boot/efi to device paths X-Git-Tag: 035~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a956a464ef7135a77728701fcd28691af7a7be39;p=thirdparty%2Fdracut.git dracut.sh: add /boot/efi to device paths Add /boot/efi to device paths, so the filesystem driver is included and it can be repaired in the initramfs. --- diff --git a/dracut.sh b/dracut.sh index bae03d761..2cfba5088 100755 --- 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