From 04a27b069cd8b9ba1016574be5b773c5b3e49505 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 23 Nov 2025 05:26:17 +0100 Subject: [PATCH] Comments --- internal_filesystem/boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/boot.py b/internal_filesystem/boot.py index 6c10989b..acbcaa93 100644 --- a/internal_filesystem/boot.py +++ b/internal_filesystem/boot.py @@ -1,4 +1,4 @@ -# This file is the only one that can't be overridden (without rebuilding) for development because it's not in lib/, so keep it minimal. +# This file is the only one that can't be overridden for development (without rebuilding) because it's not in lib/, so keep it minimal. # Make sure the storage partition's lib/ is first in the path, so whatever is placed there overrides frozen libraries. # This allows any build to be used for development as well, just by overriding the libraries in lib/