Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add packages for remote headless desktop. #51

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 5 additions & 2 deletions builder/chroot-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down