Update entry.sh

This commit is contained in:
Kroese 2025-03-15 13:20:45 +01:00 committed by GitHub
parent 4ae073c6c9
commit 44cce41310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,8 @@ set -Eeuo pipefail
cd /run cd /run
. reset.sh # Initialize system . reset.sh # Initialize system
. install.sh # Get bootdisk . define.sh # Define images
. install.sh # Download image
. disk.sh # Initialize disks . disk.sh # Initialize disks
. display.sh # Initialize graphics . display.sh # Initialize graphics
. network.sh # Initialize network . network.sh # Initialize network