Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0011-zfcp-install-s390utils-script-rather-than-local-one.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0011-zfcp-install-s390utils-script-rather-than-local-one.patch of Package dracut
From 3092987a7ffd3f3909032218173c8f916bcca7d4 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Thu, 4 Feb 2010 16:03:35 +0100 Subject: [PATCH] zfcp: install s390utils script rather than local one --- modules.d/95zfcp/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/95zfcp/install b/modules.d/95zfcp/install index 8d0e6e7..574cc5c 100755 --- a/modules.d/95zfcp/install +++ b/modules.d/95zfcp/install @@ -2,7 +2,7 @@ inst_hook cmdline 30 "$moddir/parse-zfcp.sh" dracut_install tr -inst "$moddir/zfcpconf.sh" /sbin/zfcpconf.sh +inst /sbin/zfcpconf.sh inst_rules 56-zfcp.rules if [[ $hostonly ]]; then -- 1.8.3.1