mirror of
https://github.com/dynup/kpatch
synced 2025-01-11 15:49:26 +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
|
||||
# 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)"
|
||||
SYSDIR="/usr/lib/kpatch/$KERNELRELEASE"
|
||||
USERDIR="/var/lib/kpatch/$KERNELRELEASE"
|
||||
|
@ -26,12 +26,6 @@ apply <hotpatch>
|
||||
remove <hotpatch>
|
||||
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>
|
||||
show information about an installed hotpatch module
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user