From: Thomas Renninger Date: Thu, 11 Sep 2014 13:17:10 +0000 (+0200) Subject: Add /boot/zipl to host devs if it is a mount point X-Git-Tag: 047~34^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F351%2Fhead;p=thirdparty%2Fdracut.git Add /boot/zipl to host devs if it is a mount point bnc#892187 Signed-off-by: Thomas Renninger --- diff --git a/dracut.sh b/dracut.sh index c857b624c..3c1dfc14e 100755 --- a/dracut.sh +++ b/dracut.sh @@ -1172,6 +1172,7 @@ if [[ $hostonly ]] && [[ "$hostonly_default_device" != "no" ]]; then "/usr/lib64" \ "/boot" \ "/boot/efi" \ + "/boot/zipl" \ ; do mp=$(readlink -f "$mp")