summarylogtreecommitdiffstats
path: root/grub.default
diff options
context:
space:
mode:
authorChris Chapman2020-08-09 10:59:50 +0000
committerChris Chapman2020-08-09 10:59:50 +0000
commit25515585428d1515bd844a95fdf404ea53092cff (patch)
treec96f84a8c0373cfa9c874a704c9c18b3d3cc2e67 /grub.default
parentc86a6d79ce214f4ad439cf49ce7ab578e6ceb8b4 (diff)
downloadaur-25515585428d1515bd844a95fdf404ea53092cff.tar.gz
Initialize a package to build the GRUB for the Xen platform
Since the time pvgrub2 was adopted by the GRUB [1], the AUR has not had a package that built GRUB2 for the Xen platform. I thought about contributing a patch to the `grub-git` AUR package, but since it would double their build targets (and compile time) for a purpose that was probably not important or useful for most of the users of that package (and since this also seemed like too much for this package to take on as well), I thought it might be better to fork their project and create a new package that would address all the GRUB-ish needs of Xen. The intent is that this would follow `grub-git`, rebasing it on that package as needed. Also some of these patches might be useful upstream, either for the `grub-git` AUR package or for the GRUB project itself. [1]: https://lists.xen.org/archives/html/xen-devel/2013-11/msg01216.html
Diffstat (limited to 'grub.default')
-rw-r--r--grub.default6
1 files changed, 6 insertions, 0 deletions
diff --git a/grub.default b/grub.default
index d6d41a91345c..1105d5b7f7e7 100644
--- a/grub.default
+++ b/grub.default
@@ -6,6 +6,12 @@ GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX=""
+GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT=""
+GRUB_CMDLINE_LINUX_XEN_REPLACE="earlyprintk=xen"
+
+GRUB_CMDLINE_XEN_DEFAULT=""
+GRUB_CMDLINE_XEN=""
+
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"