Commit 00e6e73b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Comments

parent 9f602f0b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10,8 +10,13 @@ if [ -f "$IMG/boot.img" ]; then
  . /run/install.sh
fi

# Initialize disks
. /run/disk.sh

# Initialize network
. /run/network.sh

# Configure shutdown
. /run/power.sh

KVM_ACC_OPTS=""