Files
Maxim Cournoyer dba3e997a4 grub: Quote the gfxmode value set.
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>
2026-06-15 11:40:07 +09:00
..
2026-06-15 11:40:07 +09:00