remove grub-efi-arm64 to the arm64 OS snap as it breaks uboot

This commit is contained in:
Oliver Grawert 2016-03-15 15:46:51 +01:00
parent eba875e96c
commit 753bd8acd0
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
livecd-rootfs (2.388) UNRELEASED; urgency=medium livecd-rootfs (2.388) UNRELEASED; urgency=medium
* add support for dragonboard kernel snap * add support for dragonboard kernel snap
* remove grub-efi-arm64 to the arm64 OS snap as it breaks uboot
-- Oliver Grawert <ogra@ubuntu.com> Tue, 15 Mar 2016 13:21:25 +0100 -- Oliver Grawert <ogra@ubuntu.com> Tue, 15 Mar 2016 13:21:25 +0100

View File

@ -424,7 +424,7 @@ case $PROJECT in
add_package install flash-kernel u-boot-tools add_package install flash-kernel u-boot-tools
;; ;;
arm64) arm64)
add_package install u-boot-tools grub-efi-arm64 add_package install u-boot-tools
;; ;;
esac esac
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none" OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"