From 57ca8eae40e023383f4cfbe155f949ab0b4a54df Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Mon, 19 May 2014 19:49:05 -0500 Subject: [PATCH] dracut: fix core module path Forgot to update this file when moving the core module to the extras subdirectory with a6694ffffff879b1255332e3b03e00b61630fa52. --- contrib/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/module-setup.sh b/contrib/module-setup.sh index 0d33cdc..b8fd09b 100755 --- a/contrib/module-setup.sh +++ b/contrib/module-setup.sh @@ -26,7 +26,7 @@ install() { inst /usr/bin/dirname # install core module - inst_any -d /usr/lib/modules/$kernel/kpatch/kpatch.ko /usr/local/lib/modules/$kernel/kpatch/kpatch.ko /usr/lib/modules/$kernel/kpatch/kpatch.ko + inst_any -d /usr/lib/modules/$kernel/extra/kpatch/kpatch.ko /usr/local/lib/modules/$kernel/extra/kpatch/kpatch.ko /usr/lib/modules/$kernel/extra/kpatch/kpatch.ko # install patch modules if [[ -e /var/lib/kpatch/$kernel ]]; then