mirror of
https://github.com/dynup/kpatch
synced 2025-01-26 23:02:51 +00:00
Merge pull request #101 from jpoimboe/kpatch-man
man: remove enable/disable from kpatch man page
This commit is contained in:
commit
847842b1c3
@ -23,9 +23,6 @@
|
|||||||
# This is the kpatch user script that manages installing, applying, and
|
# This is the kpatch user script that manages installing, applying, and
|
||||||
# displaying information about kernel patch modules installed on the system.
|
# displaying information about kernel patch modules installed on the system.
|
||||||
|
|
||||||
# TODO: add kernelrelease option to manage releases other than the
|
|
||||||
# currently running one
|
|
||||||
|
|
||||||
KERNELRELEASE="$(uname -r)"
|
KERNELRELEASE="$(uname -r)"
|
||||||
SYSDIR="/usr/lib/kpatch/$KERNELRELEASE"
|
SYSDIR="/usr/lib/kpatch/$KERNELRELEASE"
|
||||||
USERDIR="/var/lib/kpatch/$KERNELRELEASE"
|
USERDIR="/var/lib/kpatch/$KERNELRELEASE"
|
||||||
|
@ -26,12 +26,6 @@ apply <hotpatch>
|
|||||||
remove <hotpatch>
|
remove <hotpatch>
|
||||||
remove hotpatch module from the running kernel
|
remove hotpatch module from the running kernel
|
||||||
|
|
||||||
enable <hotpatch>
|
|
||||||
automatically apply hotpatch module during boot
|
|
||||||
|
|
||||||
disable <hotpatch>
|
|
||||||
don't automatically apply hotpatch module during boot
|
|
||||||
|
|
||||||
info <hotpatch>
|
info <hotpatch>
|
||||||
show information about an installed hotpatch module
|
show information about an installed hotpatch module
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user