feat: Load memory module

This commit is contained in:
Kroese 2025-10-16 23:51:19 +02:00 committed by GitHub
parent 42a149d7b9
commit 2f76373b3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,8 @@ cd /run
. proc.sh # Initialize processor . proc.sh # Initialize processor
. power.sh # Configure shutdown . power.sh # Configure shutdown
. config.sh # Configure arguments . config.sh # Configure arguments
. memory.sh # Check available memory
. finish.sh # Finish initialization
trap - ERR trap - ERR