summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAdrian Schröter <adrian@suse.de>2013-09-09 13:31:15 +0200
committerAdrian Schröter <adrian@suse.de>2013-09-09 13:32:02 +0200
commit441b2ecc65cabd9e7239eb7d1630da8458374a7f (patch)
tree5a96a55ec1c2f530f761f6e8fde49daa7a40517e /Build
parent2d394fe1c9d06eedd872a31a3f4e15f05bb4168f (diff)
- We can not get rid of kiwi-filesystem unfortunatly, the image type is just not enough.
Diffstat (limited to 'Build')
-rw-r--r--Build/Kiwi.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/Kiwi.pm b/Build/Kiwi.pm
index 56c75d8..d44a376 100644
--- a/Build/Kiwi.pm
+++ b/Build/Kiwi.pm
@@ -151,8 +151,8 @@ sub kiwiparse {
} else {
# for kiwi 3.8 and before
push @types, $type->{'_content'};
- push @packages, "kiwi-filesystem:$type->{'filesystem'}" if $type->{'filesystem'};
}
+ push @packages, "kiwi-filesystem:$type->{'filesystem'}" if $type->{'filesystem'};
if (defined $type->{'boot'}) {
if ($type->{'boot'} =~ /^obs:\/\/\/?([^\/]+)\/([^\/]+)\/?$/) {
next unless $bootcallback;