v2 Beta
Pre-release
Pre-release
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
withavahi-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.