From 2dee7622f109eea0111673553a1e034c26aa1658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 27 Nov 2020 15:29:12 +0100 Subject: [PATCH] fedora-common-ostree: Switch to modules for boot-location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the following warning: warning: boot-location: "new" is deprecated, use boot-location: modules From the rpm-ostree docs (https://coreos.github.io/rpm-ostree/treefile/): - “new”: A misnomer, this value is no longer “new”. Kernel data goes in /usr/lib/ostree-boot in addition to /usr/lib/modules. This is the default; use it if you have a need to care about upgrading from very old versions of libostree. - “modules”: Kernel data goes just in /usr/lib/modules. Use this for new systems, and systems that don’t need to be upgraded from very old libostree versions. --- fedora-common-ostree.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index ac495ed..d8c14ae 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -37,7 +37,7 @@ packages: selinux: true documentation: true -boot_location: new +boot-location: modules etc-group-members: - wheel tmp-is-dir: true