diff --git a/manifests/fedora-coreos-base.yaml b/manifests/fedora-coreos-base.yaml index 5cab9e09f0..5e2ff8b4bc 100644 --- a/manifests/fedora-coreos-base.yaml +++ b/manifests/fedora-coreos-base.yaml @@ -40,6 +40,9 @@ check-groups: default-target: multi-user.target +# See the treefile docs +cliwrap: true + # ⚠⚠⚠ ONLY TEMPORARY HACKS ALLOWED HERE; ALL ENTRIES NEED TRACKER LINKS ⚠⚠⚠ # See also the version of this in fedora-coreos.yaml postprocess: diff --git a/tests/kola/misc-ro b/tests/kola/misc-ro index a5d6245ed8..cdd4268d15 100755 --- a/tests/kola/misc-ro +++ b/tests/kola/misc-ro @@ -116,6 +116,12 @@ if [ ! -f /usr/share/rpm/Packages ]; then fi ok rpmdb is bdb +if dracut 2>err.txt; then + fatal "ran dracut" + grep -q 'rpm-ostree initramfs' err.txt +fi +echo "ok rpm-ostree cliwrap" + # make sure we don't default to having swap on zram # https://github.com/coreos/fedora-coreos-tracker/issues/509 # https://github.com/coreos/fedora-coreos-config/pull/687