#183 fedora-common-ostree: Switch to modules for boot-location
Merged 3 years ago by jlebon. Opened 3 years ago by siosm.
siosm/workstation-ostree-config master  into  master

file modified
+1 -1
@@ -37,7 +37,7 @@ 

  

  selinux: true

  documentation: true

- boot_location: new

+ boot-location: modules

  etc-group-members:

    - wheel

  tmp-is-dir: true

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.

Support for the new location was added in ostree more than three years ago, so I think it's safe to do this at this point.

LGTM!

rebased onto 541e0e4386fc7813b31d11038ed1044a1c35d7fe

3 years ago

rebased onto 2afadec4c2e4dc9d6522339f127eed955f366b30

3 years ago

rebased onto 2dee762

3 years ago

I don't have merge ACLs, but I think this is safe.

Pull-Request has been merged by jlebon

3 years ago
Metadata