Update pi-gen and prepare for Tradfri

pull/79/head
Fredrik Lindqvist 2017-04-29 16:53:48 +02:00
parent 056bdab523
commit 40d8d05a14
7 changed files with 3 additions and 13 deletions

View File

@ -39,7 +39,7 @@ IMG_NAME='Hassbian'
## Docker Build
```bash
vi config # Edit your config file. See above.
nano config # Edit your config file. See above.
./build-docker.sh
```
If everything goes well, your finished image will be in the `deploy/` folder.
@ -99,7 +99,7 @@ maintenance and allows for more easy customization.
specific packages are installed, permissions are set and users created.
This is the only stage we add to the original build script.
The original **Stage 3** and **Stage 4** are removed since they are not
The original **Stage 4** and **Stage 5** are removed since they are not
used on the HASSbian image.
### Stage specification

View File

@ -1 +1 @@
git python3 python3-venv python3-pip bluetooth libbluetooth-dev rng-tools rpi-update htop tmux avahi-daemon
git python3 python3-venv python3-pip bluetooth libbluetooth-dev rng-tools rpi-update htop tmux avahi-daemon libtool autoconf

View File

@ -1,2 +0,0 @@
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
wolfram-engine shared/accepted-wolfram-eula boolean true

View File

@ -1 +0,0 @@
wolfram-engine

View File

@ -1 +0,0 @@
IMG_SUFFIX=""

View File

@ -1,2 +0,0 @@
NOOBS_NAME="Raspbian with PIXEL"
NOOBS_DESCRIPTION="A port of Debian jessie for the Raspberry Pi (full desktop version)"

View File

@ -1,4 +0,0 @@
#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
copy_previous
fi