anaconda: add "console=none" Xen parameter

This commit is contained in:
Marek Marczykowski 2013-02-23 03:11:52 +01:00
parent 1076c760e1
commit 73e4bd6c22

View File

@ -1441,6 +1441,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_CMDLINE_XEN_DEFAULT=\"console=none\"\n")
defaults.write("GRUB_DISABLE_RECOVERY=\"true\"\n")
defaults.write("GRUB_THEME=\"/boot/grub2/themes/system/theme.txt\"\n")
defaults.close()