Skip to content

v2 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@owenthewizard owenthewizard released this 06 Jan 01:36
· 26 commits to master since this release
v2-beta
89053ac

The initial root password for this release is: io4ohFom

Please change it!

mount / -o remount,rw
passwd
mount / -o remount,ro

Added

  • /etc/modprobe.d/raspi-blacklist.conf - blacklist camera modules for faster boot.
  • Utilize eudev for automatic device detection and module loading.
  • Added busybox config fragment (dhcprelay).
  • A random password is now set at build time (post-build.sh).

Changed

  • Update buildroot to 2020.11.x.
  • Replaced mdns-repeater with avahi-daemon, which is included in upstream buildroot.
  • Config files renamed: rpi_wifi_bridge -> raspberrypi0w.
  • Minor edits to network interfaces config.
  • Temporarily reverted rootfs to ext4.
  • Disabled audio by default.

Removed

  • Removed parprouted - merged upstream.
  • Removed /etc/inittab modification.
  • Removed explicit module loading.
  • Removed default password warning.
  • Removed device tree overlays.