aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt4
1 files changed, 4 insertions, 0 deletions
diff --git a/iurt b/iurt
index 563e917..d75e52b 100755
--- a/iurt
+++ b/iurt
@@ -580,6 +580,10 @@ if ($run{distro} ne 'cooker') {
$config->{upload} =~ s/cooker/contrib/g;
}
+if ($run{icecream}) {
+ push $config->{basesystem_packages}, 'icecream';
+}
+
my $lock = $run{media};
if (!$lock && $run{chroot}) {
$lock = 'chroot';