Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Jan 13, 2018
1 parent eef0413 commit 3fa5100
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2018-01-13
- Change hostname to 'delta5'
- Enable delta5.local dns entry to make easy to discover https://www.raspberrypi.org/forums/viewtopic.php?t=18207
- Remove 'lite' from image name

2018-01-09
- Change Wifi & keyboard maps to US
- Move delta5 to its own build step
Expand Down
2 changes: 1 addition & 1 deletion stage1/02-net-tweaks/files/hostname
Original file line number Diff line number Diff line change
@@ -1 +1 @@
raspberrypi
delta5
1 change: 1 addition & 0 deletions stage3/00-install-packages/00-packages
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ python-rpi.gpio
python-smbus
i2c-tools
nginx
libnss-mdns # Provides .local dns resolution
4 changes: 0 additions & 4 deletions stage3/EXPORT_IMAGE
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
IMG_SUFFIX="-lite"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

0 comments on commit 3fa5100

Please sign in to comment.