Steve Langasek
bcb2bcc1cd
Remove spurious call to 'sync'; we don't need to flush all disk caches
...
on the system to cleanly unmount a partition.
7 years ago
Dimitri John Ledkov
f16f1c4229
Move default netplan config for server-live image to where hook will
...
pick it up.
7 years ago
Gary.Wzl
8fc8c6dc00
Add a changelog entry.
7 years ago
Michael Hudson-Doyle
233c96a87f
add changelog entry
7 years ago
Dimitri John Ledkov
7b85fa69bb
releasing package livecd-rootfs version 2.457
7 years ago
Dimitri John Ledkov
9c9dbda327
* Enable systemd-networkd by default.
...
- Usually, netplan's systemd-generator enables systemd-networkd and
systemd-networkd-wait-online on boot. But netplan configuration is not
yet generated at that point by cloud-init. Cloud-init generates in the
network-pre.target and expects the network.target /
network-online.target to work. These are already part of the ongoing
systemd transaction, thus cannot be injected into the boot-sequency by
cloud-init local mode. Therefore make sure cloud images include
networkd in the initial boot transaction.
- src:systemd will shortly not enable networkd unconditionally by
default.
* Drop ifupdown e-n-i configuration files, no longer used.
7 years ago
Steve Langasek
c479b4aa1e
releasing package livecd-rootfs version 2.456
7 years ago
Steve Langasek
2386370666
changelog
7 years ago
Steve Langasek
801aad2f77
* Improve teardown_mountpoint to recursively find all submounts and
...
unmount them, instead of working from a hard-coded list. This makes
the code resilient against other submounts being added later, including
downstream.
* Also nuke the sleep / udevadm settle calls in the process, which should
never be required and slow down the builds.
7 years ago
Steve Langasek
7198b6c0ff
releasing package livecd-rootfs version 2.455
7 years ago
Steve Langasek
c9ef91e262
Restore the call to 'umount -R $mountpoint' from umount_partition,
...
accidentally dropped in previous upload.
7 years ago
Steve Langasek
df7bb19cec
releasing package livecd-rootfs version 2.454
7 years ago
Steve Langasek
bacde14e41
Also adjust live-build/ubuntu-server/hooks/032-installer-squashfs.binary
...
to use teardown_mountpoint.
7 years ago
Steve Langasek
7757c10c2c
Merge lp:~rcj/livecd-rootfs/trunk
7 years ago
Robert C Jennings
83b4f5338c
live-build/ubuntu-cpc/functions: Add teardown_mountpoint to reverse setup_mountpoint
...
* live-build/ubuntu-cpc/functions: Add a function, teardown_mountpoint,
to reverse the work done in setup_mountpoint. Lack of this function
has forced users of setup_mountpoint to implement this separately
and the implementations have diverged. (LP: #1716992 )
* live-build/ubuntu-cpc/functions: Remove umount_settle function.
The was only used where teardown_mountpoint was lacking.
7 years ago
Steve Langasek
8589d3548f
live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary: call apt-get
...
update *before* installing packages, not after.
7 years ago
Steve Langasek
a246300940
* live-build/functions: mount tmpfs on /var/cache/apt and var/lib/apt, so
...
we don't have to leave empty space in our derivative images for packages
that have been downloaded/installed/removed. This normally isn't
relevant for the installed system, since the root filesystem will
auto-expand in place on the target disk, but lets us ship smaller
images.
* live-build/functions: also call 'apt-get update' after mounting the
blank /var/lib/apt.
7 years ago
Steve Langasek
ece4c400d4
releasing package livecd-rootfs version 2.453
7 years ago
Steve Langasek
148fa39a8e
Merge lp:~cjwatson/livecd-rootfs/recursive-mount-dev
7 years ago
Colin Watson
6a42148b22
Mount and unmount /dev recursively, to cope with setups where there are
...
interesting bind-mounts under /dev (e.g. loop devices bind-mounted by
LXD).
7 years ago
Adam Conrad
ee344f1d1a
Add changelog entry for previous commit
7 years ago
Steve Langasek
7d0503d212
releasing package livecd-rootfs version 2.452
7 years ago
Balint Reczey
4d72521491
Fix suppressing kpartx error
7 years ago
Balint Reczey
9ecbce203c
Start working on next upload
7 years ago
Steve Langasek
5c1b9f5c5c
releasing package livecd-rootfs version 2.451
7 years ago
Steve Langasek
62c7528416
add changelog entry
7 years ago
Steve Langasek
a6ef49ccd8
releasing package livecd-rootfs version 2.450
7 years ago
Steve Langasek
33918809c9
add changelog entry
7 years ago
Dimitri John Ledkov
bec201601d
Set a default locale of C.UTF-8 in the cloud images.
7 years ago
Steve Langasek
8aadf2c73d
Set a default locale of C.UTF-8 in the cloud images.
7 years ago
Dimitri John Ledkov
e94b04b0e0
releasing package livecd-rootfs version 2.449
7 years ago
Dimitri John Ledkov
55508d96f7
Drop creating upstart jobs for serial getty.
7 years ago
Balint Reczey
3b37842219
Use VMDKstream in a more future-proof way
8 years ago
Brian Murray
c1bc88e7ce
releasing package livecd-rootfs version 2.448
8 years ago
Robert C Jennings
f05a8a238f
live-build/functions: Update path for VMDKstream.py
...
LP: #1706116
8 years ago
Balint Reczey
cfda7d20bd
Use xz -T4 -0 instead of pxz
...
Test showed very little difference in file-size between -0 and -9 while
both compression and decompression need much less memory and compression
needs less CPU time for -0.
Supported xz versions before 5.2 also accept the -T4 option but ignore it.
Also depend on xz-utils instead of on pxz.
LP: #1701132
8 years ago
Mathieu Trudel-Lapierre
726e6192e0
auto/config: enable Debug::pkgDepCache::AutoInstall so tracking down
...
dependency bugs in the livefs is a little clearer.
8 years ago
Steve Langasek
926b22a834
Merge lp:~rbalint/livecd-rootfs/deps
8 years ago
Steve Langasek
9900a84214
releasing package livecd-rootfs version 2.447
8 years ago
Steve Langasek
23d9db863e
Add cm3 as a known ubuntu-core image type. LP: #1698223 .
8 years ago
Balint Reczey
0bee1ec424
Update changelog
8 years ago
Didier Roche
1ce405bb8c
releasing package livecd-rootfs version 2.446
8 years ago
Didier Roche
414c3ba23f
Update changelog
8 years ago
Steve Langasek
8a1ad92cf3
releasing package livecd-rootfs version 2.445
8 years ago
Steve Langasek
fc5bce13fc
Add changelog entries
8 years ago
Steve Langasek
f75be1c606
Resurrect Balint's fix from
...
lp:~rbalint/livecd-rootfs/livecd-rootfs-autopkgtest-fix to wrap kpartx
and trap spurious errors, since the problem is still being seen
intermittently on i386 despite us calling sync before kpartx.
8 years ago
Steve Langasek
a96a371101
releasing package livecd-rootfs version 2.444
8 years ago
Steve Langasek
dbba32fae6
For now, make sure all automated image builds are on the edge channel.
...
Eventually we will want to pass the channel as build metadata instead.
8 years ago
Steve Langasek
6aad636452
releasing package livecd-rootfs version 2.443
8 years ago
Steve Langasek
4f2c623e27
Use xz to compress ubuntu-image .img files before transfer, so that we
...
have smaller downloads and retain file sparseness everywhere.
8 years ago
Steve Langasek
c9b65e13bd
Mark autopkgtests isolation-machine since debootstrap won't work in a
...
container.
8 years ago
Steve Langasek
13ac4328fb
releasing package livecd-rootfs version 2.442
8 years ago
Mathieu Trudel-Lapierre
d463581569
Merge in lp:~ubuntu-core-dev/livecd-rootfs/zesty-proposed for the changes that landed in zesty but previously missing in livecd-rootfs trunk.
8 years ago
Mathieu Trudel-Lapierre
0da6b23075
releasing package livecd-rootfs version 2.441.2
8 years ago
Mathieu Trudel-Lapierre
2e21d6d6b1
The ubuntu-server:live should use a casper-based initramfs to work
...
correctly. (LP: #1682460 )
8 years ago
Mathieu Trudel-Lapierre
608e738d38
releasing package livecd-rootfs version 2.441.1
8 years ago
Mathieu Trudel-Lapierre
03c991faef
Setup kernel properly for ubuntu-server:live; we *do* want to build
...
kernel-generic and initrd-generic for this image. (LP: #1682460 )
8 years ago
Balint Reczey
63188748c0
Update changelog
8 years ago
Steve Langasek
ca79c05a23
Merge lp:~rbalint/livecd-rootfs/livecd-rootfs-autopkgtest-fix, w/ modifications
...
Only call sync, don't wrap kpartx and parse its output (doesn't appear to be
needed)
8 years ago
Balint Reczey
21efeb6795
Work around kpartx's nonzero exit due to "Device or resource busy" errors
...
which still permit kpartx to finally remove loop device (LP: #1684090 ).
Also sync before calling kpartx to let writing to loop devices finish.
8 years ago
Steve Langasek
e89c54b271
Merge lp:~rcj/livecd-rootfs/trunk/
8 years ago
Mathieu Trudel-Lapierre
6096be5a55
releasing package livecd-rootfs version 2.441
8 years ago
Mathieu Trudel-Lapierre
1986240d40
* Add ubuntu-server:live for a subiquity-based server image.
...
* Refactor functions out of ubuntu-cpc and ubuntu-server hooks.
8 years ago
Robert C Jennings
01b476c0eb
live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure
...
Failure should be quick to eliminate excessive buildd time and make
identification of failure easier (no more buried errors).
8 years ago
Robert C Jennings
166b5eb4b3
ubuntu-cpc/060-ipv6.chroot: remove release comparison (LP: #1681548 )
8 years ago
Mathieu Trudel-Lapierre
9ed476572f
Resynchronize with parent branch.
8 years ago
Balint Reczey
47a72d1c7d
Add a basic but configurable autopkgtest.
8 years ago
Mathieu Trudel-Lapierre
46fd6c58f5
Refactor functions out of ubuntu-cpc and ubuntu-server hooks.
8 years ago
Mathieu Trudel-Lapierre
97303de428
Add ubuntu-server-live for a subiquity-based server image.
8 years ago
Mathieu Trudel-Lapierre
29f5dc57fd
mkdir must not fail.
8 years ago
Adam Conrad
24a6552b56
Releasing 2.440
8 years ago
Steve Langasek
738ff116a5
Merge lp:~vorlon/livecd-rootfs/image-flavors/
8 years ago
Steve Langasek
fe82ab60f1
fix the changelog to match the implementation, thanks to Colin for catching
8 years ago
Brian Murray
f79fc7973c
Add replace_grub_root_with_label function thereby consolidating multiple
...
uses of the same calls to sed. Thanks to Dan Watkins.
8 years ago
Adam Conrad
7b576e4c4d
Set device_tree_address for the new kernel in the RPi bootloader config.txt
8 years ago
Brian Murray
a5cc2033a0
Fix the OVF's metadata to include Ubuntu specific identifiers and
...
descriptions instead of the generic Linux ones. Thanks to Chris Glass.
(LP: #1656293 )
8 years ago
Nish Aravamudan
404e524013
live-build/ubuntu-cpc/hooks/061-open-iscsi.chroot: generate iSCSI
...
Initiator Name at first iscsid run for cloud images to ensure it is
unique (LP: #1444992 ).
8 years ago
Steve Langasek
dc38efa4bd
merge from trunk
8 years ago
Steve Langasek
7fc1da1513
* live-build/ubuntu-cpc/functions: don't call sleep as part of
...
umount_settle; udevadm settle is synchronous and there's no reason to
sleep after it.
* live-build/ubuntu-cpc/functions: umount_partition: don't call
umount_settle for each submount; just unmount them one by one and
settle at the end.
8 years ago
Steve Langasek
8ba3a00622
Support passing IMAGE_FLAVORS in the environment, to limit which images
...
are output as part of a build; particularly useful for ubuntu-cpc builds
which output multiple image types.
8 years ago
Brian Murray
e93ed188f6
releasing package livecd-rootfs version 2.439
8 years ago
Brian Murray
1134c8ab34
Merge Chris Glass's branch to fix manifest generation in OVA files.
8 years ago
Łukasz 'sil2100' Zemczak
6d8e4122e7
releasing package livecd-rootfs version 2.438
8 years ago
David Mohammed
b6b03b4004
changed version from zesty to UNRELEASED
8 years ago
David Mohammed
c85df9e50f
add changes for Ubuntu Budgie build config
8 years ago
Iain Lane
737d840f97
releasing package livecd-rootfs version 2.437
8 years ago
Iain Lane
4a2d7ecf31
Merge lp:~laney/livecd-rootfs/lp1627190 - don't purge .pyc files any more
8 years ago
Mathieu Trudel-Lapierre
70e1450465
releasing package livecd-rootfs version 2.436
8 years ago
Mathieu Trudel-Lapierre
ec1817a240
ubuntu-cpc: Remove redundant copy of grub files.
8 years ago
Łukasz 'sil2100' Zemczak
f9a67065b6
releasing package livecd-rootfs version 2.435
8 years ago
Łukasz 'sil2100' Zemczak
d43c01c60b
Update the ubuntu-touch hints to try installing ubuntu-system-settings instead of ubuntu-system-settings-online-accounts.
8 years ago
Iain Lane
d7eecc3805
live-build/auto/config: Don't remove .pyc files any more - we don't care
...
*that* much about the small space gain these days, and would prefer the
speed win. (LP: #1627190 )
8 years ago
Łukasz 'sil2100' Zemczak
b8a465f5e2
releasing package livecd-rootfs version 2.434
8 years ago
Łukasz 'sil2100' Zemczak
bbc880716d
Update the 00-uid-gid-fix.chroot_early hook for touch to include the new known good bootstrap hash values.
8 years ago
Adam Conrad
1d71b6d5ab
Use the virtual kernel for the arm64 cpc images instead of generic.
8 years ago
Adam Conrad
95d4c0b767
Use the virtual kernel for the powerpc64 cpc images (LP: #1625368 )
8 years ago
Steve Langasek
5c521c961a
releasing package livecd-rootfs version 2.431
8 years ago
Steve Langasek
d747399c64
Temporarily change the 60-install-click.chroot script to pull in clicks for
...
arm64 builds from a different location for ubuntu-touch.
8 years ago
Steve Langasek
30699459e2
releasing package livecd-rootfs version 2.430
8 years ago
Steve Langasek
8855f05191
live-build/ubuntu-cpc/hooks/042-vagrant.binary: fix unmount handling
...
so that the teardown is done properly /before/ we try to make an
image from our filesystem, since otherwise /etc/resolv.conf is broken.
LP: #1621393 .
8 years ago
Michael Vogt
d4dd5b3a8a
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
...
- do not create "ubuntu" user for ubuntu-core anymore, the
* live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot
- dropped
8 years ago
Michael Vogt
5f9521d65f
do not create "ubuntu" user for ubuntu-core anymore, the
...
console-conf package will create this user now
8 years ago
Martin Pitt
b62de15a85
releasing package livecd-rootfs version 2.429
8 years ago
Martin Pitt
e40e563cb8
live-build/auto/build: Fix typo in netplan policy snippet.
...
*brown paperbag* (LP: #1615180 )
8 years ago
Martin Pitt
4da18fdd74
releasing package livecd-rootfs version 2.428
8 years ago
Martin Pitt
3c3737327f
live-build/auto/build: Move NetworkManager configuration to the right
...
place.
8 years ago
Martin Pitt
b8da0e0568
releasing package livecd-rootfs version 2.427
8 years ago
Martin Pitt
d9ce44d73a
live-build/auto/build: If the image pre-installs network-manager, let it
...
manage all devices by default by shipping a default netplan policy.
Installing NM on an existing system only manages wifi and wwan, to avoid
interfering with networkd managed devices on existing server/cloud
instances.
8 years ago
Sebastien Bacher
6334d63002
releasing package livecd-rootfs version 2.426
8 years ago
Sebastien Bacher
1060aac86d
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary
...
- use echo to display the error, thanks ogra for pointing that out,
update the string also to use the new snappy command naming
8 years ago
Sebastien Bacher
f90725fb8f
releasing package livecd-rootfs version 2.425
8 years ago
Sebastien Bacher
8ec2912420
Create a desktop entry and some mimetype associations for xdg-open in
...
ubuntu-core. That way interacting with web, email and documentations
urls in a snap should do the right thing.
8 years ago
Sebastien Bacher
f78de9a3c7
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary,
...
500-create-xdg-wrapper.binary, 700-classic-dir.binary:
- Correct some syntax errors in the ubuntu-core snap hooks.
8 years ago
Michael Hudson-Doyle
05a3f1844c
releasing package livecd-rootfs version 2.424
8 years ago
Michael Hudson-Doyle
15b69c4ddf
Install nplan in the ubuntu-core image.
8 years ago
Steve Langasek
56f18e5a91
releasing package livecd-rootfs version 2.423
8 years ago
Steve Langasek
b268d90538
Merge lp:~tsimonq2/livecd-rootfs/lubuntu-next-image
8 years ago
Michael Terry
0a141763ce
* live-build/ubuntu-touch/includes.chroot/etc/lightdm/
...
lightdm.conf.d/90-phablet.conf:
- Don't have Touch greeters show a guest session. Touch isn't ready
for non-phablet users yet nor a multi-user greeter.
9 years ago
Simon Quigley
4040816ca7
Add Lubuntu Next image
9 years ago
Steve Langasek
1c6e6fe046
releasing package livecd-rootfs version 2.421
9 years ago
Steve Langasek
9efc4f0f70
Merge lp:~semiosis/livecd-rootfs/fix-for-1565985
9 years ago
Oliver Grawert
a6c315a79b
releasing package livecd-rootfs version 2.420
9 years ago
Oliver Grawert
418501bc65
slightly adjust the version handling for the core snap, drop suffix from kernel snap version string
9 years ago
Oliver Grawert
f6058dfdb4
sanitize the version number of the ubuntu-core snap
9 years ago
Louis Zuckerman
b27567d425
update changelog: Add cloud-init config to manage /etc/hosts LP: #1561250
9 years ago
Louis Zuckerman
c507a5b493
clean up changelog
9 years ago
Louis Zuckerman
fe769a40ff
fix changelog
9 years ago
Louis Zuckerman
7c4f296ca5
fixed changelog
9 years ago
Louis Zuckerman
0eac70b33e
[ Louis Zuckerman ]
...
* Fixes for vagrant box builder in ubuntu-cpc LP: #1565985
* Remove extra packages added on 24 Jun 2016 except virtualbox-guest stuff
* Add cloud-init config to manage /etc/hosts for localhost
9 years ago
Louis Zuckerman
2616af2baf
[ Louis Zuckerman ]
...
* Merged the following changes from upstream
[ Łukasz 'sil2100' Zemczak ]
* Remove the ubuntu-pd project from the scripts
* Add instead an ubuntu-touch-custom project for custom re-builds of
ubuntu-touch
[ Daniel Watkins ]
* Consolidate cloud images
- Remove .tar.gz and .tar.xz (removed in favour of the squashfs).
- Remove the MBR-only disk image in favour of the shared GPT/MBR UEFI
image.
- Remove '-disk1' from bootable image names.
[ Phil Roche ]
* Removed HWCLOCKACCESS=no from /etc/default/rcS (LP: #1581044 )
9 years ago
Łukasz 'sil2100' Zemczak
b5cf4ca120
Add changelog entry for last change.
9 years ago
Steve Langasek
ffb37ebe38
releasing package livecd-rootfs version 2.419
9 years ago
Steve Langasek
40fd3c6534
Merge lp:~cloudware/livecd-rootfs/image-consolidation
9 years ago
Louis Zuckerman
cad69acf05
fixes for vagrant box builder in ubuntu-cpc
9 years ago
Mathieu Trudel-Lapierre
38e1b7d166
releasing package livecd-rootfs version 2.418
9 years ago
Mathieu Trudel-Lapierre
0d9f94b48a
Ubuntu-MATE now does follow Recommends; adjust the configuration for it
...
to not pass --no-install-recommends.
9 years ago
Adam Conrad
b3cc872df5
Swap order of security and updates in dvd sources.list.
9 years ago
Adam Conrad
da54fe4c3e
Fix security mirror sources.list entries for non-x86 architectures.
9 years ago
Daniel Watkins
a3f28d7a1b
Fix changelog formatting
9 years ago
Phil Roche
d97134679d
Removed HWCLOCKACCESS=no from /etc/default/rcS
...
HWCLOCKACCESS=no in /etc/default/rcS is no longer required and prompts a confirmation
dialog on upgrade. (bug 1581044)
9 years ago
Daniel Watkins
0a8a704b0b
Remove '-disk1' from bootable image names.
9 years ago
Daniel Watkins
1fd54c49ee
* Consolidate cloud images
...
- Remove .tar.gz and .tar.xz (removed in favour of the squashfs).
- Remove the MBR-only disk image in favour of the shared GPT/MBR UEFI
image.
9 years ago
Steve Langasek
2d5e46e061
releasing package livecd-rootfs version 2.415
9 years ago
Steve Langasek
6c5dc72d80
Merge lp:~daniel-thewatkins/livecd-rootfs/enable-backports
9 years ago
Michael Vogt
45dd439f68
add var/lib/snapd/classic in ubuntu-core
9 years ago
Daniel Watkins
407cd3b812
Replace sources.list generated using COMPONENTS with the sources.list from
...
an Ubuntu Server installation (i.e. with all components enabled, and all
deb-src lines commented).
9 years ago
Łukasz 'sil2100' Zemczak
323e241c02
releasing package livecd-rootfs version 2.414
9 years ago
Łukasz 'sil2100' Zemczak
f83f033060
Update post-debootstrap hashes for ubuntu-touch.
9 years ago
Oliver Grawert
177330a220
releasing package livecd-rootfs version 2.413
9 years ago
Oliver Grawert
e9c7cee3de
revert the renaming from ubuntu-core to core for the os snap until snapd is ready for this
9 years ago
Oliver Grawert
581e738ae4
releasing package livecd-rootfs version 2.412
9 years ago
Oliver Grawert
2db1eb2155
rename the ubuntu-core snap to simply be "core"
9 years ago
Adam Conrad
fac01bcd79
Release 2.411
9 years ago
Adam Conrad
8cd6c20291
Move touch resolution hints to a HINTS variable, and adjust for use
...
on dual-stack gl/gles arches where things don't quite work right.
9 years ago
Adam Conrad
1463239cb2
Stop explicitly removing systemd-sysv for touch.
9 years ago
Oliver Grawert
b38412b4ed
adjust motd message on snappy
9 years ago
Daniel Watkins
e690e4bdf7
[CPC] Don't overwrite the default sources.list
...
We've received a request not to do so (LP: #1513529 ) and cloud-init applies it
(or something similar to it) at boot anyway, so the list we're putting in place
isn't generally used.
9 years ago
Oliver Grawert
56e798bcbd
add u-boot-tools to all snappy arches, drop flash-kernel from snappy, create /boot/uboot dir on all snappy arches and configure /etc/fw_env.config
9 years ago
Michael Vogt
d436f951c3
system-image: add /usr/local/bin/xdg-open dbus helper
9 years ago
Michael Vogt
d617d8f840
update kernel snap building to match the new kernel policy
9 years ago
Steve Langasek
303bbfa418
releasing package livecd-rootfs version 2.410
9 years ago
Steve Langasek
baf4f47379
Drop special-casing of ubuntu-core:system-image in places, now that
...
ubuntu-core unambiguously refers to the snappy Ubuntu Core image.
9 years ago
Steve Langasek
8b79962b99
Rename old ubuntu-core tarballs to ubuntu-base to avoid confusion.
9 years ago
Łukasz 'sil2100' Zemczak
4046214d31
releasing package livecd-rootfs version 2.409
9 years ago
Łukasz 'sil2100' Zemczak
1a5f9bc338
Add the new dhcpd user introduced by latest archive changes.
9 years ago
Michael Vogt
15ed930293
add meta/kernel.yaml to the kernel snaps
9 years ago
Oliver Grawert
606bec0ac1
releasing package livecd-rootfs version 2.408
9 years ago
Oliver Grawert
6bd3aaffc1
drop linux-firmware-raspi2 from snappy
9 years ago
Oliver Grawert
c27954cda8
releasing package livecd-rootfs version 2.407
9 years ago
Oliver Grawert
0b1c0642f7
add multiverse to sources.list for snappy kernel builds
9 years ago
Oliver Grawert
48ffdfbb38
releasing package livecd-rootfs version 2.408
9 years ago
Oliver Grawert
03f89315cc
add multiverse to sources.list for snappy kernel builds
9 years ago
Colin Watson
fbe561532b
Add a basic build-time syntax check for live-build/auto/*.
9 years ago
Iain Lane
e5142015a3
Fix syntax error.
9 years ago
Oliver Grawert
b8361740b0
releasing package livecd-rootfs version 2.405
9 years ago
Oliver Grawert
8d145b4d43
move the snappy kernel builds to the correct linux-image-$arch and linux-firmware-$arch metapackages
9 years ago
Adam Conrad
4eae5fbf1d
Follow linux-firmware-raspi2 renaming in the archive for raspi2 images.
9 years ago
Łukasz 'sil2100' Zemczak
dd885e29a2
releasing package livecd-rootfs version 2.403
9 years ago
Łukasz 'sil2100' Zemczak
d136431dd5
Follow up on recent changes from the new network-manager packages and add the nm-openvpn user to touch. This should essentially fix the image build failures.
9 years ago
Łukasz 'sil2100' Zemczak
d5179ab71e
releasing package livecd-rootfs version 2.402
9 years ago
Łukasz 'sil2100' Zemczak
8fa28215c8
Update the passwd, shadow, group and gshadow bootstrap hashes for touch.
9 years ago
Scott Moser
2d84e8588b
releasing package livecd-rootfs version 2.401
9 years ago
Daniel Watkins
f623c15945
Update changelog with:
...
* Re-enable systemd predictable network interface naming on cloud-images
* Stop creating default configuration for eth0 (LP: #1563487 )
9 years ago
Adam Conrad
57c110d861
Transition from ubuntu-snappy to ubuntu-core-snapd-units and snapd.
9 years ago
Adam Conrad
dbcbcfaf7c
live-build/ubuntu-cpc/hooks/032-disk-image.binary: Install s390-tools
...
and sysconfig-hardware before we attempt to configure zipl.
9 years ago
Oliver Grawert
814311e826
snappy: make ppc64el and s390x os tarball builds work
9 years ago
Oliver Grawert
62b25a47f2
kill the snappy os build if the initramfs-tools-ubuntu-core package is not found
9 years ago
Oliver Grawert
6e5d846511
releasing package livecd-rootfs version 2.398
9 years ago
Oliver Grawert
e7723219a3
switch snappy package builds from "snappy build" to "snapcraft snap" (LP: #1557515 )
9 years ago
Oliver Grawert
38ad19d447
releasing package livecd-rootfs version 2.397
9 years ago
Oliver Grawert
4d25373897
live-build/ubuntu-core/hooks/25-create-generic-initrd.chroot create a generic initrd inside the snappy os-snap
9 years ago
Adam Conrad
2d5afc7dc7
Releasing 2.396
9 years ago
Daniel Watkins
2909aba4b5
Enable building of powerpc cloud images.
9 years ago
Adam Conrad
5ac47abce7
Remove obsolete pvr-omap4 special-casing to simplify configs.
9 years ago
Oliver Grawert
faf8c3b838
releasing package livecd-rootfs version 2.395
9 years ago
Oliver Grawert
24d78ecf5f
fix cloud-init breaking snappy networking on boot (LP: #1563296 )
9 years ago
Łukasz 'sil2100' Zemczak
5217c9e7fa
releasing package livecd-rootfs version 2.394
9 years ago
Łukasz 'sil2100' Zemczak
47a0bcd26f
Adding a new hook to change the configuration file for upower. The new configuration uses percentages for battery levels and uses power off for the critical battery level action.
9 years ago
Oliver Grawert
e04d8b7dd8
releasing package livecd-rootfs version 2.393
9 years ago
Oliver Grawert
16f26af920
make the /etc/mtab link relative in snappy (LP: #1547033 )
9 years ago
Oliver Grawert
12f8686c29
releasing package livecd-rootfs version 2.392
9 years ago
Oliver Grawert
66c472388c
move mtab link to point to /proc/self/mounts instead of /proc/mounts in snappy images
9 years ago
Oliver Grawert
f319c7be83
releasing package livecd-rootfs version 2.391
9 years ago
Oliver Grawert
60c9b694c4
adjust snap versions to only have one dash and use plus chars instead
9 years ago
Oliver Grawert
adc776f003
releasing package livecd-rootfs version 2.390
9 years ago
Oliver Grawert
c5905d18b6
add link for wlan mac address in dragonboard kernel snaps, move dragonboard kernel snap to linux-snapdragon
9 years ago
Colin Watson
5eafab2d55
releasing package livecd-rootfs version 2.389
9 years ago
Colin Watson
af517f422a
Follow rename of ubuntustudio-font-meta to ubuntustudio-fonts.
9 years ago
Oliver Grawert
572b0e43a4
releasing package livecd-rootfs version 2.388
9 years ago
Oliver Grawert
753bd8acd0
remove grub-efi-arm64 to the arm64 OS snap as it breaks uboot
9 years ago
Oliver Grawert
eba875e96c
add support for dragonboard kernel snap
9 years ago
Łukasz 'sil2100' Zemczak
c964b61ae0
releasing package livecd-rootfs version 2.387
9 years ago
Łukasz 'sil2100' Zemczak
b6eae423cd
Move the new touch click apps (unav, dekko, calendar) to the custom tarball.
9 years ago
Adam Conrad
d77a731d63
Build raspi2 images with multiverse for firmware.
9 years ago
Michael Vogt
f94b5db6e3
add grub-efi-arm64 to the arm64 OS snap
9 years ago
Michael Vogt
5439a48096
add dpkg.list to assets of the kernel snap
9 years ago
Oliver Grawert
de38cca7b4
releasing package livecd-rootfs version 2.385
9 years ago
Oliver Grawert
9a9e8685f9
add snap building for kernel snaps
9 years ago
Oliver Grawert
628ef5f3f1
releasing package livecd-rootfs version 2.384
9 years ago
Oliver Grawert
768445efda
adjust naming to something easier consumable for cdimage of os snap in snappy builds
9 years ago
Oliver Grawert
463e1fbdf5
releasing package livecd-rootfs version 2.383
9 years ago
Oliver Grawert
6d4209f62c
add .snap cration for ubuntu-core snappy rootfs builds
9 years ago
Łukasz 'sil2100' Zemczak
1be37a9fb2
releasing package livecd-rootfs version 2.382
9 years ago
Łukasz 'sil2100' Zemczak
1865c71a24
Remove the manta device from the list of touchsubarches as we're not building its kernel anymore.
9 years ago
Łukasz 'sil2100' Zemczak
dec7d52995
releasing package livecd-rootfs version 2.381
9 years ago
Ben Howard
f3d90d962f
live-build/ubuntu-cpc/hooks/042-vagrant.binary: scope serial device for
...
Virtualbox only.
9 years ago
Dimitri John Ledkov
ebe1294860
releasing package livecd-rootfs version 2.380
9 years ago
Dimitri John Ledkov
d570ecdcb8
Refactor ubuntu-cpc hooks to hard-code producing an 'ext4' rootfs, which
...
is used outside of the livecd-rootfs build process (specifically for EC2
publication).
9 years ago
Ben Howard
eff40b8e5d
live-build/ubuntu-cpc/hooks/042-vagrant.binary: add serial device for
...
Vagrant images (LP: #1546108 ).
9 years ago
Daniel Watkins
6f6fb2834b
Refactor ubuntu-cpc hooks to hard-code producing an 'ext4' rootfs, which
...
is used outside of the livecd-rootfs build process (specifically for EC2
publication).
9 years ago
Oliver Grawert
02b79f5ef2
releasing package livecd-rootfs version 2.379
9 years ago
Oliver Grawert
4bf82391aa
add /var/lib/systemd/rfkill to pre-created snappy dirs
9 years ago
Adam Conrad
cbbb38a364
Add net.ifnames=0 to the raspi2 cmdline injected into raspi2 builds.
9 years ago
Adam Conrad
8b77178bc5
live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot: Add fake_cloud_init
...
function to create a nocloud data source for cloud images that aren't
meant to be used on real clouds and use it by default on armhf+raspi2
9 years ago
Steve Langasek
bdeb815955
releasing package livecd-rootfs version 2.376
9 years ago
Steve Langasek
b1099d2a64
Import live-build/ubuntu-cpc/hooks/raspi2/mkknlimg from
...
https://github.com/raspberrypi/linux/blob/rpi-4.1.y/scripts/mkknlimg
and use it to install a bootable uboot.bin.
9 years ago
Steve Langasek
a92bf11406
Initial support for raspi2 subarch.
9 years ago
Steve Langasek
0b279f731b
Refactor ubuntu-cpc hooks to always produce a 'plain' rootfs via
...
live-build and reuse this for the tarball, instead of lb_binary_rootfs
creating some artifact that we ignore / throw away.
9 years ago
Dimitri John Ledkov
375554f157
* Chroot to execute zipl, because it's nice.
...
* Use the right loop device to install zipl onto.
9 years ago
Dimitri John Ledkov
8f825a91c9
* Correct initrd.img symlink, kernel/hooks should actually produce the
...
right thing here, but meh.
* Chroot to execute zipl, fails to boot otherwise.
9 years ago
Ben Howard
28c10e02db
ubuntu-cpc: in hooks/030-root-tarball.binary create /lib/modules to fix
...
(LP: 1543204).
9 years ago
Dimitri John Ledkov
21b502d78c
Do not remove linux-base, when purging all the linux-*, in the tarball
...
build. Otherwise ubuntu-minimal is removed, and things get crazy.
9 years ago
Ben Howard
ba1b657624
ubuntu-cpc: fix hooks/032-disk-image.binary call to
...
create_empty_partition, which requires five args due to "-u"
9 years ago
Steve Langasek
99cdaafd61
Refactor ubuntu-cpc hooks to allow us to handle images where the root
...
partition should not be partition 1.
9 years ago
Steve Langasek
7ec8dd87ac
Fix architecture handling in hooks. We know we're always being invoked
...
from a launchpad-buildd-like setup, which passes ARCH and SUBARCH in the
environment, because auto/config and auto/build both rely on this. So
don't scatter dpkg --print-architecture calls throughout, especially
when many of these are not cross-build-aware.
9 years ago
Steve Langasek
cb58e88614
If a subarch is specified for a cloud image build, don't build rootfs
...
artifacts; these should come from the 'generic' build.
9 years ago
Steve Langasek
691a0ca08f
Add hooks to ubuntu-cpc to divert /bin/sync in the chroot and undivert it
...
at the end. This is a general-purpose change that should be applied to
all flavors and archs, but at the moment it's only needed on armhf+raspi2
to work around the raspberrypi2-firmware postinst calling sync, which is
actually warranted in the normal case.
9 years ago
Steve Langasek
861a95b69b
Drop BuildLiveCD from the examples; we now use launchpad-buildd to drive
...
livefs builds, so BuildLiveCD is obsolete and misleading.
9 years ago
Łukasz 'sil2100' Zemczak
3ec1cf1402
Add a changelog entry for the previous change.
9 years ago
Martin Pitt
e452c4ffda
releasing package livecd-rootfs version 2.375
9 years ago
Ben Howard
a5ee888d1b
ubuntu-cpc: add missing net.ifnames=0 for ppc64el disk images.
9 years ago
Steve Langasek
d9bb02d077
clarify that this refactor also fixes a bug in armhf handling
9 years ago
Steve Langasek
8e20e4b169
Refactor some non-idiomatic architecture handling in
...
live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot
9 years ago
Ben Howard
ca800e778b
* ubuntu-cpc:
...
- fixed loop setup due to change of kpartx output
- only use grub-install logic for Intel architectures
9 years ago
Steve Langasek
4f55631a9f
Refactor/reorder ubuntu-cpc support for consistency with other flavors,
...
so that subarch overrides can be applied correctly.
9 years ago
Dimitri John Ledkov
9e06b90ead
* ubuntu-cpc:
...
- exclude s390x from should_install_grub
9 years ago
Michael Vogt
51a5cca323
* ubuntu-core:
...
- include the dpkg.list in the device tarball
- store /usr/share/snappy/dpkg.list manifest on the OS tarball
9 years ago
Colin Watson
d7b02005c1
releasing package livecd-rootfs version 2.373
9 years ago
Daniel Watkins
414cbec4dc
Specify a regex to run-parts so that cloud image extra scripts are found
...
and executed.
9 years ago
Daniel Watkins
e3d6d5dc9f
Set timeout options so ppc64el cloud images don't display a grub boot
...
menu (matching the behaviour of other cloud images).
9 years ago
Colin Watson
b40f8fe89f
releasing package livecd-rootfs version 2.372
9 years ago
Daniel Watkins
ece1f6ccab
Install grub in ppc64el cloud images so they are bootable (LP: #1538610 )
9 years ago
Colin Watson
f0e085d7bb
releasing package livecd-rootfs version 2.371
9 years ago
Ben Howard
8ff658da8d
Remove unneeded packages from the root.tar.{gz,xz} cloud image targets
...
(LP: #1534764 ).
9 years ago
Ben Howard
fdd9a3e716
Remove unneeded packages from the root.tar.{gz,xz} cloud image targets
...
(LP: #1534765 ).
9 years ago
Colin Watson
4f9f5a9aef
releasing package livecd-rootfs version 2.370
9 years ago
Daniel Watkins
cf2e1f3cdc
Produce OVA files for i386 cloud builds
9 years ago
Colin Watson
aad0f75fe4
releasing package livecd-rootfs version 2.369
9 years ago
Daniel Watkins
c6440fdfe5
Enable building of s390x cloud images.
9 years ago
Michael Vogt
9a3b3d6280
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
...
- remove libicu52 hook
9 years ago
Łukasz 'sil2100' Zemczak
0011e92391
Fix the invalid path for the error message in 00-uid-gid-fix.chroot_early for ubuntu-touch.
9 years ago
Łukasz 'sil2100' Zemczak
0f4b575efa
releasing package livecd-rootfs version 2.368
9 years ago
Łukasz 'sil2100' Zemczak
05f661be29
Fix earlier mistake of changing the wrong hashes.
9 years ago
Łukasz 'sil2100' Zemczak
6d1b1d76f2
releasing package livecd-rootfs version 2.367
9 years ago
Oliver Grawert
13470a5a06
releasing package livecd-rootfs version 2.366
9 years ago
Oliver Grawert
1124ea4776
also add the new apt user to /etc/passwd in snappy
9 years ago
Oliver Grawert
4f2ef345c4
releasing package livecd-rootfs version 2.365
9 years ago
Oliver Grawert
499779097f
update /etc/shadow on snappy for new apt user
9 years ago
Michael Vogt
b7c088a407
releasing package livecd-rootfs version 2.364
9 years ago
Ben Howard
5a84144a9b
* ubunut-cpc:
...
- extendend hooks/functions to support creation of derivative images
including mounting images.
- added the ability to create qcow2 images in hooks/functions
- simplified loop clean-up in hooks/functions
- removed assumption that disk1.img would be built
- switched qcow2 generation to use hooks/functions function
9 years ago
Oliver Grawert
c63cea5b18
releasing package livecd-rootfs version 2.363
9 years ago
Oliver Grawert
ef219ff9ee
configure /etc/fw_env.config for all arm arches on snappy
9 years ago
Oliver Grawert
822952f00e
releasing package livecd-rootfs version 2.362
9 years ago
Oliver Grawert
74633563d8
make sure u-boot-tools is installed on snappy arm64
9 years ago
Oliver Grawert
184c4e4fd0
releasing package livecd-rootfs version 2.361
9 years ago
Oliver Grawert
93f112e8e8
make sure the default group is still created when adding the default user to adm and sudo groups
9 years ago
Ben Howard
81b033a7cd
Added updated changelog
9 years ago
Michael Vogt
f84a4d5230
releasing package livecd-rootfs version 2.360
9 years ago
Michael Vogt
c97c00d749
manually merge upload of 2.359
9 years ago
Michael Vogt
fb84e38cf2
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
...
- add default ubuntu user to "adm" and "sudo" groups
9 years ago
Ben Howard
2f1831ed07
Fix typo in ubuntu-cpc preventing non-intel builds.
9 years ago
Oliver Grawert
56bf9bae46
releasing package livecd-rootfs version 2.357
9 years ago
Oliver Grawert
6a39712da0
merge lp:~utlemming/livecd-rootfs/additional-cloud-targets to add Vagrant, OVA, VMDK and squashfs cloud image generation to livecd-rootfs
9 years ago
Oliver Grawert
a46a72addb
releasing package livecd-rootfs version 2.356
9 years ago
Oliver Grawert
56149bf065
merge lp:~sil2100/livecd-rootfs/update_hashes to update the passwd db hashes on ubuntu-touch builds (LP: #1516526 )
9 years ago
Ben Howard
dd371c4a69
* added additional CPC build targets:
...
- added manifest generation for squashfs and root.tar.gz
- added VMDK generation
- added OVA generation from VMDK's
- added generic Vagrant image generation
9 years ago
Ben Howard
1855130ecc
Pre-merge commit
9 years ago
Oliver Grawert
22bce35de4
releasing package livecd-rootfs version 2.355
9 years ago
Oliver Grawert
7ccc9cb706
fix input group on snappy
9 years ago
Oliver Grawert
84ad95e54b
releasing package livecd-rootfs version 2.354
9 years ago
Oliver Grawert
dd4f845255
do not ship assets/dtbs/overlays in raspi2 tarball, it breaks ubuntu-device-flash
9 years ago
Ben Howard
48a08042ed
Fix
9 years ago
Ben Howard
9a87b066cf
Comment fixup
9 years ago
Ben Howard
dc9da068dc
ubuntu-cpc: extended hooks to build additional cloud image targets
...
including VMDKs, OVA, and Vagrant images.
9 years ago
Oliver Grawert
63f28ec693
releasing package livecd-rootfs version 2.353
9 years ago
Oliver Grawert
5bc78bede3
add raspi2 device tarball creation. separate snappy device tarball builds completely from the rootfs. drop old way of in-tree device tarball creation for snappy
9 years ago
Oliver Grawert
b632fd0492
drop input group from snappy images, adjust md5 sums in live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early
9 years ago
Colin Watson
50c93c6b70
releasing package livecd-rootfs version 2.352
9 years ago
Colin Watson
be558a8145
Add bug reference.
9 years ago
Daniel Watkins
216762748b
Move building of all architecture-specific CPC artifacts in to
...
Launchpad.
9 years ago
Michael Vogt
46d1138e5a
* live-build/ubuntu-core/hooks/21-snappy-security-policy-stamp.chroot:
...
- create a /usr/share/snappy/security-policy-version so that
snappy can re-generate the security profiles if any of the versions
of apparmor or ubuntu-core-security-* changes
9 years ago
Colin Watson
82be50d338
releasing package livecd-rootfs version 2.350
9 years ago
Colin Watson
8a908ac0e6
[r=cjwatson] Cloud Images: disable new NIC naming convention (LP: #1510345 ).
9 years ago
Ben Howard
60a523d216
Cloud Images: disable new NIC naming convention (LP: #1510345 ).
9 years ago
Oliver Grawert
81edee0431
fix handling of writable files in /etc/default for snappy
9 years ago
Oliver Grawert
952fa460d4
fix tss UID in snappy (landing can wait for xenial)
9 years ago
Oliver Grawert
7176c5ecd1
releasing package livecd-rootfs version 2.349
9 years ago
Oliver Grawert
912e02dc1e
do not hardcode installation of grub-pc for amd64 in snappy images, instead install the right grub set for secureboot there
9 years ago
Oliver Grawert
870889143e
releasing package livecd-rootfs version 2.348
9 years ago
Oliver Grawert
0054a24f90
limit grub-install diversion on snappy images to x86 architectures
9 years ago
Oliver Grawert
61c237fd77
releasing package livecd-rootfs version 2.347
9 years ago
Oliver Grawert
cc7950e55c
divert grub-install on snappy images during rootfs build
9 years ago
Oliver Grawert
8e507f5c7b
releasing package livecd-rootfs version 2.346
9 years ago
Oliver Grawert
1c00dc358f
merge lp:~sil2100/livecd-rootfs/remove_apt_lists
9 years ago
Oliver Grawert
d043927d1b
releasing package livecd-rootfs version 2.345
9 years ago
Oliver Grawert
8d737ad1c9
add user/group fixes for snappy shipping tpm-tools
9 years ago
Michael Vogt
fe696a8bb9
merged lp:~sil2100/livecd-rootfs/pocket-desktop
9 years ago
Ben Howard
a382f7e64a
Drop 'landscape-client' from Cloud Images (LP: #1497030 ).
9 years ago
Iain Lane
19b8c8a934
releasing package livecd-rootfs version 2.343
9 years ago
Iain Lane
5f8d6e06de
live-build/ubuntu-touch/hooks/03-etc-writable.chroot: Set up /etc/whoopsie
...
too. (LP: #1437633 )
9 years ago
Oliver Grawert
6813f1c965
add empty "extrausers" equivalents for subuid and subgid files, else adduser falls over in interactive mode when trying to write to them
9 years ago
Oliver Grawert
b32f8c976d
releasing package livecd-rootfs version 2.342
9 years ago
Oliver Grawert
5d6faa5c6f
ubuntu-touch, ubuntu-desktop-next: drop systemd-journal-remote from group files, update md5sums in 00-uid-gid-fix.chroot_early
9 years ago
Oliver Grawert
86b075623d
releasing package livecd-rootfs version 2.341
9 years ago
Oliver Grawert
0601725f85
add ppp and watchdog to snappy image
9 years ago
Oliver Grawert
20ccbbb944
releasing package livecd-rootfs version 2.340
9 years ago
Michael Vogt
c2407a6679
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:
...
- cleanup further after moving the kernel out of the rootfs
(LP: #1468469 )
9 years ago
Oliver Grawert
ecb61130ae
releasing package livecd-rootfs version 2.339
10 years ago
Oliver Grawert
5e6b64e039
drop copying of zip files of the android package, we do not generate these anymore
10 years ago
Oliver Grawert
93deed0c3a
revert the debugging code in the apparmor cache generation, touch the cache files to sanitize the timestamps
10 years ago
Oliver Grawert
bc53334a19
releasing package livecd-rootfs version 2.338
10 years ago
Oliver Grawert
ec1b6f24ae
add the apparmor-super-noise change to get extra detailed info about all apparmor operations in the ubuntu-touch build logs
10 years ago
Oliver Grawert
48faa53d7b
merge lp:~sil2100/livecd-rootfs/deb-src_for_extra_ppas to include deb-src lines for extra ppa sources.list entries
10 years ago
Oliver Grawert
6aa01e5fcd
releasing package livecd-rootfs version 2.336
10 years ago
Oliver Grawert
3f8e2ee18e
make apparmor profile generation more verbose to get more log info
10 years ago
Oliver Grawert
84e0e78363
releasing package livecd-rootfs version 2.335
10 years ago
Oliver Grawert
751153543a
merge change for 2.335 from the archive
10 years ago
Oliver Grawert
a2f671f88b
releasing package livecd-rootfs version 2.334
10 years ago
Oliver Grawert
23341f3670
add dnsmasq user to snappy builds, needed by ubuntu-fan
10 years ago
Michael Vogt
0ea1208716
* lp:~mvo/livecd-rootfs/snappy-add-fw_env.config:
...
- add /etc/fw_env.config that points to
/boot/uboot/fw_env.config to make fw_{set,print}env work
10 years ago
Sebastien Bacher
2e3b86a3d0
releasing package livecd-rootfs version 2.332
10 years ago
Sebastien Bacher
50e0f20c69
Get previous ubuntu-core changes on desktop-next
10 years ago
Oliver Grawert
c4892d973a
releasing package livecd-rootfs version 2.331
10 years ago
Oliver Grawert
0d7da3cc2c
merge lp:~sergiusens/livecd-rootfs/eth0Not to not hardcode eth0 anymore on snappy
10 years ago
Oliver Grawert
0ea7c450ba
releasing package livecd-rootfs version 2.330
10 years ago
Oliver Grawert
572da9cdec
fix another quoting issue in snappy
10 years ago
Steve Langasek
34cf1d6d79
releasing package livecd-rootfs version 2.329
10 years ago
Steve Langasek
cf35d19929
Merge lp:~sil2100/livecd-rootfs/remove_youtube_scope
10 years ago
Oliver Grawert
39ed6e531d
releasing package livecd-rootfs version 2.328
10 years ago
Oliver Grawert
0805723ed1
fix quoting issue with the last change
10 years ago
Oliver Grawert
c4a9547397
releasing package livecd-rootfs version 2.327
10 years ago
Oliver Grawert
57ee86a03c
merge lp:~sergiusens/livecd-rootfs/snappyDevicePart for using versioned kernel and initrd binaries in snappy
10 years ago
Oliver Grawert
125842ed07
releasing package livecd-rootfs version 2.326
10 years ago
Oliver Grawert
68b8470200
snappy: install libc6:i386 on amd64 images for multiarch support out of the box. (LP: #1444049 )
10 years ago
Sebastien Bacher
b93c6f4cc7
releasing package livecd-rootfs version 2.325
10 years ago
Sebastien Bacher
5e3ce6bece
* live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/
...
90-phablet.conf:
- don't use deprecated "[SeatDefault]" syntax
* live-build/ubuntu-desktop-next/includes.chroot/usr/share/lightdm/
lightdm.conf.d/90-desktop-next-autologin.conf:
- let desktop-next autolog to the ubuntu user session
10 years ago
Sebastien Bacher
1b1cdf36c9
releasing package livecd-rootfs version 2.324
10 years ago
Sebastien Bacher
b09e00ce86
Revert unwanted change included in the previous upload
10 years ago
Sebastien Bacher
ad36ca58b1
releasing package livecd-rootfs version 2.323
10 years ago
Sebastien Bacher
ec055144e7
* live-build/ubuntu-desktop-next/hooks/11-remove-extra-packages.chroot:
...
- remove click from desktop-next
10 years ago
Sebastien Bacher
59c0211354
releasing package livecd-rootfs version 2.322
10 years ago
Sebastien Bacher
92a84da7df
* live-build/ubuntu-desktop-next/hooks/00-uid-gid-fix.chroot_early:
...
- updated for the previous group changes
10 years ago
Sebastien Bacher
6ccf2b5207
releasing package livecd-rootfs version 2.320
10 years ago
Sebastien Bacher
4e72259593
Copied some touch tweaks (n-m config and user groups) to desktop-next
10 years ago
Michael Vogt
fbc42db76a
* snappy/desktop-next:
...
- add snappypkg user and remove clickpkg user
10 years ago
Sebastien Bacher
99fa060217
releasing package livecd-rootfs version 2.319
10 years ago
Sergio Schvezov
6c641f01d2
[ Sergio Schvezov ]
...
removing debian packaging artifacts from the image
10 years ago
Sebastien Bacher
6170d6a92b
copy set locale hook from core to desktop-next
10 years ago
Oliver Grawert
85f5f73a19
releasing package livecd-rootfs version 2.318
10 years ago
Oliver Grawert
8671743105
merge lp:~sergiusens/livecd-rootfs/no-walinuxagent to remove all the hackery that was initially needed for azure snappy images
10 years ago
Sebastien Bacher
59a6218557
releasing package livecd-rootfs version 2.317
10 years ago
Sebastien Bacher
95a961d6f1
* live-build/ubuntu-desktop-next/hooks/00-uid-gid-fix.chroot_early:
...
* live-build/ubuntu-desktop-next/hooks/10-remove-documentation.binary:
- don't remove the copyright and manpages on desktop
10 years ago
Oliver Grawert
2667aa6305
allow install of "multi" click packages in 60-install-click.chroot on ubuntu-touch
10 years ago
Sebastien Bacher
5fa4811051
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early:
...
- copy touch hacks to create needed userdirs (lightdm & usermetrics),
the users are added by the script and not the usual postinst so their
uderdirs are not created as they should
10 years ago
Sebastien Bacher
eb41638781
* live-build/ubuntu-desktop-next/includes.chroot:
...
- copy ubuntu-core's include for /etc/hosts and resolv.conf config
10 years ago
Sebastien Bacher
e5923e7135
* live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot:
...
- create other needed directories
10 years ago
Sebastien Bacher
6970aa7385
releasing package livecd-rootfs version 2.316
10 years ago
Sebastien Bacher
f34c4faf70
* live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot:
...
- create /writable otherwise the mounts job fail and block the boot
10 years ago
Sebastien Bacher
06077f4762
releasing package livecd-rootfs version 2.315
10 years ago
Sebastien Bacher
1116e3b439
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary,
...
live-build/ubuntu-desktop-next/hooks/500-move-kernel-to-device-tar.binary,:
- deal with vmlinuz .signed when copying kernels
10 years ago
Sebastien Bacher
8b47d0c376
releasing package livecd-rootfs version 2.314
10 years ago
Sebastien Bacher
26fcda4616
Set kernel flavours variable to try to fix amd64 build
10 years ago
Iain Lane
47e70d6e9f
Add changelog entry for previous change
10 years ago
Sebastien Bacher
8d0d3b9859
releasing package livecd-rootfs version 2.313
10 years ago
Sebastien Bacher
c50bcc7160
Revert symlink changes, that creates build issues, copy updated hook
...
to the desktop-next directory instead
10 years ago
Sebastien Bacher
5119274027
releasing package livecd-rootfs version 2.312
10 years ago
Sebastien Bacher
1f3dfce9e9
Symlink some desktop-next hooks to ubuntu-core to avoid duplication
10 years ago
Michael Vogt
7245efa89f
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:
...
- ignore /vmlinu?, /initrd.img symlinks when building the boot assets
10 years ago
Sebastien Bacher
01ae2ce538
releasing package livecd-rootfs version 2.311
10 years ago
Sebastien Bacher
904873a8bf
Updates users and groups for desktop next
10 years ago
Sebastien Bacher
362c1f4bd4
releasing package livecd-rootfs version 2.310
10 years ago
Sebastien Bacher
26012cb9ef
Don't add a docker group to desktop next
10 years ago
Sebastien Bacher
c62e895610
releasing package livecd-rootfs version 2.309
10 years ago
Sebastien Bacher
408af9a405
Updated user/groups config for the desktop-next
10 years ago
Sebastien Bacher
03a270ec3e
releasing package livecd-rootfs version 2.308
10 years ago
Sebastien Bacher
036bf55f06
Copy desktop-next hooks in the configuration
10 years ago
Sebastien Bacher
f754699a4c
releasing package livecd-rootfs version 2.307
10 years ago
Michael Vogt
89dddd357a
revert r1120,r1121 and do not pre-generate the apparmor cache during live-build
10 years ago
Michael Vogt
605fec8877
* live-build/ubuntu-core/hooks/90_pecompile-apparmor.chroot:
...
- generate /etc/apparmod.d/cache files during image build to
avoid out-of-sync issue with profiles and cache (LP: #1460152 )
10 years ago
Didier Roche
b79dcfc1b7
Experimenting transforming ubuntu-desktop-next to a system-image base
10 years ago
Oliver Grawert
8ae95a5e64
releasing package livecd-rootfs version 2.305
10 years ago
Oliver Grawert
6a4ad0b3bc
also add /lib/firmware to the dirs we pre-create on touch and core
10 years ago
Oliver Grawert
a9df4ca4d6
releasing package livecd-rootfs version 2.304
10 years ago
Oliver Grawert
f8ad795e55
create mtab, /lib/modules and writable mountpoints on touch and core
10 years ago
Oliver Grawert
6a1ae64d8c
releasing package livecd-rootfs version 2.303
10 years ago
Oliver Grawert
7bb4d3ae8a
drop grouper from touch
10 years ago
Adam Conrad
4d877550bd
Call Setup_cleanup in live-build/auto/build to set exit handler.
10 years ago
Adam Conrad
e5bd31c36f
Release 2.301 to wily
10 years ago
Michael Vogt
6eddccab54
* live-build/auto/config:
...
- add grub-efi-ia32-bin for i386 for efi support
10 years ago
Adam Conrad
e79e2e6493
live-build/auto/config: Handle applying priorities to EXTRA_PPAS
...
via the extra_ppa="user/ppaname:priority" syntax (LP: #1450257 )
10 years ago
Michael Vogt
c10fd7dd72
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:
...
- fix typo in hardware.yaml
10 years ago
Michael Vogt
e0b6feda6c
create /boot/uboot on armhf to ensure that its in the system
...
tarball and still on the system if ubuntu-core-upgrader
performs a "format" (LP: #1447652 )
10 years ago
Steve Langasek
b471d3a2e0
releasing package livecd-rootfs version 2.300
10 years ago
Steve Langasek
72b1fda00f
live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: revert
...
removal of python from the rootfs temporarily, since we've manually
re-added it to the seed in order to make walinuxagent work again on the
azure image.
10 years ago
Didier Roche
7af419aa63
update changelog
10 years ago
Didier Roche
8a2102ae98
update changelog
10 years ago
Didier Roche
5c619086a1
Create hooks for the ubuntu-desktop-next new based on snappy image.
10 years ago
Adam Conrad
34e34e46c5
Fix snappy motd to not reference 'development', which isn't always true.
10 years ago
Michael Vogt
42c9f9a1c3
releasing package livecd-rootfs version 2.298
10 years ago
Michael Vogt
91e0450507
shuffle install order around
10 years ago
Michael Vogt
5e5abfdb83
* live-build/auto/config:
...
- remove resolvconf, click-apparmor, dosfstools
10 years ago
Michael Vogt
65cf994497
live-build/ubuntu-core/hooks/15-remove-grub-common.chroot: remove /etc/init.d/grub-common on ubuntu-core
10 years ago
Michael Vogt
8c51ae1b4d
remove click-hook-framework
10 years ago
Michael Vogt
74eb59e407
releasing package livecd-rootfs version 2.297
10 years ago
Michael Vogt
1167706f83
* lp:~ubuntu-on-ec2/livecd-rootfs/cpc2:
...
- build cloud based images using livecd-rootfs
10 years ago
Michael Vogt
df931c05f7
fix device.tar.gz generation for snappy
10 years ago
Michael Vogt
fb5ea7ee78
releasing package livecd-rootfs version 2.296
10 years ago
Michael Vogt
e23920c83c
update changelog
10 years ago
Michael Vogt
c82069baf6
add compability handling for current u-d-f/grub when extracting
...
the device tarball
10 years ago
Michael Vogt
2b070c5a9e
merged lp:~snappy-dev/livecd-rootfs/core_update and added some fixes
10 years ago
Oliver Grawert
e3d6ec58a5
releasing package livecd-rootfs version 2.295
10 years ago
Oliver Grawert
c96f3ee088
add ubuntu-system-settings-online-accounts to ubuntu-touch
10 years ago
Oliver Grawert
67e7707dbc
releasing package livecd-rootfs version 2.294
10 years ago
Oliver Grawert
fb4a832699
add more verbosity to the copy command for android fragments in ubuntu-touch
10 years ago
Oliver Grawert
f4fb5aeefd
releasing package livecd-rootfs version 2.293
10 years ago
Oliver Grawert
a43bfeffcf
remove all .override files inside the chroot to not kill the buildd
10 years ago
Michael Vogt
4e89d09ba2
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
...
- remove libpython2.7 and friends as welll
10 years ago
Oliver Grawert
4765a8c07f
releasing package livecd-rootfs version 2.292
10 years ago
Oliver Grawert
2445352cbd
bump all md5sums to new values, now that debootstrap installs systemd-sysv instead of upstart the ordering and thus the group numbering has changed
10 years ago
Michael Vogt
d2e794ed53
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early:
...
- updated md5sums as the ordering of users/groups has changed with
the new systemd-sysv
10 years ago
Michael Vogt
1583b1d23a
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
...
- python2 is no longer required on a snappy system
10 years ago
Oliver Grawert
ba01211d5e
releasing package livecd-rootfs version 2.291
10 years ago
Oliver Grawert
a2b1b4f071
put FLASH_KERNEL_SKIP=true into /etc/environment on phones
10 years ago
Michael Vogt
685606051e
do not leave some packages in ^rc state on snappy/ubuntu-core
...
(LP: #1428115 ). Thanks to Daniel Holbach
10 years ago
Martin Pitt
8f88fdeb57
releasing package livecd-rootfs version 2.290
10 years ago
Martin Pitt
8638bb4db9
touch: Explicitly uninstall systemd-sysv, to help apt to install upstart
...
when the preferred "init" alternative is systemd-sysv. Also explicitly
install packagekit to help the problem resolver. Thanks Colin Watson!
(LP: #1428026 )
10 years ago
Oliver Grawert
ed881c3dfa
releasing package livecd-rootfs version 2.289
10 years ago
Oliver Grawert
6d7d128ad7
add info about /var/log ownership so it ends up in the ubuntu-touch build logs
10 years ago
Ricardo Salveti de Araujo
59b47ad543
releasing package livecd-rootfs version 2.288
10 years ago
Ricardo Salveti de Araujo
74d4fd5228
touch: don't depend on mir-platform-graphics-android and let that to be
...
handled by the seeds (they can't stop bumping the package name and the
graphics-mesa package doesn't cause any harm)
10 years ago
Michael Vogt
bb12ddb0e3
add dosfstools on snappy to ensure systemd can fsck the /boot
...
partition
10 years ago
Oliver Grawert
0344fcfcba
releasing package livecd-rootfs version 2.287
10 years ago
Oliver Grawert
d2f09a32d8
make sure /var/log is always owned by the syslog group on touch
10 years ago
Michael Vogt
94a77fcb8b
* live-build/auto/config:
...
- add snappy-ubuntu
10 years ago
Michael Vogt
306dbdbbab
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early:
...
- adjust the {group,gshadow}_bootstrap values. The audio group
used to be gid 1005 after the bootstrap and is now 29.
10 years ago
Michael Vogt
7c61ea6307
add even more verbose output to
...
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early
(thanks Oliver!)
10 years ago
Ricardo Salveti de Araujo
029c51b4ae
releasing package livecd-rootfs version 2.286
10 years ago
Ricardo Salveti de Araujo
e97e25472e
touch: forcing package mir-platform-graphics-android to see if we're able
...
to remove the dependency on the mesa one (until mir is properly fixed)
10 years ago
Ricardo Salveti de Araujo
7c0a1f693d
releasing package livecd-rootfs version 2.285
10 years ago
Ricardo Salveti de Araujo
a353cd0406
touch: removing dependencies on a specific mir platform driver as mir can
...
now identify and load the correct driver during runtime
10 years ago
Oliver Grawert
67e6057406
releasing package livecd-rootfs version 2.284
10 years ago
Oliver Grawert
74becdec36
bump gshadow hash too
10 years ago
Oliver Grawert
113603a6bf
releasing package livecd-rootfs version 2.283
10 years ago
Oliver Grawert
ec8c53b265
make sure to collect all output of all changed files in one go in 00-uid-gid-fix.chroot_early, that way we only need to fix it once and have all info in the logs
10 years ago
Michael Vogt
f987c6f3d4
add more verbose output to
...
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early
(thanks Oliver!)
10 years ago
Oliver Grawert
724eb49c39
releasing package livecd-rootfs version 2.282
10 years ago
Oliver Grawert
aa06a4fde7
update the passwd hash for changed GID of syslog ... also add output of the respective md5sums to the error message for easier debugging
10 years ago
Oliver Grawert
6d43598b8d
releasing package livecd-rootfs version 2.281
10 years ago
Loïc Minier
1b037f5e20
live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot: use commas
...
instead of spaces.
10 years ago
Loïc Minier
4a1ccc7b13
Revert changes to post-debootstrap hashes for core.
10 years ago
Loïc Minier
2597f578df
Prepare 2.278
10 years ago
Loïc Minier
95e9f1d8e8
Update post-debootstrap hashes in
...
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early.
10 years ago
Loïc Minier
29c976b326
Core: drop live-build/ubuntu-core/hooks/12-add-docker-user.chroot and move
...
docker user creation to
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early; add ubuntu user
to docker group in
live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot. This fixes
static uid/gid maps for docker user/group.
10 years ago
Loïc Minier
9bda91ee77
live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: also add input
...
group.
10 years ago
Loïc Minier
ebb7684dd8
Add live-build/ubuntu-core/hooks/99zz-check-uid-gid.chroot, copy of
...
live-build/ubuntu-touch/hooks/99zz-check-uid-gid.chroot with just the
error message changed. Currently, the passwd/group checks weren't run.
10 years ago
Loïc Minier
57d1705940
Prepare 2.277
10 years ago
Loïc Minier
4b414c06a6
Reapply changes from 1033..1038; fix conflict in changelog.
...
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: add new "input"
group to etc/group and etc/gshadow static maps.
* live-build/ubuntu-core/includes.chroot/etc/resolv.conf: use relative
symlink as suggested by lintian.
* Bump Standards-Version to 3.9.6.
10 years ago
Loïc Minier
348f148df0
Apply changelog from uploaded 2.276.
10 years ago
Loïc Minier
5f8355200a
Revert to r1033 to apply uncommitted upload.
10 years ago
Loïc Minier
e96d307720
Bump Standards-Version to 3.9.6.
10 years ago
Loïc Minier
b2ef67476a
live-build/ubuntu-core/includes.chroot/etc/resolv.conf: use relative
...
symlink as suggested by lintian.
10 years ago
Loïc Minier
91cd753771
Release 2.276.
10 years ago
Loïc Minier
9256eed5b5
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: add new "input"
...
group to etc/group and etc/gshadow static maps.
10 years ago
Mathieu Trudel-Lapierre
a0c319884d
- live-build/auto/config: add config for Ubuntu MATE.
...
- also fold +ppa* changes into just one version 2.276.
10 years ago
Michael Vogt
4a31290a0f
use generic kernel for all ubuntu-core system-image
10 years ago
Michael Vogt
f786a86cb2
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
...
- run chpasswd after user moved into /var/lib/extrausers
10 years ago
Michael Vogt
e226eb6331
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
...
- run with -e
10 years ago
Steve Langasek
6d34c7a9e9
live-build/ubuntu-core/hooks/04-configure_network.chroot: use
...
'allow-hotplug' for the network config, not 'auto', to work around
systemd behavior that causes 'auto' to delay the rest of the boot when
DHCP is not available on the network.
10 years ago
Michael Vogt
d1b1d9e6c1
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early:
...
- port static uid/gid setup from ubuntu-touch
* live-build/ubuntu-core/hooks/15-pycompile-snappy.chroot:
- byte compile .pyc files for snappy
10 years ago
Ricardo Salveti de Araujo
4fbd8cd88a
releasing package livecd-rootfs version 2.275
10 years ago
Ricardo Salveti de Araujo
0ba451f9df
Bump the hardcoded libmirplatform driver version for ubuntu-touch
10 years ago
Michael Vogt
b1c0d77000
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early:
...
- port static uid/gid setup from ubuntu-touch
10 years ago
Michael Vogt
a06d608ff5
releasing package livecd-rootfs version 2.274
10 years ago
Michael Vogt
52f8a0544f
- fix message
...
* live-build/ubuntu-core/hooks/14-set-motd.chroot:
- update motd
10 years ago
Michael Vogt
6e90ef925e
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
...
- fix incorrect "echo"
- add missing wrappers for apt, apt-cache
10 years ago
Michael Vogt
818be95bf2
* live-build/auto/config:
...
- add click-apparmor for system-image
10 years ago
Michael Vogt
194d124af7
merged lp:~jamesodhunt/livecd-rootfs/system-image-compress-docs-for-core
10 years ago
Michael Vogt
292ff17165
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
...
- improve apt-get output
10 years ago
James Hunt
c6a5d4c8a5
* live-build/ubuntu-core/hooks/10-remove-documentation.binary:
...
- compress remaining documentation to save further space.
10 years ago
Oliver Grawert
e4a35525a8
releasing package livecd-rootfs version 2.273
10 years ago
Oliver Grawert
6b2958ff7a
add systemd-journal-remote group to touch builds
10 years ago
Michael Vogt
648dc764a3
* live-build/ubuntu-core/hooks/14-set-motd.chroot:
...
- set snappy specific motd
* live-build/ubuntu-core/hooks/13-set-locale.chroot:
- set default locale to C.UTF-8
10 years ago
Oliver Grawert
f6a53fa61b
releasing package livecd-rootfs version 2.271
10 years ago
Oliver Grawert
d6df152ead
bump the hardcoded libmirplatform driver version for ubuntu-touch
10 years ago
Oliver Grawert
b4bc1cfa2a
releasing package livecd-rootfs version 2.270
10 years ago
Oliver Grawert
f0ec33bb1b
bump version of mir alternative in ubuntu-touch
10 years ago
Michael Vogt
10abacf960
releasing package livecd-rootfs version 2.269
10 years ago
Michael Vogt
fcfe7d613a
* live-build/auto/{build,config}:
...
- create device-azure.tar.gz during the build that includes the
packages for the azure cloud
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
- display helpful message to use snappy when a user tries to use
apt-get on a snappy system
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:
- do the device-azure.tar.gz extraction here
* live-build/ubuntu-core/hooks/12-add-docker-user.chroot:
- ensure docker group is used
10 years ago
Michael Vogt
94ba2e57a4
releasing package livecd-rootfs version 2.268
10 years ago
Michael Vogt
d6b5acbee3
* live-build/ubuntu-core/hooks/09-move-kernel-to-device-tar.binary:
...
- build device tarball with system/ prefix
- include /vmlinz, /initrd.img into device tarball
- include /boot/abi-* /boot/System.map-*
10 years ago
Michael Vogt
fe0b8a029a
releasing package livecd-rootfs version 2.267
10 years ago
Michael Vogt
de1a889d17
add click-hook-framework
10 years ago
Michael Vogt
a618ff72fe
* live-build/auto/build:
...
- system-image: collect the deivce.tar.gz
* live-build/ubuntu-core/hooks/09-move-kernel-to-device-tar.binary:
- create a device.tar.gz from the installed kernel/modules and
remove it from the rootfs
* live-build/ubuntu-core/hooks/10-remove-documentation.binary:
- strip documentation
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
- remove extra packages like libicu52/libqt that are still on the
image because vivid system-image has a dependency on u-d-m which
depends on libqt
* live-build/ubuntu-core/hooks/12-add-docker-user.chroot:
- add a docker user/group into the image (this can go once we have
a hook for this)
10 years ago
Michael Vogt
8af855c26d
* live-build/auto/config:
...
- system-image: do not install ubuntu-minimal
- system-image: install KERNEL_FLAVOURS=virtual on i386/amd64
- system-image: use "--linux-packages=linux-image"
10 years ago
Steve Langasek
1bec61e622
Move the shorts click package to the custom tarball. LP: #1386177 .
10 years ago
Michael Vogt
1a081c62eb
releasing package livecd-rootfs version 2.265
10 years ago
Michael Vogt
6d1a165421
* live-build/ubuntu-core/hooks/03-boot_with_systemd.chroot:
...
- only modify /etc/default/grub if the file exists
10 years ago
Michael Vogt
30ec04dc33
releasing package livecd-rootfs version 2.264
10 years ago
Michael Vogt
d142da3fbb
* live-build/auto/config:
...
- also install flash-kernel/u-boot-tools in the armhf system-image,
thanks to Adam Conrad
10 years ago
Michael Vogt
08a0e9bf0d
releasing package livecd-rootfs version 2.263
10 years ago
Michael Vogt
d1aed3dd90
* live-build/auto/config:
...
- explicitly set KERNEL_FLAVOURS=generic to get the right kernel
on armhf
10 years ago
Oliver Grawert
97a9a926f6
releasing package livecd-rootfs version 2.262
10 years ago
Oliver Grawert
3bf1ea2cb3
add systemd users to touch password db files
10 years ago
Oliver Grawert
9713c042b6
releasing package livecd-rootfs version 2.261
10 years ago
Oliver Grawert
5dc7bbd2ab
make diff not exit 1 when comparing password files
10 years ago
Oliver Grawert
4578b6a4d0
releasing package livecd-rootfs version 2.260
10 years ago
Oliver Grawert
71df9bb84e
properly redirect error output in 99zz-check-uid-gid.chroot so it ends up in the log files
10 years ago
Michael Vogt
6525a869c6
releasing package livecd-rootfs version 2.259
10 years ago
Michael Vogt
f04d8577ab
* merge ubuntu-core system-image fixes from the PPA:
...
- add ubuntu-core-libs
- add packages not (yet) in the ubuntu-core seed
- fix resolv.conf
- make timezone, localtime and hostname writable for cloud-init
10 years ago
Oliver Grawert
a0dff8070d
releasing package livecd-rootfs version 2.258
10 years ago
Oliver Grawert
00daad436c
adjust /etc/{passwd|shadow|group|gshadow} handling in ubuntu-touch for more info so the log gets all needed data for necessary changes at once
10 years ago
Colin Watson
3c40a504ad
releasing package livecd-rootfs version 2.257
10 years ago
Colin Watson
e74d0c509b
Drop the click packages moved in 2.255 from the rootfs, leaving them
...
only in the custom tarball.
10 years ago
Colin Watson
e2e925c658
releasing package livecd-rootfs version 2.256
10 years ago
Colin Watson
ee2b82dfe7
Fix directory layout of custom tarball.
10 years ago
Colin Watson
19d97b1a80
releasing package livecd-rootfs version 2.255
10 years ago
Colin Watson
a10e22f77b
Temporarily install the to-be-moved click packages in both core and
...
custom databases, to simplify the landing process.
10 years ago
Colin Watson
b47dbe69a7
merge trunk
10 years ago
Oliver Grawert
f581692297
releasing package livecd-rootfs version 2.254
10 years ago
Oliver Grawert
908891a41a
ubuntu-touch: make sure we force the android alternative for libmir*- packages, in case their -mesa equivalent is installed by accident
10 years ago
Colin Watson
a4870efde1
releasing package livecd-rootfs version 2.253
10 years ago
Colin Watson
4570a8250f
Update hardcoded libmir*-android installations for Mir 0.8.0.
10 years ago
Steve Langasek
138465c476
Add support to the ubuntu-touch target to generate a separate custom
...
tarball as part of the build, moving most click packages into it.
10 years ago
Michael Vogt
026fcaffe5
merged lp:~jamesodhunt/livecd-rootfs/system-image-really-fix-resolvconf-for-ubuntu-core
10 years ago
James Hunt
3ed35d22c6
Convert resolvconf hook from a chroot hook to a binary hook since lb
...
overwrites /etc/resolv.conf after the chroot hooks have run.
10 years ago
Michael Vogt
caaf3d447b
releasing package livecd-rootfs version 2.251
10 years ago
Michael Vogt
2b98d836b5
releasing package livecd-rootfs version 2.250
10 years ago
Michael Vogt
3b6ba57453
build system-image without recommends
10 years ago
Michael Vogt
6fbfa2924b
releasing package livecd-rootfs version 2.249
10 years ago
James Hunt
7fdb47c749
live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Remove
...
pre-existing /etc/resolv.conf.
10 years ago
Colin Watson
ec09c1b31c
releasing package livecd-rootfs version 2.248
10 years ago
Colin Watson
496a1d2d8e
[r=cjwatson] live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot: Configure system-image-cli's client.ini for Ubuntu Core. This can be dropped once bug 1373467 is fixed.
10 years ago
Colin Watson
38eab440d5
[r=cjwatson] live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Configure resolv.conf for Ubuntu Core.
10 years ago
Stéphane Graber
14c5c47972
releasing version 2.247
10 years ago
Stéphane Graber
83120c758c
Pre-create some home directories
10 years ago
James Hunt
b38f657edc
live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot:
...
Configure system-image-cli's client.ini for Ubuntu Core. This can be
dropped once bug 1373467 is fixed.
10 years ago
James Hunt
adb0cf2c53
live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Configure
...
resolv.donf for Ubuntu Core.
10 years ago
Colin Watson
372216dfa0
releasing package livecd-rootfs version 2.246
10 years ago
Colin Watson
2c6b1246b4
live-build/auto/config: Use ubuntukylin-live task for ubuntukylin, not
...
ubuntu-live (LP: #1372731 ).
10 years ago
Stéphane Graber
9caf7cafdd
* Add two new hooks for Ubuntu Touch to setup sensible /etc/passwd,
...
/etc/shadow, /etc/group and /etc/gshadow PRIOR to package installation
to guarantee user/group ordering on the image and then to check for any
unexpected change to those files. (LP: #1332538 )
Any change to either the initial set of users and groups or to the
post-package-install set will now be fatal to the image and will require
a manual update of the hardcoded user/group list contained in this new
chroot_early hook.
* Bump dependency on live-build accordingly.
* Update the setup_user hook to also take care of gshadow.
10 years ago
Colin Watson
6cadf04b6c
releasing package livecd-rootfs version 2.244
10 years ago
Colin Watson
e76df6e4ce
Substitute DEB_HOST_MULTIARCH into hook scripts at build time, rather
...
than relying on dpkg-architecture (which is in dpkg-dev) to be present
in the image.
10 years ago
Ricardo Salveti de Araujo
5cb6bfe50f
releasing package livecd-rootfs version 2.243
10 years ago
Ricardo Salveti de Araujo
79e38ec819
Updating apparmor features file for Ubuntu Touch
10 years ago
Colin Watson
d1cbe1abfa
releasing package livecd-rootfs version 2.242
10 years ago
Colin Watson
74c2f2f8a7
get-ppa-fingerprint: Adjust use of
...
softwareproperties.ppa.get_ppa_info_from_lp to match the new calling
convention in software-properties 0.93.
10 years ago
Colin Watson
c337082d1e
releasing package livecd-rootfs version 2.241
10 years ago
Colin Watson
8f99537f39
live-build/auto/config: Use ubuntukylin-desktop task for ubuntukylin,
...
not ubuntu-desktop.
10 years ago
Michael Terry
f233caeab8
* live-build/ubuntu-touch/hooks/01-setup_user.chroot:
...
- Don't modify PAM files directly, we'll let ubuntu-touch-session
do that for us the proper way. (LP: #1348637 )
11 years ago
Stéphane Graber
dbd196b6e2
releasing version 2.239
11 years ago
Stéphane Graber
ff6501470d
releasing version 2.238
11 years ago
Colin Watson
609ee1a835
releasing package livecd-rootfs version 2.237
11 years ago
Colin Watson
9d264ef529
ubuntu-core: Add click-systemd to preinstalled image (currently only in
...
a PPA, so can't use tasks for this).
11 years ago
Colin Watson
8d793aaf6b
releasing package livecd-rootfs version 2.236
11 years ago
Colin Watson
b26cb2065e
[r=cjwatson] ubuntu-core:
...
- Perform in-place edit.
- Allow variable expansion.
11 years ago
Colin Watson
8f0a5075b2
releasing package livecd-rootfs version 2.235
11 years ago
Colin Watson
49c93a618b
Only add the ubuntu-core hooks for the system-image subproject.
11 years ago
Colin Watson
b78c13a8d7
releasing package livecd-rootfs version 2.234
11 years ago
Colin Watson
ba66cc4aa8
[r=cjwatson] * ubuntu-core:
...
- Don't remove doc to be kind to devs.
- Boot with systemd (temporary method until we have systemd-sysv).
- Configure first network interface.
11 years ago
Colin Watson
d399ddf106
releasing package livecd-rootfs version 2.233
11 years ago
Colin Watson
f764b07ebf
[r=cjwatson] ubuntu-core: Run setup hooks as done for ubuntu-touch.
11 years ago
Colin Watson
a3ff57899e
live-build/auto/config: Add configuration for new kubuntu-plasma5
...
flavour.
11 years ago
Colin Watson
f7865ddded
releasing package livecd-rootfs version 2.232
11 years ago
Colin Watson
6ec9896524
live-build/auto/config: Enable universe for system-image ubuntu-core
...
sub-project which requires 'system-image-cli'.
11 years ago
Steve Langasek
e844010ad4
releasing package livecd-rootfs version 2.231
11 years ago
Steve Langasek
e583d515d7
Hard-code installation of libmirclientplatform-android and
...
libmirplatformgraphics-android to avoid accidentally pulling in the
-mesa variants that are preferred as dependencies of libmirclient and
libmirserver.
11 years ago
Michael Vogt
e0d60c9c07
* lp:~mvo/livecd-rootfs/ubuntu-core-system-image:
...
- install the "ubuntu-core" task and a kernel when building
ubuntu-core with SUBPROJECT=system-image
11 years ago
Steve Langasek
fe06c58960
releasing package livecd-rootfs version 2.229
11 years ago
Steve Langasek
edbb9763c7
Merge lp:~mterry/livecd-rootfs/no-password
11 years ago
Colin Watson
73f29eee0d
releasing package livecd-rootfs version 2.228
11 years ago
Colin Watson
824344f4a0
Pass --mirror-binary in the ubuntu-rtm case too; this isn't inherited
...
from the bootstrap mirror.
11 years ago
Colin Watson
f07e73b16b
releasing package livecd-rootfs version 2.227
11 years ago
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.
11 years ago
Colin Watson
8fd552b006
releasing package livecd-rootfs version 2.226
11 years ago
Colin Watson
09f615034a
Apply a grievous hack to get debootstrap working against ubuntu-rtm
...
series.
11 years ago
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).
11 years ago
Colin Watson
cc5186faf2
releasing package livecd-rootfs version 2.225
11 years ago
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).
11 years ago
Oliver Grawert
8aa89f1b5f
releasing package livecd-rootfs version 2.224
11 years ago
Oliver Grawert
307c451da1
drop extra space in DEFGROUPS variable
11 years ago
Oliver Grawert
5e3a012867
releasing package livecd-rootfs version 2.223
11 years ago
Oliver Grawert
fafbf13abb
add android_cache group and add phablet user to it
11 years ago
Ricardo Salveti de Araujo
5dafc92b4b
releasing package livecd-rootfs version 2.222
11 years ago
Ricardo Salveti de Araujo
629433d3c4
Precompiling apparmor policies on touch
11 years ago
Ricardo Salveti de Araujo
cd7609b231
releasing package livecd-rootfs version 2.221
11 years ago
Ricardo Salveti de Araujo
e50449a994
Adding android_nvram group to the touch image
11 years ago
Oliver Grawert
d32603eb79
releasing package livecd-rootfs version 2.220
11 years ago
Oliver Grawert
aaae8194af
add media group to touch images
11 years ago
Colin Watson
39ab77875e
releasing package livecd-rootfs version 2.219
11 years ago
Colin Watson
126432d844
Make the output kernel/initrd world-readable in a couple more cases,
...
particularly relevant to ubuntu-defaults-image (LP: #1334616 ).
11 years ago
Colin Watson
c7ba55e819
Drop fdupes analysis: not widely used any more, can be done separately
...
if needed, and very noisy in build logs.
11 years ago
Colin Watson
927bcf90b7
releasing package livecd-rootfs version 2.218
11 years ago
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.
11 years ago
Oliver Grawert
def653746f
releasing package livecd-rootfs version 2.217
11 years ago
Oliver Grawert
d04c2c068b
drop the default creation of SWAP.swap files for all preinstalled devices
11 years ago
Oliver Grawert
3a2dc931ed
releasing package livecd-rootfs version 2.216
11 years ago
Oliver Grawert
7e6b25ddf3
drop the initscripts hack again
11 years ago
Oliver Grawert
7cac310824
releasing package livecd-rootfs version 2.215
11 years ago
Oliver Grawert
17d7b3823b
add live-build/ubuntu-touch/hooks/85-hack-hack-hack-the-initscripts.chroot as a quick hack to get writability back on the phone images ... THIS IS TEMPORARY
11 years ago
Iain Lane
0cb2547bea
releasing package livecd-rootfs version 2.214
11 years ago
Iain Lane
320245b773
fix changelog typo
11 years ago
Iain Lane
f41714bd5b
ubuntu-desktop-next: Use the Task fiels that the archive now has for this
...
project.
11 years ago
Colin Watson
03f218a15e
releasing package livecd-rootfs version 2.213
11 years ago
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.
11 years ago
Colin Watson
14c091eff2
releasing package livecd-rootfs version 2.212
11 years ago
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.
11 years ago
Iain Lane
ee44d6bc05
releasing package livecd-rootfs version 2.211
11 years ago
Iain Lane
3ce6f0c289
Add an ubuntu-desktop-next project for building a desktop flavour
...
including Unity 8 and the applications developed for Ubuntu Touch.
11 years ago
Colin Watson
fd68b48527
releasing package livecd-rootfs version 2.210
11 years ago
Colin Watson
807ee32efc
live-build/ubuntu-touch/hooks/70-reconfigure-autopilot.chroot: Fix test
...
for whether a package is installed, and check for both python-autopilot
and python3-autopilot.
11 years ago
Iain Lane
1a785e2615
releasing package livecd-rootfs version 2.209+unity8.2
11 years ago
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
11 years ago
Iain Lane
0ebe5e57b1
Add unity8 flavour
11 years ago
Colin Watson
d455fcccd7
releasing package livecd-rootfs version 2.209
11 years ago
Colin Watson
34ea5156cf
live-build/auto/config: Pass any additional command-line arguments on to
...
"lb config".
11 years ago
Ricardo Salveti de Araujo
59f0b873d5
releasing package livecd-rootfs version 2.208
11 years ago
Ricardo Salveti de Araujo
0fe1485ba8
Adding support for ubuntu-touch i386 based images
11 years ago
Ricardo Salveti de Araujo
13d9a8f996
releasing package livecd-rootfs version 2.207
11 years ago
Ricardo Salveti de Araujo
fdf26caffd
touch/80-enable-libhybris.chroot: making libhybris the default alternatives
...
for EGL/GLESv2 on touch
11 years ago
Oliver Grawert
ae494ecf6e
releasing package livecd-rootfs version 2.206
11 years ago
Oliver Grawert
5602f1e926
dropping maguro and adding flo, changing golfish to generic in touchsubarches
11 years ago
Ricardo Salveti de Araujo
c39d253725
releasing package livecd-rootfs version 2.205
11 years ago
Ricardo Salveti de Araujo
84262b6f94
touch/48-setup-env.chroot: QML2_IMPORT_PATH should respect
...
DEB_HOST_MULTIARCH (as we now have i386 builds as well)
11 years ago
Colin Watson
53698ca242
releasing package livecd-rootfs version 2.204
11 years ago
Colin Watson
bf148c8f79
merge 2.203
11 years ago
Colin Watson
219e7db493
releasing package livecd-rootfs version 2.203
11 years ago
Colin Watson
5e683e7dd6
Make livecd-rootfs be Architecture: any so that we can go back to the
...
android-tools-fsutils dependency being architecture-specific, which
relieves us of having to port it to new architectures which don't care
about Android.
11 years ago
Your Name
b646083ad7
Add hostname and machine-info to the writable paths, so that hostnamectl
...
can change them to create a sane default bluetooth device name.
11 years ago
Adam Conrad
2fa8a6f24e
Add the minimal task to ubuntu-core to preserve brand consistency.
11 years ago
Oliver Grawert
1491503c7d
releasing package livecd-rootfs version 2.201
11 years ago
Oliver Grawert
d0e663b470
add support for copying goldfish android images out of the android package
11 years ago
Oliver Grawert
269af1b03b
releasing package livecd-rootfs version 2.200
11 years ago
Oliver Grawert
da3e3e4168
fix quoting in click installer egrep call
11 years ago
Oliver Grawert
4bf614efcc
releasing package livecd-rootfs version 2.199
11 years ago
Oliver Grawert
68d3bbf11f
make the click package installation check for proper architecture
11 years ago
Stéphane Graber
a9e80f9118
releasing version 2.198
11 years ago
Loïc Minier
f823111286
Release 2.196.
11 years ago
Sergio Schvezov
51a8beab46
Removing the PPAs for Ubuntu Touch builds.
11 years ago
Oliver Grawert
6038024da1
releasing version 2.195
11 years ago
Oliver Grawert
06b96f94ed
fix the prefixing of click packages in manifest files
11 years ago
Oliver Grawert
eb7a2d2a1b
releasing version 2.194
11 years ago
Oliver Grawert
7fdb743882
prefix click packages in the manifest file with "click:"
11 years ago
Oliver Grawert
a47eedf7df
releasing version 2.193
11 years ago
Oliver Grawert
43f65991b4
drop SHELL=/system/bin/sh from /etc/environment on touch images
11 years ago
Oliver Grawert
b5588dcf7e
releasing version 2.192
11 years ago
Oliver Grawert
3d0f8e22d5
list click packages in teh manifest file on ubuntu touch
11 years ago
Martin Pitt
5976888f34
releasing package livecd-rootfs version 2.191
11 years ago
Martin Pitt
f61be85fdc
ubuntu-touch: Make writable symlinks relative.
11 years ago
Martin Pitt
7060858b2e
releasing package livecd-rootfs version 2.190
11 years ago
Martin Pitt
3e85549e36
do not handle /etc/adjtime, it should not be in phone builds altogether
11 years ago
Martin Pitt
7e84ea20c6
ubuntu-touch: Add 03-etc-writable.chroot hook to move/symlink files in
...
/etc to /etc/writable/ that we need to update atomically. At the moment
these are adjtime, timezone, localtime. (LP: #1227520 )
11 years ago
Colin Watson
1ea8bef4ca
releasing package livecd-rootfs version 2.189
11 years ago
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.
11 years ago
Oliver Grawert
1940e17d76
releasing version 2.188
11 years ago
Oliver Grawert
49e2569109
ship policykit rules for networkmanager, now that we use it on touch
11 years ago
Oliver Grawert
8686ba5249
releasing version 2.187
11 years ago
Oliver Grawert
8ebc164aa1
remove QT_QPA_PLATFORM from ubuntu-touch
11 years ago
Oliver Grawert
5dd8b8f266
releasing version 2.186
11 years ago
Oliver Grawert
bbf1758094
drop phablet-team PPa sources.list entries from touch
11 years ago
Michael Terry
6d80ab3c54
Add changelog message, use new-style lightdm.conf.d file, and don't set autologin-in-background until we can have a real greeter in Touch
11 years ago
Colin Watson
495518afbd
releasing package livecd-rootfs version 2.184
11 years ago
Colin Watson
976cbb1594
Revert to always using archive-team.internal in 60-install-click.chroot
...
for now. This is unfortunate, but "hostname --fqdn" doesn't work at
this stage.
11 years ago
Colin Watson
9f56629f09
releasing package livecd-rootfs version 2.183
11 years ago
Colin Watson
00192887a2
Make 60-install-click.chroot more verbose, in an attempt to figure out
...
why this doesn't work in the datacentre.
11 years ago
Colin Watson
430558b8ce
releasing package livecd-rootfs version 2.182
11 years ago
Colin Watson
1c5ea38beb
Fix test for whether we're running in the Canonical datacentre when
...
installing click packages.
11 years ago
Colin Watson
741ff8d8d1
Log the hostname at the start of the build.
11 years ago
Colin Watson
21f4bc0b08
releasing package livecd-rootfs version 2.181
11 years ago
Colin Watson
805633bc05
Download core click packages from the right place when building images
...
outside the Canonical datacentre.
11 years ago
Colin Watson
d083723d88
Use new multiple-database scheme in click 0.4.3 to preinstall click
...
packages.
11 years ago
Oliver Grawert
2f45e1f2e0
releasing version 2.180
11 years ago
Oliver Grawert
07406f5e8e
change NM mangling from admin to sudo group, drop some extra env variables we dont need from touch images
11 years ago
Oliver Grawert
4fc7a2e78e
releasing version 2.179
11 years ago
Oliver Grawert
1dc58ddbe5
fix autopilot group handling on touch images
11 years ago
Ricardo Salveti de Araujo
f49f02be27
releasing version 2.178
11 years ago
Sergio Schvezov
2978a1e0dd
Copying click packages to install search location instead of installing
...
for a hardcoded user.
11 years ago
Oliver Grawert
4f62ebd984
releasing version 2.177
12 years ago
Oliver Grawert
39986bad6c
do not forcefully use the admin group on touch images. this group was dropped in favour of the sudo group several releases ago
12 years ago
Oliver Grawert
014067af6e
releasing version 2.176
12 years ago
Oliver Grawert
16bc6cb9b3
preserve a symlink of media-info for backwards compatibility
12 years ago
Oliver Grawert
c047fb2432
releasing version 2.175
12 years ago
Oliver Grawert
a1092a9c13
move media-info file from /var/log/installer to /etc on touch images
12 years ago
Oliver Grawert
740ad68fa9
releasing version 2.174
12 years ago
Oliver Grawert
d98eb03afb
make sure the bluetooth group has the right android GID on touch builds
12 years ago
Oliver Grawert
81d81cfdab
releasing version 2.173
12 years ago
Oliver Grawert
4dd78a3d72
merge lp:~mterry/livecd-rootfs/system-user
12 years ago
Oliver Grawert
46ada53082
releasing version 2.172
12 years ago
Sergio Schvezov
ef61ca2511
Reenabling click package installation hook.
12 years ago
Oliver Grawert
37bef7f65e
releasing version 2.171
12 years ago
Oliver Grawert
f897e608df
seems unlike my local build the buildd doesnt get along with links, use copy instead
12 years ago
Oliver Grawert
9e2888738a
releasing version 2.170
12 years ago
Oliver Grawert
17fcb0f65a
fix package mirror in android package install routine
12 years ago
Oliver Grawert
54b97639a0
releasing version 2.169
12 years ago
Oliver Grawert
74ce6409a4
switch touch builds to use the packaged android img files (pending cdimage changes to publish these from the livefs builder)
12 years ago
Oliver Grawert
f06dcf375a
releasing version 2.168
12 years ago
Oliver Grawert
6ee060fae7
drop unity-next PPA from ubuntu-touch builds, unity8 is in the archive now
12 years ago
Oliver Grawert
fff1a0cc0a
releasing version 2.167
12 years ago
Oliver Grawert
47d569d8bc
make sure FLASH_KERNEL_SKIP is set when we post-process touch images
12 years ago
Oliver Grawert
f906e0211b
releasing version 2.166
12 years ago
Oliver Grawert
912941411b
add radio user (with UID 1001 (required by android)) to the default user creation for ubuntu-touch
12 years ago
Adam Conrad
3d4461ecad
Remove e2fs-zero.py and references to it, it's no longer used.
12 years ago
Colin Watson
1287eeaa1a
releasing version 2.164
12 years ago
Colin Watson
f030ef8902
Temporarily disable Click package installation, until desktop/AppArmor
...
integration has landed properly.
12 years ago
Colin Watson
aded5ce10a
Remove all vestiges of livecd.sh and ubuntu-touch-android.sh.
...
Requiescant in pace.
12 years ago
Colin Watson
ca529d7223
Remove livecd.py, which was never finished.
12 years ago
Colin Watson
70658c34cf
Run builds under eatmydata. (This doesn't actually seem to help very
...
much - it shaves a minute off a 48-minute test build on my laptop - but
it will stop people being distracted by it.)
12 years ago
Oliver Grawert
aaac594d72
releasing version 2.163
12 years ago
Oliver Grawert
4b814f4e7b
point click package install to http://archive-team.internal/click_packages
12 years ago
Oliver Grawert
4359db1db5
releasing version 2.162
12 years ago
Sergio Schvezov
c0224c1e4f
Updating from trunk and reversioning the changelog
12 years ago
Oliver Grawert
a066692076
releasing version 2.161
12 years ago
Oliver Grawert
46f91565ea
drop bashrc mangling from ubuntu-touch builds
12 years ago
Iain Lane
3b8a12dbe6
releasing version 2.160
12 years ago
Iain Lane
a80bcd80d6
Do the same trick as in 2.158 for kubuntu armhf+omap4 too.
12 years ago
Sergio Schvezov
5c03a4f1d0
Ubuntu Touch click package install hook.
12 years ago
Oliver Grawert
703051b93f
releasing version 2.159
12 years ago
Oliver Grawert
7193655900
source dbus-session from a different place in touch images
12 years ago
Iain Lane
b04cbfd953
releasing version 2.158
12 years ago
Iain Lane
445c528af5
Changelog
12 years ago
Oliver Grawert
b7565b8678
releasing version 2.157
12 years ago