From d142da3fbb3bfd62ff1192b840e306980978b651 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 3 Nov 2014 11:46:14 +0100 Subject: [PATCH] * live-build/auto/config: - also install flash-kernel/u-boot-tools in the armhf system-image, thanks to Adam Conrad --- debian/changelog | 8 ++++++++ live-build/auto/config | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3596cc9a..f4638f4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.264) UNRELEASED; urgency=low + + * live-build/auto/config: + - also install flash-kernel/u-boot-tools in the armhf system-image, + thanks to Adam Conrad + + -- Michael Vogt Mon, 03 Nov 2014 11:45:00 +0100 + livecd-rootfs (2.263) vivid; urgency=medium * live-build/auto/config: diff --git a/live-build/auto/config b/live-build/auto/config index 5f39731d..25c5a686 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -349,8 +349,12 @@ case $PROJECT in add_package install dbus add_package install libpam-systemd case $ARCH in - i386|amd64) - add_package install grub-pc ;; + i386|amd64) + add_package install grub-pc + ;; + armhf) + add_package install flash-kernel u-boot-tools + ;; esac # generic kernel on amd64/arm for now