diff --git a/debian/changelog b/debian/changelog index 72a6cb25..0accd14c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -livecd-rootfs (2.386) UNRELEASED; urgency=medium +livecd-rootfs (2.386) xenial; urgency=medium + [ Michael Vogt ] * add dpkg.list to assets of the kernel snap * add grub-efi-arm64 to the arm64 OS snap - -- Michael Vogt Wed, 09 Mar 2016 23:16:55 +0100 + [ Adam Conrad ] + * Build raspi2 images with multiverse for firmware. + + -- Adam Conrad Mon, 14 Mar 2016 10:31:55 -0600 livecd-rootfs (2.385) xenial; urgency=medium diff --git a/live-build/auto/config b/live-build/auto/config index 04991fe7..a42ad635 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -569,7 +569,7 @@ case $ARCH in echo "d-i passwd/auto-login boolean true" >config/preseed/autologin.preseed.chroot ;; raspi2) - COMPONENTS='main restricted universe' + COMPONENTS='main restricted universe multiverse' add_package install raspberrypi2-firmware u-boot-rpi flash-kernel u-boot-tools BINARY_REMOVE_LINUX=false ;;