This commit is contained in:
Kroese 2023-04-14 18:16:15 +02:00 committed by GitHub
parent 9f602f0b77
commit 00e6e73b63

5
run.sh
View file

@ -10,8 +10,13 @@ if [ -f "$IMG/boot.img" ]; then
. /run/install.sh . /run/install.sh
fi fi
# Initialize disks
. /run/disk.sh . /run/disk.sh
# Initialize network
. /run/network.sh . /run/network.sh
# Configure shutdown
. /run/power.sh . /run/power.sh
KVM_ACC_OPTS="" KVM_ACC_OPTS=""