* live-build/auto/config:

- also install flash-kernel/u-boot-tools in the armhf system-image,
    thanks to Adam Conrad
ubuntu/yakkety
Michael Vogt 10 years ago
parent 08a0e9bf0d
commit d142da3fbb

8
debian/changelog vendored

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

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

Loading…
Cancel
Save