clone repo inside VM at bootstrap
This commit is contained in:
parent
6531e03b1a
commit
5bc450dadf
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ d-i preseed/late_command string in-target /bin/sh -c " \
|
||||||
apt-get clean ; \
|
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 ; \
|
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 ; \
|
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 serial-getty@ttyS0.service ; \
|
||||||
systemctl enable docker.service \
|
systemctl enable docker.service \
|
||||||
|| true"
|
|| true"
|
||||||
|
|
Loading…
Reference in a new issue