lfs/bootscripts/lfs
Xi Ruoyao 54c0a86cd0
bootscripts: console: Fix fb console detection
If CONFIG_FB is not set but CONFIG_DRM_FBDEV_EMULATION is set to y, on a
DRM-drived graphic card (anything from AMD/ATI, Intel, or NVIDIA in
recent 20 years) we'd be using a fb console but without
/sys/class/graphics/fb0.  Then the script won't run setfont for VT 2-6.

Check /sys/class/graphics/fbcon instead of /sys/class/graphics/fb0 to
fix the issue.

Closes: https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2024-08/msg00001.html
Reported-by: Alan Ianson <agianson@gmail.com>
2024-08-23 19:36:09 +08:00
..
init.d bootscripts: console: Fix fb console detection 2024-08-23 19:36:09 +08:00
lib/services Update lfs-bootscripts to only output escape sequences to a terminal. 2024-07-06 17:12:29 -05:00
sbin Make minor change to ifup script output text. 2024-04-16 10:59:48 -05:00
sysconfig Typos reported by "rhubarbpieguy" 2022-10-02 09:49:12 +02:00