anaconda: add dom0_mem=min:1024M to default xen cmdline
This will solve #959 for new installations. Related to qubesos/qubes-issues#959
This commit is contained in:
parent
29fafe803e
commit
73e8665a2b
@ -1454,7 +1454,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_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()
|
||||
|
Loading…
Reference in New Issue
Block a user