Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #18 from jvihrial/master
[ssu-ks] allow to override default ssu parameters.
  • Loading branch information
bwachter committed Oct 2, 2013
2 parents 8fcff87 + 938a608 commit 17278c6
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 17278c6

Please sign in to comment.