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
We only really need it writable for --hotfix to persist the overlayfs. But for --transient and the default (development), we shouldn't need it. That way, it'll work in live FCOS/RHCOS environments where the /sysroot is backed by squashfs. Right now, we get EPERM:
We only really need it writable for
--hotfix
to persist the overlayfs. But for--transient
and the default (development), we shouldn't need it. That way, it'll work in live FCOS/RHCOS environments where the/sysroot
is backed by squashfs. Right now, we getEPERM
:Comes from: https://discussion.fedoraproject.org/t/25680/9
This will also be needed for supporting pkglayering in live environments (see coreos/fedora-coreos-tracker#401 (comment)).
The text was updated successfully, but these errors were encountered: