Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
vmdeboostrap
Commits
e3abe7c7
Commit
e3abe7c7
authored
May 24, 2018
by
Guido Gunther
Browse files
Don’t enforce (U)EFI on arm64
parent
861426e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/patches/Don-t-enforce-U-EFI-on-arm64.patch
0 → 100644
View file @
e3abe7c7
From: Michael Stapelberg <stapelberg@debian.org>
Date: Wed, 23 Nov 2016 12:36:11 +0100
Subject: =?utf-8?q?Don=E2=80=99t_enforce_=28U=29EFI_on_arm64?=
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',
}
}
debian/patches/series
0 → 100644
View file @
e3abe7c7
Don-t-enforce-U-EFI-on-arm64.patch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment