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
# and then they install a prod build (with OSUpdate) that then is unable to mount the freezefs into /builtin
123
127
# BUT which will still have the frozen-inside /lib folder. So the user will be able to install apps into /builtin
124
128
# but they will not be able to install libraries into /lib.
125
-
print("main.py: WARNING: could not import/run freezefs_mount_builtin: ", e)
126
-
self._add_label(screen, f"freezefs_mount_builtin exception (normal if internal storage partition has overriding /builtin folder): {e}")
129
+
error=f"Could not get freezefs_mount_builtin info because: {e}\nIt's normal to get an exception if the internal storage partition contains an overriding /builtin folder."
0 commit comments