Remove ballooning initialization

This commit is contained in:
Kroese 2026-05-06 07:51:59 +02:00 committed by GitHub
parent 9a9b4ff11a
commit 8eae811ceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,6 @@ cd /run
. power.sh # Configure shutdown . power.sh # Configure shutdown
. memory.sh # Check available memory . memory.sh # Check available memory
. config.sh # Configure arguments . config.sh # Configure arguments
. ballooning.sh # Initialize ballooning
. finish.sh # Finish initialization . finish.sh # Finish initialization
trap - ERR trap - ERR