diff --git a/src/entry.sh b/src/entry.sh index 933be8b..bef9e8c 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -19,7 +19,9 @@ cd /run . network.sh # Initialize network . boot.sh # Configure boot . proc.sh # Initialize processor +. memory.sh # Check available memory . config.sh # Configure arguments +. finish.sh # Finish initialization trap - ERR