summarylogtreecommitdiffstats
path: root/0001-Don-t-enforce-U-EFI-on-arm64.patch
diff options
context:
space:
mode:
authorAndreas Grapentin2020-06-16 08:01:02 +0200
committerAndreas Grapentin2020-06-16 08:01:02 +0200
commitcc953ee80c1caa3c324557c38f38270bf1d257c7 (patch)
treee2300d6085ba84e283ade8625923a4abc4faa3a1 /0001-Don-t-enforce-U-EFI-on-arm64.patch
parent78e9d1d1b8640d34cb1954a22168d9a8f01a2038 (diff)
downloadaur-cc953ee80c1caa3c324557c38f38270bf1d257c7.tar.gz
vmdebootstrap: updated to 1.11
Diffstat (limited to '0001-Don-t-enforce-U-EFI-on-arm64.patch')
-rw-r--r--0001-Don-t-enforce-U-EFI-on-arm64.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/0001-Don-t-enforce-U-EFI-on-arm64.patch b/0001-Don-t-enforce-U-EFI-on-arm64.patch
new file mode 100644
index 000000000000..7056c0156c3c
--- /dev/null
+++ b/0001-Don-t-enforce-U-EFI-on-arm64.patch
@@ -0,0 +1,30 @@
+>From 1d70f88536654e98c1111ed993a107fbb8f7ffb2 Mon Sep 17 00:00:00 2001
+From: Michael Stapelberg <stapelberg@debian.org>
+Date: Wed, 23 Nov 2016 12:36:11 +0100
+Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20enforce=20(U)EFI=20on=20arm64?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The Raspberry Pi 3 uses arm64 but comes with a custom bootloader, so
+there is no need for UEFI.
+---
+ vmdebootstrap/constants.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/vmdebootstrap/constants.py b/vmdebootstrap/constants.py
+index 9f39415..3d807c6 100644
+--- a/vmdebootstrap/constants.py
++++ b/vmdebootstrap/constants.py
+@@ -46,7 +46,7 @@ arch_table = { # pylint: disable=invalid-name
+ 'package': 'grub-efi-arm64',
+ 'bin_package': 'grub-efi-arm64-bin',
+ 'extra': None,
+- 'exclusive': True,
++ 'exclusive': False,
+ 'target': 'arm64-efi',
+ }
+ }
+--
+2.9.3
+