summaryrefslogtreecommitdiff
path: root/makekernel.8.in
diff options
context:
space:
mode:
Diffstat (limited to 'makekernel.8.in')
-rw-r--r--makekernel.8.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/makekernel.8.in b/makekernel.8.in
index e8de042..d11a07d 100644
--- a/makekernel.8.in
+++ b/makekernel.8.in
@@ -5,7 +5,7 @@ makekernel \- small script to compile linux kernel
.TP
\fBmakekernel [\-s|\-\-showVersion]\fP
.TP
-\fBmakekernel [\-c|\-\-compileVersion \fIversion\fB] [\-a|\-\-allowDownload]\fP
+\fBmakekernel [\-a|\-\-allowDownload] [\-c|\-\-compileVersion \fIversion\fB] [\-f|\-\-force] [\-n|\-\-noAction]\fP
.SH DESCRIPTION
\fBmakekernel\fP downloads and compiles the linux kernel, preferably downloading a patch instead of the full source.
.SH OPTIONS
@@ -15,12 +15,18 @@ Show version of most current available stable kernel.
Does not compile or download any source code nor patch.
Conflicts with all other options.
.TP
-.B "\-c, \-\-compileVersion \fIversion\fP"
-Force current version to \fIversion\fP.
-.TP
.B "\-a, \-\-allowDownload"
Allow to download a full source if necessary.
\fBmakekernel\fP will still download a patch if available.
+.TP
+.B "\-c, \-\-compileVersion \fIversion\fP"
+Force current version to \fIversion\fP.
+.TP
+.B "\-f, \-\-force"
+Build kernel even if it appears to be up to date.
+.TP
+.B "\-n, \-\-noAction"
+Do not do anything, just print what would be done.
.SH CONFIGURATION
The configfile \fB#ETCDIR#/makekernel.conf\fP is a bash script, which defines the following variables and routines:
.TP