Merge branch 'grub' into 'main'

Apply workaround to avoid possible display issues affecting grub (#399)

See merge request systemrescue/systemrescue-sources!318
This commit is contained in:
Francois Dupoux 2025-03-09 19:52:38 +00:00
commit f4a98567cf

View file

@ -21,6 +21,7 @@ if [ -z "$srcd_skip_init" ]; then
insmod all_video
insmod videotest
insmod videoinfo
echo "Switching to gfxterm"
terminal_output gfxterm
fi