mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-13 20:02:01 +00:00
add multiverse to sources.list for snappy kernel builds
This commit is contained in:
parent
fbe561532b
commit
03f89315cc
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,8 +1,12 @@
|
|||||||
livecd-rootfs (2.407) UNRELEASED; urgency=medium
|
livecd-rootfs (2.408) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Colin Watson ]
|
||||||
* Add a basic build-time syntax check for live-build/auto/*.
|
* Add a basic build-time syntax check for live-build/auto/*.
|
||||||
|
|
||||||
-- Colin Watson <cjwatson@ubuntu.com> Wed, 20 Apr 2016 21:22:50 +0100
|
[ Oliver Grawert ]
|
||||||
|
* add multiverse to sources.list for snappy kernel builds
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 21 Apr 2016 10:53:12 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.406) xenial; urgency=medium
|
livecd-rootfs (2.406) xenial; urgency=medium
|
||||||
|
|
||||||
|
@ -407,8 +407,8 @@ case $PROJECT in
|
|||||||
# contains the framework definition
|
# contains the framework definition
|
||||||
add_package install ubuntu-core-libs
|
add_package install ubuntu-core-libs
|
||||||
|
|
||||||
# universe needed for 'system-image-cli'
|
# universe needed for 'system-image-cli' and multiverse for firmware
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
fi
|
fi
|
||||||
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
|
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user