summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2012-05-16 16:04:18 -0400
committerPeter Jones <pjones@redhat.com>2012-05-16 16:19:09 -0400
commit6bc3083abb9a60274c6c77ac68c23c76d8320417 (patch)
tree8e2234a47d3c8ccc4f4c12e782b4ca3ffde51d0d /pyanaconda/bootloader.py
parente5a5ee9d4fb8c4cb3b5995a62450fe514c1ad8dd (diff)
downloadanaconda-6bc3083abb9a60274c6c77ac68c23c76d8320417.tar.gz
anaconda-6bc3083abb9a60274c6c77ac68c23c76d8320417.tar.xz
anaconda-6bc3083abb9a60274c6c77ac68c23c76d8320417.zip
Partially revert "We have a grub2 theme now, so say to use it." (#822123)
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.
Diffstat (limited to 'pyanaconda/bootloader.py')
-rw-r--r--pyanaconda/bootloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 1c9855fac..2389a4a57 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):