summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2024-03-18 16:32:15 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2024-03-20 19:39:38 -0400
commit1bc3fa9abe50eecd03e2771546279de1401ec058 (patch)
tree2397f2dfe756dbb817168d2b77bd387b9d4f46fb
parentaaf75976ba6594c07cc680a48f3f9dbebf58677a (diff)
housekeeping
-rw-r--r--libre/grub/PKGBUILD21
1 files changed, 3 insertions, 18 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index cf0201333..74aabd67f 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -7,45 +7,29 @@
# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
# Maintainer: Luke T. Shumaker <lukeshu@parabola.nu>
-# Differences from Arch's `core/grub`:
-#
+# parabola changes and rationale:
# - Branded for Parabola, not Arch
-#
-# - Add arch+=(i686)
-#
-# - Add arch+=(armv7h)
-#
+# - Support more arches
# - Add more platforms:
-#
# + Arch starts with:
-#
# * --with-platform=pc (x86 BIOS)
# * --with-platform=efi (UEFI, x86 and ARM; if
# _IA32_EFI_IN_ARCH_X86=1 then the x86_64
# package contains both 32bit and 64bit
# builds)
# * --with-platform=emu (if _GRUB_EMU_BUILD=1, user-mode, x86 and ARM)
-#
# + Parabola additions, since
-#
# "grub: add armv7h support (U-Boot and UEFI)"
# (2015-09-26, Márcio Alexandre Silva Delgado <coadde@parabola.nu>)
-#
# * --with-platform=uboot (ARM)
-#
# + Parabola additions, since
-#
# "grub: rm unused grub-extras in U-Boot, fix msg on U-Boot build; add IEEE1275 (OpenFirmware) and Libreboot support"
# (2015-09-26, Márcio Alexandre Silva Delgado <coadde@parabola.nu>)
-#
# * --with-platform=ieee1275 (OpenFirmware, x86-only)
# * --with-platform=coreboot (Libreboot, x86-only)
-#
# + Parabola additions, since
-#
# "grub: add QEMU, XEN and Multiboot support"
# (2015-09-27, Márcio Alexandre Silva Delgado <coadde@parabola.nu>)
-#
# * --with-platform=xen (if _XEN=1, x86-only; if
# _IA32_XEN_IN_ARCH_X86=1 then the x86_64
# package contains both 32bit and 64bit
@@ -53,6 +37,7 @@
# * --with-platform=qemu (a separate -kernel file for Qemu, x86-only)
# * --with-platform=multiboot (x86-only)
+
## "1" to enable Xen support, "0" to disable
_XEN="0"