From a7a7383ea8d841001c429c3e4b5faa8cfc9f08ae Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 12:28:59 +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 c086b11..2929503 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -22,8 +22,8 @@ cd /run . boot.sh # Configure boot . proc.sh # Initialize processor . power.sh # Configure shutdown -. config.sh # Configure arguments . memory.sh # Check available memory +. config.sh # Configure arguments . finish.sh # Finish initialization trap - ERR