Introducing manufacturing

This commit is contained in:
D4rk4 2020-07-31 14:58:53 +02:00
parent ae8ed85e43
commit 6caa6e01af

View file

@ -102,6 +102,7 @@ d-i preseed/late_command string in-target /bin/sh -c " \
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 ; \
cp /opt/coins-demo/contrib/rc_local.tpl /etc/rc.local
systemctl enable serial-getty@ttyS0.service ; \
systemctl enable docker.service \
|| true"