Ubuntu Pastebin

Paste from ogra at Thu, 21 Apr 2016 08:53:47 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== modified file 'debian/changelog'
--- debian/changelog	2016-04-20 20:23:08 +0000
+++ debian/changelog	2016-04-21 08:53:40 +0000
@@ -1,8 +1,12 @@
-livecd-rootfs (2.407) UNRELEASED; urgency=medium
+livecd-rootfs (2.407ubuntu1) UNRELEASED; urgency=medium
 
+  [ Colin Watson ]
   * 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
 

=== modified file 'live-build/auto/build'
--- live-build/auto/build	2016-04-20 20:14:59 +0000
+++ live-build/auto/build	2016-04-21 08:53:01 +0000
@@ -425,6 +425,13 @@
         lb chroot_sysfs install "$@"
         lb chroot_devpts install "$@"
 
+        # make sure multiverse is available for teh firmware packages
+		cat > chroot/etc/apt/sources.list << EOF
+deb ${LB_PARENT_MIRROR_BINARY} ${LB_DISTRIBUTION} main restricted universe multiverse
+deb ${LB_PARENT_MIRROR_BINARY} ${LB_DISTRIBUTION}-updates main restricted universe multiverse
+deb ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}-security main restricted universe multiverse
+EOF
+
         # prepare the env
         Chroot chroot "apt-get -y update"
         Chroot chroot "apt-get -y purge linux-image-*"
Download as text