From 70aaf2b063f772814ff51658ac634fe1973c4e28 Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Fri, 22 Dec 2017 02:15:57 +0900 Subject: [PATCH] updated man page --- man/kpatch-build.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/man/kpatch-build.1 b/man/kpatch-build.1 index e9fb893..81d90a3 100644 --- a/man/kpatch-build.1 +++ b/man/kpatch-build.1 @@ -19,6 +19,9 @@ to work on other distros. -h|--help Show this help message +-a|--archversion + Specify the kernel arch version + -r|--sourcerpm Specify kernel source RPM @@ -31,11 +34,24 @@ to work on other distros. -v|--vmlinux Specify original vmlinux +-j|--jobs + Specify the number of make jobs + -t|--target Specify custom kernel build targets +-n|--name + Specify the name of the kpatch module + +-o|--output + Specify output folder + -d|--debug Keep scratch files in /tmp + (can be specified multiple times) + +--skip-cleanup + Skip post-build cleanup --skip-gcc-check Skips check that ensures that the system gcc version and