just commands documented in README do not work on installed systems #9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found during first installed-system validation on the VM testbed (2026-07-15):
just updatefails with "error: no justfile found". The README documentsjust update,just rollback,just --list,just show-tdpetc. as the primary maintenance interface — none of them can work as documented.Cause (to confirm): our recipes are installed at
/usr/share/ublue-os/just/60-glarion.just, which is Universal Blue's convention for theirujustwrapper — but plainjustonly looks for ajustfilein the current directory, and the base image may not shipujustat all. Pending check:which ujust; ls /usr/share/ublue-os/on an installed system.Fix options (pick after the check):
ujustexists in the base: docs change — README saysujustinstead ofjust/usr/bin/glarionwrapper) so the documented commands workNote
rpm-ostree updateworks fine — this is a UX/docs break, not an update-path break. But the README is the user contract; documented commands must work.