fix: Move order in entry file

This commit is contained in:
Kroese 2025-10-17 12:28:24 +02:00 committed by GitHub
parent 3b2bd552b8
commit aa064a2bed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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