The primary thing this fixes is that the new /usr/lib/bootc/kargs.d
files were not being honored by bootc install
.
What's Changed
- install: Clarify /boot (optional) and root mount spec by @cgwalters in #635
- tree: Add missing -v /dev:/dev in a few places by @cgwalters in #626
- Add support for ppc64le architecture by @sacsant in #636
- tree-wide: rustfmt with
group_imports = "StdExternalCrate"
by @cgwalters in #642 - status: Add explicit
--format
argument by @cgwalters in #639 - kargs: Various cleanups by @cgwalters in #645
- install: Pick up kargs.d kernel arguments too by @cgwalters in #647
- install: Only open / once by @cgwalters in #649
- kargs: A few more minor cleanups and test improvements by @cgwalters in #648
- cli: Add a new bootc image subcommand by @cgwalters in #620
- copr: Use dnf builddep by @cgwalters in #651
- tree-wide: Convert to let-else syntax by @cgwalters in #650
- Release 0.1.13 by @cgwalters in #653
- tree-wide: Fix minor clippy lints by @cgwalters in #652
New Contributors
Full Changelog: v0.1.12...v0.1.13