Mainly a lot of fixes and improvements for the install flow,
with a few other minor CLI and a tweak for the systemd unit.
What's Changed
- Fix a couple of clippy nits by @jeckersb in #277
- docs: Document
to-disk --via-loopback
by @cgwalters in #281 - install: Only switch to loopback after re-exec by @cgwalters in #278
- Port to ostree-ext 0.13, cap-std 3 by @cgwalters in #283
- Fix install_t again by @cgwalters in #284
- install: Automatically enable --generic-image when --via-loopback by @cgwalters in #285
- install: Factor out configuration into new file by @cgwalters in #288
- install: Generalize
root-fs-type
intoinstall.filesystem.root.type
by @cgwalters in #289 - install: Ensure we label
/
(and/boot
) by @cgwalters in #290 - install: Optionally use host mounted
/var/lib/containers
by @cgwalters in #286 - lsm: send test_install_t chcon output to /dev/null by @jeckersb in #292
- install: Add BOOTC_SKIP_SELINUX_HOST_CHECK by @cgwalters in #293
- Update bootc-fetch-apply-updates.timer with comments for RandomizedDe… by @mrguitar in #295
- Drop status warning by @cgwalters in #298
- docs: fix typos by @chuanchang in #300
- install: Add support for
--root-ssh-authorized-keys
by @cgwalters in #296 - Add suggestion for
LABEL containers.bootc 1
by @cgwalters in #299 - deploy: Log filtered content warning to journal, not stderr by @cgwalters in #301
- ci: Add renovate5 by @cgwalters in #305
- fix(deps): update rust crate anstream to 0.6.11 by @renovate in #307
- fix(deps): update rust crate anstyle to 1.0.6 by @renovate in #309
- Add Cargo.lock by @cgwalters in #311
- renovate: Group non-major updates by @cgwalters in #319
- renovate: just do patch updates by @cgwalters in #322
- [skip-ci] Update actions/checkout action to v4 by @renovate in #321
- utils: Fall back if EDITOR is unset by @cgwalters in #326
- [skip-ci] Update actions/deploy-pages action to v4 by @renovate in #329
- [skip-ci] Update actions/configure-pages action to v4 by @renovate in #328
- [skip-ci] Update actions/upload-pages-artifact action to v3 by @renovate in #332
- Track ostree-ext git by @cgwalters in #334
- fix(deps): update all patch dependencies by @renovate in #323
- fix(deps): update rust crate toml to 0.8.10 by @renovate in #325
- hack: Allow injecting stuff into target/dev-rootfs by @cgwalters in #327
- install: Drop setting immutable bit on physical / by @cgwalters in #318
- Ensure that efivarfs is mounted in the container by @bcrochet in #302
- Update to ostree-ext 0.13.2 by @cgwalters in #338
- fix(deps): update rust crate serde_with to v3 by @renovate in #333
- Make
--disable-selinux
work on hosts that haveselinux=0
by @ckyrouac in #340 - cli: Don't output sigverify+transport for default by @cgwalters in #339
- install: Mount
/boot
readonly by default by @cgwalters in #341
New Contributors
- @mrguitar made their first contribution in #295
- @chuanchang made their first contribution in #300
- @renovate made their first contribution in #307
- @bcrochet made their first contribution in #302
- @ckyrouac made their first contribution in #340
Full Changelog: v0.1.6...v0.1.7