clone repo inside VM at bootstrap

This commit is contained in:
D4rk4 2020-07-31 12:02:59 +02:00
parent 6531e03b1a
commit 5bc450dadf

View file

@ -99,6 +99,7 @@ d-i preseed/late_command string in-target /bin/sh -c " \
apt-get clean ; \
curl -L https://dl.bintray.com/flant/werf/v1.1.19+fix10/werf-linux-amd64-v1.1.19+fix10 -o /usr/bin/werf ; \
chmod +x /usr/bin/werf ; \
git clone https://git.ix.gs/public/coins-demo.git /opt/coins-demo
systemctl enable serial-getty@ttyS0.service ; \
systemctl enable docker.service \
|| true"