mirror of
https://github.com/dynup/kpatch
synced 2024-12-19 20:00:00 +00:00
2d45022052
Remove the dracut support for adding the kpatch modules to the initramfs. This creates a sizeable delay in installation time and doesn't offer any added protect over just applying the patches at boot time using a systemd service. Additional, we are seeing more platforms, namely atomic and netboot environments, where changing the initramfs can't be done. Signed-off-by: Seth Jennings <sjenning@redhat.com>
10 lines
64 B
Makefile
10 lines
64 B
Makefile
include ../Makefile.inc
|
|
|
|
all:
|
|
|
|
install: all
|
|
|
|
uninstall:
|
|
|
|
clean:
|