[rhel7-branch 3/3] Copy updated driver ko to correct directory (#1254270)

bcl installerbot-noreply at redhat.com
Mon Aug 31 21:18:33 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

Goes into /lib/modules/<uname -r>/updates

Related: rhbz#1254270
---
 dracut/driver_updates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracut/driver_updates.py b/dracut/driver_updates.py
index 79410dd..87aedc0 100755
--- a/dracut/driver_updates.py
+++ b/dracut/driver_updates.py
@@ -96,7 +96,7 @@
 ARCH = os.uname()[4]
 KERNELVER = os.uname()[2]
 
-MODULE_UPDATES_DIR = "/lib/modules/%s/updates" % ARCH
+MODULE_UPDATES_DIR = "/lib/modules/%s/updates" % KERNELVER
 FIRMWARE_UPDATES_DIR = "/lib/firmware/updates"
 
 def mkdir_seq(stem):


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/a5d40aa156236445a7b88e5ca18551e3054b513d


More information about the anaconda-patches mailing list