dracut/0586-95zfcp_rules-parse-zfcp.sh-remove-rule-existence-check.patch
Daniel Molkentin 3e7d1873a8 Accepting request 667615 from home:dmolkentin:branches:Base:System
* adds 0588-Ensure-mmc-host-modules-get-included-properly.patch
  * adds 0587-Fix-a-missing-space-in-example-configs.patch 
  * adds 0586-95zfcp_rules-parse-zfcp.sh-remove-rule-existence-check.patch
-  emergency mode: bring shell and all vital information to
   all ttys specified as console devices
   (FATE#325386, bsc#1053248, bsc#937555)
   * Adds 0585-emergency-mode-use-sulogin.patch

OBS-URL: https://build.opensuse.org/request/show/667615
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=361
2019-01-21 14:33:39 +00:00

13 lines
530 B
Diff

diff -ur dracut-044.orig/modules.d/95zfcp_rules/parse-zfcp.sh dracut-044/modules.d/95zfcp_rules/parse-zfcp.sh
--- dracut-044.orig/modules.d/95zfcp_rules/parse-zfcp.sh 2018-12-21 11:52:21.457034071 +0100
+++ dracut-044/modules.d/95zfcp_rules/parse-zfcp.sh 2018-12-21 11:56:19.179414976 +0100
@@ -22,8 +22,6 @@
return 0;
fi
- [ -e ${_rule} ] && return 0
-
if [ ! -f "$_rule" ] ; then
cat > $_rule <<EOF
ACTION=="add", SUBSYSTEM=="ccw", KERNEL=="$ccw", IMPORT{program}="collect $ccw %k ${ccw} zfcp"