diff --git a/debian/changelog b/debian/changelog index 2ecf6cd..9de27f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +live-build (4.0.3-1kali2) kali-dev; urgency=medium + + * Update patch efi + + -- Sophie Brun Tue, 02 Dec 2014 15:56:49 +0100 + live-build (4.0.3-1kali1) kali-dev; urgency=medium * Import new debian version diff --git a/debian/patches/add-efi-support.patch b/debian/patches/add-efi-support.patch index f09e71e..fd72135 100644 --- a/debian/patches/add-efi-support.patch +++ b/debian/patches/add-efi-support.patch @@ -124,7 +124,7 @@ +Check_architectures amd64 i386 +Check_crossarchitectures + -+case "$LB_ARCHITECTURES" in ++case "$LIVE_IMAGE_ARCHITECTURE" in + amd64) + _EFI_TYPE=efi64 + ;; @@ -132,7 +132,7 @@ + _EFI_TYPE=efi32 + ;; + *) -+ echo "ERROR: can't provide EFI boot support to architecture $LB_ARCHITECTURES" >&2 ++ echo "ERROR: can't provide EFI boot support to architecture $LIVE_IMAGE_ARCHITECTURE" >&2 + exit 1 + ;; +esac