Michael Vogt
b4da1a2239
install the kernel in the system-image subproject
2014-07-24 23:34:49 +02:00
Michael Vogt
22ce1e0085
live-build/auto/config: when run with SUBPROJECT=system-image add ubuntu-core task to the ubuntu-core build
2014-07-24 22:57:36 +02:00
Colin Watson
824344f4a0
Pass --mirror-binary in the ubuntu-rtm case too; this isn't inherited
...
from the bootstrap mirror.
2014-07-23 11:51:04 +01:00
Colin Watson
39d74ced11
Pass --mirror-chroot-security and --mirror-binary-security in the
...
ubuntu-rtm case, as the default of http://security.ubuntu.com/ubuntu/
isn't going to have ubuntu-rtm suites.
2014-07-23 11:00:15 +01:00
Colin Watson
09f615034a
Apply a grievous hack to get debootstrap working against ubuntu-rtm
...
series.
2014-07-23 01:49:51 +01:00
Colin Watson
a0abe0888b
Disable apt authentication checks when building ubuntu-rtm images
...
against dogfood (that test archive is signed, but not with a very useful
key).
2014-07-23 01:49:11 +01:00
Colin Watson
4552e515ce
Use the soon-to-exist ubuntu-rtm archive for ubuntu-touch builds if
...
SUBPROJECT is ubuntu-rtm (or ubuntu-rtm/dogfood for the dogfood
version).
2014-07-17 12:50:05 +01:00
Colin Watson
8fa8c644c2
Install linux-signed-generic directly in live passes rather than relying
...
on it being in the corresponding tasks. linux-signed-generic shouldn't
be in a task because that expands to ABI-versioned packages, and tasks
can't be updated post-release.
2014-06-24 02:18:31 +01:00
Oliver Grawert
d04c2c068b
drop the default creation of SWAP.swap files for all preinstalled devices
2014-06-23 18:36:57 +02:00
Iain Lane
4150b7a896
Add ubuntu-sdk-libs too
2014-05-22 16:21:55 +01:00
Iain Lane
f41714bd5b
ubuntu-desktop-next: Use the Task fiels that the archive now has for this
...
project.
2014-05-22 15:49:27 +01:00
Colin Watson
4923df1abf
The EXTRA_ARCHIVES environment variable defined in 2.212 doesn't quite
...
work properly because it doesn't allow for signing key configuration.
Rename it to the more domain-specific EXTRA_PPAS (which is now a
space-separated sequence of <ppa-owner>/<ppa-name> pairs), and fetch
signing keys for those from Launchpad using python3-software-properties.
2014-05-19 15:28:05 +01:00
Colin Watson
c34a62ec3b
normalise whitespace
2014-05-19 12:14:26 +01:00
Colin Watson
83c397cf2e
live-build/auto/config: If EXTRA_ARCHIVES is set in the environment,
...
dump its value into config/archives/extra-archives.list.chroot and
config/archives/extra-archives.list.binary. This makes it easier for a
builder to build an image against an additional PPA.
2014-05-19 12:14:05 +01:00
Iain Lane
3ce6f0c289
Add an ubuntu-desktop-next project for building a desktop flavour
...
including Unity 8 and the applications developed for Ubuntu Touch.
2014-05-16 17:51:02 +01:00
Iain Lane
23beed5123
Install the metapackage from the seed instead of just the session
...
nb: can't use the task as this isn't generated yet
2014-05-12 16:23:06 +01:00
Iain Lane
0ebe5e57b1
Add unity8 flavour
2014-05-12 13:02:29 +01:00
Colin Watson
34ea5156cf
live-build/auto/config: Pass any additional command-line arguments on to
...
"lb config".
2014-05-10 13:54:00 +01:00
Adam Conrad
2fa8a6f24e
Add the minimal task to ubuntu-core to preserve brand consistency.
2014-01-10 11:54:24 -07:00
Colin Watson
0b0c108526
Explicitly add the ubuntu-desktop task to Edubuntu builds, so that any
...
ambiguous dependencies resolved by the contents of the ubuntu-desktop
task are actually resolved reliably.
2013-09-24 16:58:16 +01:00
Colin Watson
741ff8d8d1
Log the hostname at the start of the build.
2013-09-05 16:02:28 +01:00
Iain Lane
a80bcd80d6
Do the same trick as in 2.158 for kubuntu armhf+omap4 too.
2013-07-17 10:15:03 +01:00
Iain Lane
e0fda22c01
Collapse case statement into one for $ARCH+$SUBARCH since it only checks for armhf+omap4
2013-07-16 17:08:59 +01:00
Iain Lane
bfde7e4938
Missing 'install'
2013-07-16 16:35:54 +01:00
Iain Lane
725d1c6ca3
On armhf+omap4, stop using the ubuntu-desktop task and use the metapackage instead
...
The task pulls in the X stack which the metapackage does not. We can take
advantage of this to install the omap-revert X stack that's needed for these
images.
2013-07-16 16:29:52 +01:00
Oliver Grawert
93fb97a202
add the xserver omap-revert packages to panda builds
2013-07-12 11:05:35 +02:00
Oliver Grawert
6ff0b8e618
fix buildstamp creation for ubuntu-touch
2013-07-11 16:41:25 +02:00
Oliver Grawert
557de06383
try to hand the exported $NOW over from live-build/auto/config as $BUILDSTAMP
2013-07-05 12:31:30 +02:00
Oliver Grawert
c69174945c
drop setting manual options for getting an ubuntu-touch preinstalled tarball, we set -f plain in cdimage to get proper configuration already
2013-05-06 12:53:38 +02:00
Colin Watson
902d0c9338
Revert squashfs change for ubuntu-touch; it may come in handy after all, since it's smaller.
2013-05-03 10:52:05 -07:00
Colin Watson
307dc8a8d5
Disable zsync for ubuntu-touch images.
2013-05-03 10:45:54 -07:00
Colin Watson
0d6b6f5113
Don't build a squashfs for ubuntu-touch images.
2013-05-03 10:36:15 -07:00
Colin Watson
73a02f22f0
Use gzip compression for ubuntu-touch tarballs.
2013-05-03 08:51:20 -07:00
Colin Watson
361c7f03dc
Don't include lupin-casper in ubuntu-touch images.
2013-05-03 08:45:36 -07:00
Colin Watson
dc5e9931d0
Install metapackages rather than tasks for ubuntu-touch, since it still
...
relies on PPAs and those don't have tasks.
2013-05-02 13:50:29 -07:00
Colin Watson
95246a6553
live-build/auto/config, live-build/ubuntu-touch: Copy a huge pile of
...
customisation by Ricardo Salveti from
lp:~phablet-team/touch-preview-images/ubuntu-build-phablet, which should
be close to enough for the architecture-independent parts of
ubuntu-touch builds.
2013-05-01 12:01:21 -07:00
Colin Watson
ee1909ade6
live-build/auto/config: Add basic ubuntu-touch enablement (based on
...
patch from Oliver Grawert, for which thanks).
2013-05-01 10:51:50 -07:00
Colin Watson
464cdd3e4c
live-build/auto/config: Run the ubuntukylin-default-settings chroot
...
hook.
2013-03-27 14:47:18 +00:00
Colin Watson
f21a32bcaf
Revert changes in 2.113. This needs to be done in cdimage/debian-cd
...
instead.
2013-03-14 16:54:46 +00:00
Colin Watson
2140c6cce9
live-build/auto/config: Set gfxboot default language to zh_CN for
...
UbuntuKylin.
2013-03-14 11:53:35 +00:00
Jeremy Bicha
9443070b24
live-build/auto/config: Add ubuntu-gnome project (LP: #1152818 )
2013-03-09 15:34:04 -05:00
Colin Watson
69aa7ac1bf
BuildLiveCD, live-build/auto/config: Add ubuntukylin as a valid project
...
(LP: #1152812 ).
2013-03-09 02:36:24 +00:00
cjwatson@chiark.greenend.org.uk
430f9da9c0
live-build/auto/config: Drop ubuntustudio-audio-plugins task.
2013-03-07 13:27:09 +00:00
Micah Gersten
36bcb835bd
* Drop ubuntustudio-generation and ubuntustudio-recording tasks and add
...
ubuntustudio-audio task to reflect Ubuntu Studio seed restructuring
- update live-build/auto/config
2013-03-05 22:45:55 -06:00
Adam Conrad
b660991a76
* Add abootimg explicitly to ac100 and nexus7 images, so it's marked
...
as manually installed and apt doesn't autoremove it (LP: #1041290 )
* Remove linux-firmware-nexus7 from the install list, it gets pulled
in automatically by linux-image-nexus7, so this is redundant.
2013-01-29 12:35:51 -07:00
Oliver Grawert
ecc7ef9605
re-enable the slideshow for preinstalled images again
2012-12-03 14:39:32 +01:00
Oliver Grawert
b59e8a152b
preseed autologin in the nexus7 tarball, use ubuntu-defaults-nexus7 package in the nexus7 images
2012-11-23 12:22:38 +01:00
Oliver Grawert
6a7fcb5055
use the binary, not the source package for tegra3 drivers
2012-11-19 14:56:51 +01:00
Oliver Grawert
de7911fa65
add linux-firmware-nexus7 and nvidia-graphics-drivers-tegra3 to nexus7 builds, preseed the license popup of linux-firmware-nexus7
2012-11-19 13:00:41 +01:00
Oliver Grawert
669f13896e
add a dependency on android-tools-fsutils for armhf builds, add nexus7 live-build configuration, add nexus7 post processing with make_ext4fs for teh tarball to roll a proper android img file
2012-11-09 13:06:56 +01:00