Skip to content

Commit

Permalink
fixup! compose: Add --ex-unified-core
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Nov 16, 2017
1 parent 5796cc4 commit 3225aea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/rpmostree-compose-builtin-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,6 @@ install_packages_in_root (RpmOstreeTreeComposeContext *self,
{
if (!rpmostree_context_import (self->corectx, cancellable, error))
return FALSE;
if (!rpmostree_context_relabel (self->corectx, cancellable, error))
return FALSE;
rpmostree_context_set_tmprootfs_dfd (self->corectx, rootfs_dfd);
if (!rpmostree_context_assemble (self->corectx, cancellable, error))
return FALSE;
Expand Down

0 comments on commit 3225aea

Please sign in to comment.