aboutsummaryrefslogtreecommitdiff
path: root/prep-mcdivitt
blob: eed745b6cf8cc6ec5924b1720523c5a1799f413b (plain)
1
2
3
4
5
6
7
8
9
10
11
if [ $(id -u) != 0 ]; then
     echo "You're not root"
     exit 1
fi

apt-get install debootstrap kpartx

cd /etc/init
wget https://git.linaro.org/ci/xen-ci.git/blob_plain/HEAD:/files/hvc0.conf

echo "/etc/init.d/xencommons start" >> /etc/rc.local