aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt23
1 files changed, 3 insertions, 0 deletions
diff --git a/iurt2 b/iurt2
index 870f28f..f7e58a4 100755
--- a/iurt2
+++ b/iurt2
@@ -99,6 +99,9 @@ $run{todo} = [];
["u", "umedia", 1, "<upload media>",
"Media where rebuilt DKMS packages will be uploaded",
sub { my ($tmp, $media) = @_; $tmp->[0]{umedia} = $media; 1 }, "Uploading rebuilt DKMS packages to the given media"],
+ ["v", "kversion", 1, "<kernel version>",
+ "kernel for which DKMS packages should be rebuilt",
+ sub { my ($tmp, $kversion) = @_; $tmp->[0]{kversion} = $kversion; 1 }, "Rebuilding only for given kernel version"],
["p", "package", 1, "<package>",
"DKMS package which should be rebuilt",
sub { my ($tmp, $package) = @_; $tmp->[0]{package} = $package; 1 }, "Rebuilding only given DKMS packages"],