aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xiurt4
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dfd900f..de84f19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- close stdin when --shell is not used
- add an option to discard built packages
+- install icecream when it is enabled
0.6.19
- fix missing used function in emi and ulri
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';