mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-29 03:31:33 +00:00
Set kernel flavours variable to try to fix amd64 build
This commit is contained in:
parent
47e70d6e9f
commit
26fcda4616
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,8 +1,12 @@
|
|||||||
livecd-rootfs (2.314) UNRELEASED; urgency=medium
|
livecd-rootfs (2.314) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Iain Lane ]
|
||||||
* Small whitespace cleanup in live-build/auto/config
|
* Small whitespace cleanup in live-build/auto/config
|
||||||
|
|
||||||
-- Iain Lane <iain@orangesquash.org.uk> Wed, 10 Jun 2015 13:33:59 +0100
|
[ Sebastien Bacher ]
|
||||||
|
* Set kernel flavours variable to try to fix amd64 build
|
||||||
|
|
||||||
|
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 10 Jun 2015 15:09:02 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.313) wily; urgency=medium
|
livecd-rootfs (2.313) wily; urgency=medium
|
||||||
|
|
||||||
|
@ -207,6 +207,7 @@ case $PROJECT in
|
|||||||
add_task install minimal standard ubuntu-desktop-next ubuntu-sdk-libs
|
add_task install minimal standard ubuntu-desktop-next ubuntu-sdk-libs
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
LIVE_TASK='ubuntu-touch-live'
|
LIVE_TASK='ubuntu-touch-live'
|
||||||
|
KERNEL_FLAVOURS=generic
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64) add_package live linux-signed-generic ;;
|
amd64) add_package live linux-signed-generic ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user