This (partially) reverts commit 6171b868630afc2b7daaed149e4af6b561a3689f. rhbz#822123 is looking pretty bad, so we're going to have to roll this back :/. This version leaves the line in, but commented out for easier discovery. --- pyanaconda/bootloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py index 1c9855f..2389a4a 100644 --- a/pyanaconda/bootloader.py +++ b/pyanaconda/bootloader.py @@ -1741,7 +1741,7 @@ class GRUB2(GRUB): # boot arguments log.info("bootloader.py: used boot args: %s " % self.boot_args) defaults.write("GRUB_CMDLINE_LINUX=\"%s\"\n" % self.boot_args) - defaults.write("GRUB_THEME=\"/boot/grub2/themes/system/theme.txt\"") + defaults.write("#GRUB_THEME=\"/boot/grub2/themes/system/theme.txt\"") defaults.close() def _encrypt_password(self): -- 1.7.10.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list