Unverified Commit a04f3eb5 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Comments

parent c89424e3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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=""