Skip to content

postmarketos-mkinitfs-hook-debug-shell: Skip fbsplash when device is configured to not use the framebuffer

Daniele Debernardi requested to merge feature/fbsplash-no-framebuffer into master

The show_splash function called by the 20-debug-shell.sh script already skip fbsplash when device is configured to not use the framebuffer but the variable was not defined in the script. This is solved by including the /etc/deviceinfo file.

Merge request reports