You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The firmware needed to support both RPi1 and RPi2 introduced sections in /boot/config.txt, like [pi1] and [pi2] and more.
This means that lines in /boot/config.txt needs to be evaluated/updated in context of those sections.
But the raspbian-kernel-post-install script doesn't account for that and thus should be updated to do just that.
The firmware needed to support both RPi1 and RPi2 introduced sections in
/boot/config.txt
, like[pi1]
and[pi2]
and more.This means that lines in
/boot/config.txt
needs to be evaluated/updated in context of those sections.But the raspbian-kernel-post-install script doesn't account for that and thus should be updated to do just that.
See also debian-pi/raspbian-ua-netinst#180
The text was updated successfully, but these errors were encountered: