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.
master
Harald Hoyer 2014-01-08 15:38:44 +01:00
parent 87483405a0
commit a956a464ef
1 changed files with 3 additions and 1 deletions

View File

@ -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