diff --git a/README.md b/README.md index ee5deb0..ffc0152 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The build scripts have been forked from the Hypriot project. **Easy pull request build process** -The easiest way to generate a new image is to open a pull request with changes to the basic image; a new one will be generated by GitLab and be available for download and flashing onto an SD card. See [pull requests](https://github.com/publiclab/image-builder-pi/pulls) for examples of this, with downloadable images already built. +The easiest way to generate a new image is to open a pull request with changes to the basic image; a new one will be generated by GitLab and be available for download and flashing onto an SD card. See [pull requests](https://github.com/publiclab/pi-builder/pulls) for examples of this, with downloadable images already built. **Automatic build**: For the purposes of facilitating quick development of this image, we've setup [automatic builds](https://jenkins.laboratoriopublico.org/job/Raspberry%20Kit%20Image/) on git commits to **master** branch. diff --git a/builder/chroot-script.sh b/builder/chroot-script.sh index f9ac33b..8533c5e 100644 --- a/builder/chroot-script.sh +++ b/builder/chroot-script.sh @@ -120,7 +120,7 @@ apt-get update # apt-get upgrade -y # install packages -apt-get -o Dpkg::Options::=--force-confdef \ +DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::=--force-confdef \ install -y \ --no-install-recommends \ firmware-atheros \ @@ -147,7 +147,10 @@ apt-get -o Dpkg::Options::=--force-confdef \ pi-bluetooth \ lsb-release \ gettext \ - cloud-init + cloud-init \ + pt-ui-mods \ + tightvncserver \ + xvfb # install special Docker enabled kernel