calamares/src/modules/grubcfg
Kevin Kofler 2573731cdb [grubcfg] Fix mismatched quoting and escaping.
If we use .replace("'", "'\\''") for escaping, we also need to use
single quotes, not double quotes.

This was broken by the port from '%' to format, which also randomly
changed quoting characters for no good reason. Changing the outer ones
does not matter, but \" or ' within a string is not the same thing!
2016-10-16 18:44:22 +02:00
..
grubcfg.conf grubcfg: Create /etc/default/grub if missing. 2014-11-18 04:33:39 +01:00
main.py [grubcfg] Fix mismatched quoting and escaping. 2016-10-16 18:44:22 +02:00
module.desc New grubcfg module, ported from Thus. 2014-08-19 14:57:22 +02:00