Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ssu-ks] allow to override default ssu parameters.
  • Loading branch information
Jarko Vihriala committed Oct 2, 2013
1 parent 8fcff87 commit 938a608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros.ssuks
Expand Up @@ -11,7 +11,7 @@
sleep 1 \
for M in %{?*}; do \
for B in true false; do \
ssuks model="$M" sandbox=/tmp/sandbox outputdir=%{buildroot}/%{_datadir}/kickstarts/ rnd=$B version=%{version} \
ssuks %{?ssu_override} model="$M" sandbox=/tmp/sandbox outputdir=%{buildroot}/%{_datadir}/kickstarts/ rnd=$B version=%{version} \
done \
done \
%{nil}

0 comments on commit 938a608

Please sign in to comment.