This commit is contained in:
Kroese 2023-04-14 18:14:54 +02:00 committed by GitHub
parent 3dafb19788
commit 1b307627b1

7
run.sh
View File

@ -22,9 +22,16 @@ if [[ ! -f "$IMG/$BASE.boot.img" ]] || [[ ! -f "$IMG/$BASE.system.img" ]]; then
. /run/install.sh
fi
# Initialize disks
. /run/disk.sh
# Initialize network
. /run/network.sh
# Initialize agent
. /run/serial.sh
# Configure shutdown
. /run/power.sh
KVM_ACC_OPTS=""