Where can I find /etc/default/grub in the Manjaro gitlab (github??) environment so I can verify something for myself? Any place I’ve seen the grub file it has double quotes. I’d like to see the Manjaro source where they are single quotes (see snippets below).
It isn’t a problem per se, but for example, anyone doing automation to configure grub may run into this change. It is also inconsistent with other string assignments. Last, it is an exercise to understand where to find the source.
It is in Calamares, a module was rewritten, /usr/lib/calamares/modules/grubcfg. It is now using single quotes in /etc/default/grub for GRUB_DISTRIBUTOR and GRUB_CMDLINE_LINUX_DEFAULT.
It would be nice if all strings were double-quoted in /etc/default/grub for consistency.