Skip to content

Commit

Permalink
Drop support for non-unified core mode
Browse files Browse the repository at this point in the history
Even though rpm-ostree now transparently supports both modes without
having to do the bare-user dance, let's just drop it anyway so we can
concentrate on a single way of doing things.
  • Loading branch information
jlebon committed Nov 6, 2018
1 parent 91d8f2a commit 18a0752
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/cmdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,7 @@ EOF

set - rpm-ostree compose tree --repo=${workdir}/repo \
--cachedir=${workdir}/cache --touch-if-changed "${changed_stamp}" \
${manifest} "$@"

if ! grep -q '^# disable-unified-core' "${manifest}"; then
set - "$@" --unified-core
fi
--unified-core ${manifest} "$@"

echo "Running: $@"

Expand Down

0 comments on commit 18a0752

Please sign in to comment.