Skip to content

Commit

Permalink
anaconda: add dom0_mem=min:1024M to default xen cmdline
Browse files Browse the repository at this point in the history
This will solve rhinstaller#959 for new installations.

Related to QubesOS/qubes-issues#959
  • Loading branch information
fepitre committed Oct 18, 2018
1 parent 936ff95 commit 2c83a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyanaconda/bootloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ def write_defaults(self):
# 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_CMDLINE_XEN_DEFAULT=\"console=none dom0_mem=min:1024M\"\n")
defaults.write("GRUB_DISABLE_RECOVERY=\"true\"\n")
defaults.write("GRUB_THEME=\"/boot/grub2/themes/system/theme.txt\"\n")
defaults.close()
Expand Down

0 comments on commit 2c83a3b

Please sign in to comment.