kpatch/man/kpatch.1
Josh Poimboeuf 8779d79c50 kpatch: get rid of system-installed modules
The user-installed vs system-installed dichotomy is confusing.  Let's
just have "installed".  RPM-installed modules can just call "kpatch
install" in their post-install step.
2014-05-21 16:50:28 -05:00

48 lines
1.2 KiB
Groff

.\" Manpage for kpatch.
.\" Contact udoseidel@gmx.de to correct errors or typos.
.TH man 1 "23 Mar 2014" "1.0" "kpatch man page"
.SH NAME
kpatch \- hot patch module management
.SH SYNOPSIS
kpatch <command> [<args>]
.SH DESCRIPTION
kpatch is a user script that manages installing, loading, and
displaying information about kernel patch modules installed on
the system.
.SH COMMANDS
install [-k|--kver=<kernel version>] <module>
install patch module to the initrd to be loaded at boot
uninstall [-k|--kver=<kernel version>] <module>
uninstall patch module from the initrd
load --all
load all installed patch modules into the running kernel
load <module>
load patch module into the running kernel
replace <module>
load patch module into the running kernel, replacing all other modules
unload <module>
unload patch module from the running kernel
info <module>
show information about a patch module
list
list installed patch modules
.SH SEE ALSO
kpatch-build(1)
.SH BUGS
No known bugs.
.SH AUTHOR
Udo Seidel (udoseidel@gmx.de)
.SH COPYRIGHT
Copyright (C) 2014: Seth Jennings <sjenning@redhat.com> and
Josh Poimboeuf <jpoimboe@redhat.com>