]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Add /boot/zipl to host devs if it is a mount point 351/head
authorThomas Renninger <trenn@suse.de>
Thu, 11 Sep 2014 13:17:10 +0000 (15:17 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Thu, 11 Jan 2018 10:40:06 +0000 (11:40 +0100)
bnc#892187

Signed-off-by: Thomas Renninger <trenn@suse.de>
dracut.sh

index c857b624c488a9b34aab2a003c9815fb813f9b6e..3c1dfc14e27717a11d97f4645eab092089664ec1 100755 (executable)
--- 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")