mirror of
https://github.com/dynup/kpatch
synced 2025-02-27 23:40:32 +00:00
Merge pull request #195 from jpoimboe/initramfs-core-module-path
dracut: fix core module path
This commit is contained in:
commit
4238d1bb42
@ -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