From 7067073ca16b10749edd6a508e3c4b1c38c3c7c2 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Thu, 11 Sep 2014 15:17:10 +0200 Subject: Add /boot/zipl to host devs if it is a mount point bnc#892187 Signed-off-by: Thomas Renninger --- dracut.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Index: dracut-042/dracut.sh =================================================================== --- dracut-042.orig/dracut.sh 2015-06-24 18:02:21.906086174 +0200 +++ dracut-042/dracut.sh 2015-06-24 18:02:29.490517947 +0200 @@ -1191,6 +1191,7 @@ if [[ $hostonly ]]; then "/usr/lib64" \ "/boot" \ "/boot/efi" \ + "/boot/zipl" \ ; do mp=$(readlink -f "$mp")