dracut/0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
Thomas Renninger 427e7de3b5 Accepting request 248600 from home:trenn:branches:Base:System
- dracut.usage.asc: Remove distro specific help from manpage (bnc#895363)
*Add 0156-dracut.usage.asc-Remove-distro-specific-help-from-ma.patch
- Add /boot/zipl to host devs if it is a mount point (bnc#892187)
*Add 0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
- Add SUSE kernel module dependencies (in /etc/modprobe.d/*) (bnc#895331)
*Add 0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe..patch

OBS-URL: https://build.opensuse.org/request/show/248600
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=186
2014-09-11 13:47:15 +00:00

28 lines
643 B
Diff

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(-)
diff --git a/dracut.sh b/dracut.sh
index 3a0c64b..411a972 100755
--- a/dracut.sh
+++ b/dracut.sh
@@ -1077,6 +1077,7 @@ if [[ $hostonly ]]; then
"/usr/lib64" \
"/boot" \
"/boot/efi" \
+ "/boot/zipl" \
;
do
mp=$(readlink -f "$mp")
--
1.7.6.1