From aa064a2bedbdd7e09e236a1291a435eb8f418c9c Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 12:28:24 +0200 Subject: [PATCH] fix: Move order in entry file --- src/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index 59e364e..bef9e8c 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -19,8 +19,8 @@ cd /run . network.sh # Initialize network . boot.sh # Configure boot . proc.sh # Initialize processor -. config.sh # Configure arguments . memory.sh # Check available memory +. config.sh # Configure arguments . finish.sh # Finish initialization trap - ERR