fix: Move order in entry file

This commit is contained in:
Kroese 2025-10-17 12:28:59 +02:00 committed by GitHub
parent 2f76373b3d
commit a7a7383ea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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