blob: e06e69e6971169a470307aeaf3bdc24170b367fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
: Copyright (c) 2017 Enea AB and others.
:
: All rights reserved. This program and the accompanying materials
: are made available under the terms of the Apache License, Version 2.0
: which accompanies this distribution, and is available at
: http://www.apache.org/licenses/LICENSE-2.0
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
From: Josep Puigdemont <josep.puigdemont@enea.com>
Date: Mon, 11 Jul 2016 15:21:56 +0200
Subject: [PATCH] dea_base: replace grub-pc by grub-efi-arm64
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
---
deploy/config/dea_base.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml
index 0b8485b..658b328 100644
--- a/deploy/config/dea_base.yaml
+++ b/deploy/config/dea_base.yaml
@@ -462,5 +462,5 @@ settings:
gdisk
- grub-pc
+ grub-efi-arm64
|