Skip to content

raspbian-ua-netinst v1.0.7

Compare
Choose a tag to compare
@diederikdehaas diederikdehaas released this 05 May 21:29
· 548 commits to master since this release

Releasing version 1.0.7 of the Raspbian unattended netinstaller.

This release fixes the following issues:

  • Added support for the Raspberry Pi 2. This fixes issue 180.
  • Updated the kernel used during installation to 3.18.
  • Removed the kernel-upgrade-script since it doesn't handle sections in /boot/config.txt. See raspbian-tools issue 2.
  • Fixed the insecure downloading of the raspberrypi.org GPG key. This fixes issue 64.
  • Increased the size of /boot/ to 128MB by default. This fixes issue 190.
  • Fixed the kernel crashes/rainbow screens that happened with the rpi15 kernel. This fixes issue 199 and issue 201.

NOTES:

  • This release also adds support for DeviceTree and this is enabled by default on the Pi 2.
    For the Pi 1B and 1B+ it is disabled by default (in /boot/config.txt) since it seems to be the cause for the various kernel crashes/rainbow screens. You can enable DeviceTree quite simple by commenting out or removing the device_tree= line and it usually just works. But since we've had just too many crashes it is disabled by default. See also raspberrypi/linux#914.
  • When DeviceTree is enabled, the (red) power LED isn't working properly. Hopefully this will be resolved when a new kernel version is released.

See the README for features/installation instruction/etc for this release.