mirror of
https://codeberg.org/guix/guix.git
synced 2026-09-04 12:51:45 +00:00
Previously, when setting multiple graphic modes, the expanded config would read set gfxmode mode1;mode2;..., that is, the value was not quoted so only the first one would be used, GRUB terminating the command on the first ';' encountered. * gnu/bootloader/grub.scm (eye-candy): Format gfxmode textually (as write would), with ~s, so that it appears as a double-quoted string. Fixes: <https://issues.guix.gnu.org/80666> Reported-by: Martin Flack <martin.flack@gmail.com>