Update pi-gen and prepare for Tradfri
This commit is contained in:
parent
056bdab523
commit
40d8d05a14
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
|
||||
wolfram-engine shared/accepted-wolfram-eula boolean true
|
|
@ -1 +0,0 @@
|
|||
wolfram-engine
|
|
@ -1 +0,0 @@
|
|||
IMG_SUFFIX=""
|
|
@ -1,2 +0,0 @@
|
|||
NOOBS_NAME="Raspbian with PIXEL"
|
||||
NOOBS_DESCRIPTION="A port of Debian jessie for the Raspberry Pi (full desktop version)"
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then
|
||||
copy_previous
|
||||
fi
|
Loading…
Reference in New Issue
Block a user