You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reframe as composefs-os; fix all pre-open-source issues
Project identity:
- README rewritten: composefs-os publishes bootable OCI images; cbootc is
the embedded management tool, not the release artifact
- DESIGN.md: update status ("working implementation"), fix section 8 to
describe the actual cbootc install to-disk command, fix file layout
paths (/sysroot/composefs, /var/lib/cbootc), fix rollback description
to match grub2-editenv implementation
- Cargo.toml: add description, license, repository fields
Must-fix bugs:
- container.yml: fix Containerfile.base path (was examples/fedora/…,
now at repo root); rename image to composefs-os-fedora:43; drop CI
push of the example derived image (it had a weak root password)
- units/cbootc-update.service: fix ConditionPathExists from
/etc/cbootc/config.toml to /var/lib/cbootc/config.toml — the auto-
update timer was silently doing nothing on every system since the
config was moved to /var in an earlier commit
Cleanup:
- examples/fedora/Containerfile: remove weak root password, serial
autologin, and leftover upgrade-test debug block; rewrite as a clean
template pointing at the published base image
0 commit comments