mirror of
https://github.com/dynup/kpatch
synced 2025-04-01 22:48:08 +00:00
dracut: fix core module path
Forgot to update this file when moving the core module to the extras
subdirectory with a6694fffff
.
This commit is contained in:
parent
bf4be47e62
commit
57ca8eae40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user