From 33260dac6e0980da2d6577a29d83644b6637745c Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Thu, 11 Sep 2014 15:17:10 +0200 Subject: [PATCH] Add /boot/zipl to host devs if it is a mount point bnc#892187 Signed-off-by: Thomas Renninger --- dracut.sh | 1 + 1 file changed, 1 insertion(+) 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") -- 2.47.2