* live-build/auto/config:

- also install flash-kernel/u-boot-tools in the armhf system-image,
    thanks to Adam Conrad
This commit is contained in:
Michael Vogt 2014-11-03 11:46:14 +01:00
parent 08a0e9bf0d
commit d142da3fbb
2 changed files with 14 additions and 2 deletions

8
debian/changelog vendored
View File

@ -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 <michael.vogt@ubuntu.com> Mon, 03 Nov 2014 11:45:00 +0100
livecd-rootfs (2.263) vivid; urgency=medium
* live-build/auto/config:

View File

@ -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