Skip to content
Snippets Groups Projects
Commit 100b2a5e authored by Bob Mottram's avatar Bob Mottram
Browse files

Set golang version when creating image

parent 30af6b69
No related branches found
No related tags found
No related merge requests found
......@@ -1825,6 +1825,7 @@ image_setup_utils() {
echo "export PATH=\$PATH:\$GOPATH" >> "${rootdir}/home/go/.bashrc"
chroot "$rootdir" chown -R go:go /home/go
cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"
echo "upgrade_golang:$GO_VERSION" >> "${rootdir}/root/${PROJECT_NAME}-completed.txt"
# Tomb
chroot "$rootdir" apt-get -yq install zsh pinentry-curses
......@@ -1832,7 +1833,7 @@ image_setup_utils() {
cd "$rootdir/root/build/tomb" || exit 468368345425
git checkout "$TOMB_COMMIT" -b "$TOMB_COMMIT"
chroot "$rootdir" cd /root/build/tomb && make install
echo "tomb commit:$TOMB_COMMIT" >> "$rootdir/root/freedombone-completed.txt"
echo "tomb commit:$TOMB_COMMIT" >> "$rootdir/root/${PROJECT_NAME}-completed.txt"
if ! grep -q '\* hard maxsyslogins' "$rootdir/etc/security/limits.conf"; then
echo '* hard maxsyslogins 10' >> "$rootdir/etc/security/limits.conf"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment