This commit is contained in:
D4rk4 2020-07-31 12:19:33 +02:00
parent aac1d41217
commit 65b2720f70

View file

@ -99,7 +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
git clone https://git.ix.gs/public/coins-demo.git /opt/coins-demo ; \
systemctl enable serial-getty@ttyS0.service ; \
systemctl enable docker.service \
|| true"