aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt3
1 files changed, 3 insertions, 0 deletions
diff --git a/iurt b/iurt
index 9f27e52..6b077dd 100755
--- a/iurt
+++ b/iurt
@@ -185,6 +185,9 @@ $run{todo} = [];
[ "", "resume", 0, "",
"Only build packages not yet done during previous build-all run",
sub { $run{resume} = 1 }, "Setting the resume flag" ],
+ [ "", "fixed_media", 0, "",
+ "Assume media do not change between build (useful for full rebuild of a snapshot of the distro)",
+ sub { $run{fixed_media} = 1 }, "Setting the fixed_media flag" ],
[ "n", "no", 0, "",
"Perform all the check but do not compile anything",
sub { ($run{no_compile}) = 1 }, "Setting the no compilation flag" ],