You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Rename freezefs build script
This commit is contained in:
@@ -356,9 +356,9 @@ def start_app(app_dir, is_launcher=False):
|
||||
execute_script_new_thread("/autorun.py", True, False, False)
|
||||
|
||||
try:
|
||||
import freezefs_mount
|
||||
import freezefs_mount_builtin
|
||||
except Exception as e:
|
||||
print("/main.py: WARNING: could not import freezefs_mount: ", e)
|
||||
print("/main.py: WARNING: could not import/run freezefs_mount_builtin: ", e)
|
||||
|
||||
# The launcher might have been updated from the builtin one, so check that:
|
||||
import uos
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
python3 -m freezefs --target /builtin --on-import mount ~/sources/PiggyOS/internal_filesystem/builtin freezefs_mount_builtin.py
|
||||
Reference in New Issue
Block a user