Ubuntu Pastebin

Paste from adconrad at Thu, 21 Apr 2016 08:58:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
=== modified file 'live-build/auto/config'
--- live-build/auto/config	2016-04-20 16:50:51 +0000
+++ live-build/auto/config	2016-04-21 08:58:46 +0000
@@ -407,8 +407,8 @@
 			# contains the framework definition
 			add_package install ubuntu-core-libs
 
-			# universe needed for 'system-image-cli'
-			COMPONENTS='main restricted universe'
+			# universe needed for 'system-image-cli' and multiverse for firmware
+			COMPONENTS='main restricted universe multiverse'
 		fi
 		OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
 		;;
Download as text