From 753bd8acd042cb855b331f21e0aa02f1b54c1fb8 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 15 Mar 2016 15:46:51 +0100 Subject: [PATCH] remove grub-efi-arm64 to the arm64 OS snap as it breaks uboot --- debian/changelog | 1 + live-build/auto/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e4170668..9b9a5b05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ livecd-rootfs (2.388) UNRELEASED; urgency=medium * add support for dragonboard kernel snap + * remove grub-efi-arm64 to the arm64 OS snap as it breaks uboot -- Oliver Grawert Tue, 15 Mar 2016 13:21:25 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index a42ad635..6b0e132d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -424,7 +424,7 @@ case $PROJECT in add_package install flash-kernel u-boot-tools ;; arm64) - add_package install u-boot-tools grub-efi-arm64 + add_package install u-boot-tools ;; esac OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"