documented fs changes

This commit is contained in:
Luxferre
2025-12-22 15:23:41 +02:00
parent 58f5fb4b93
commit 6b0dbb4479
2 changed files with 17 additions and 2 deletions
-1
View File
@@ -19,7 +19,6 @@ def lock_rootfs():
storage.remount("/", readonly=True)
# Some shortcut export bindings to corresponding os functions
# ['mount', 'putenv', 'stat', 'statvfs', 'system', 'umount', 'unlink', 'unsetenv', 'urandom']
sep = pathsep = os.sep
cwd = pwd = os.getcwd