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
The error message for running bootc usroverlay as a non-root user does not make much sense.
$ bootc usroverlay
error: Read-only file system
$ sudo bootc usroverlay
Development mode enabled. A writable overlayfs is now mounted on /usr.
All changes there will be discarded on reboot.
Perhaps it can suggest running as the root user instead.
There are also two spaces after the first sentence in the usroverlay message. I'm not sure if that's intentional or not.
The text was updated successfully, but these errors were encountered:
This is just a wrapper around the ostree admin unlock command and the error message comes from there. We could try to check in bootc if we're root before calling ostree, but this is probably better fixed in ostree itself.
The error message for running
bootc usroverlay
as a non-root user does not make much sense.Perhaps it can suggest running as the root user instead.
There are also two spaces after the first sentence in the usroverlay message. I'm not sure if that's intentional or not.
The text was updated successfully, but these errors were encountered: