From 938a608a3d2c5d1d07b8adeb68dd3cbda10deb99 Mon Sep 17 00:00:00 2001 From: Jarko Vihriala Date: Wed, 2 Oct 2013 15:35:35 +0300 Subject: [PATCH] =?UTF-8?q?[ssu-ks]=C2=A0allow=20to=20override=20default?= =?UTF-8?q?=20ssu=20parameters.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- macros.ssuks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.ssuks b/macros.ssuks index 904d52a..802b3e5 100644 --- a/macros.ssuks +++ b/macros.ssuks @@ -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}