diff --git a/dracut.sh b/dracut.sh index bae03d76..2cfba508 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