Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
live-build
Commits
86d16c5c
Commit
86d16c5c
authored
Dec 11, 2014
by
Raphaël Hertzog
Browse files
Fix EFI patch to use again LB_ARCHITECTURES instead of LIVE_IMAGE_ARCHITECTURE.
parent
16f147d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
86d16c5c
live
-
build
(
4.0.4
-
1
kali2
)
UNRELEASED
;
urgency
=
medium
live
-
build
(
4.0.4
-
1
kali2
)
kali
-
dev
;
urgency
=
medium
*
Better
handle
empty
package
lists
(
second
try
).
*
Fix
EFI
patch
to
use
again
LB_ARCHITECTURES
instead
of
LIVE_IMAGE_ARCHITECTURE
.
--
Rapha
ë
l
Hertzog
<
hertzog
@
debian
.
org
>
Wed
,
10
Dec
2014
16
:
03
:
17
+
0100
...
...
debian/patches/Add-support-for-EFI-boot-with-syslinux-efi.patch
View file @
86d16c5c
...
...
@@ -80,7 +80,7 @@ index 0000000..f98a5bf
+Check_architectures amd64 i386
+Check_crossarchitectures
+
+case "$
LIVE_IMAGE
_ARCHITECTURE" in
+case "$
{LB
_ARCHITECTURE
S}
" in
+ amd64)
+ _EFI_TYPE=efi64
+ ;;
...
...
@@ -88,7 +88,7 @@ index 0000000..f98a5bf
+ _EFI_TYPE=efi32
+ ;;
+ *)
+ echo "ERROR: can't provide EFI boot support to architecture $
LIVE_IMAGE
_ARCHITECTURE" >&2
+ echo "ERROR: can't provide EFI boot support to architecture $
{LB
_ARCHITECTURE
S}
" >&2
+ exit 1
+ ;;
+esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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