2014-09-11 15:47:15 +02:00
|
|
|
From 7067073ca16b10749edd6a508e3c4b1c38c3c7c2 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Thomas Renninger <trenn@suse.de>
|
|
|
|
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 <trenn@suse.de>
|
|
|
|
---
|
|
|
|
dracut.sh | 1 +
|
|
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
|
2015-11-26 12:35:04 +01:00
|
|
|
Index: dracut-044/dracut.sh
|
2015-03-31 16:12:12 +02:00
|
|
|
===================================================================
|
2015-11-26 12:35:04 +01:00
|
|
|
--- dracut-044.orig/dracut.sh
|
|
|
|
+++ dracut-044/dracut.sh
|
|
|
|
@@ -1121,6 +1121,7 @@ if [[ $hostonly ]]; then
|
2014-09-11 15:47:15 +02:00
|
|
|
"/usr/lib64" \
|
|
|
|
"/boot" \
|
|
|
|
"/boot/efi" \
|
|
|
|
+ "/boot/zipl" \
|
|
|
|
;
|
|
|
|
do
|
|
|
|
mp=$(readlink -f "$mp")
|