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
Daniel Watkins
15d147bcdb
Add replace_grub_root_with_label function
...
When update-grub is run, it will detect the disks in the build system.
Currently, we sed the grub configuration in places where this happens;
replace_grub_root_with_label moves that seddery in to a single callable
location to avoid ending up with multiple versions of it.
(It's worth noting that we also do this in 999-cpc-fixes.chroot, but as our
functions file isn't available within the chroot we don't use it there.)
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
Steve Langasek
096f842da6
Merge lp:~mwhudson/livecd-rootfs/uc-add-netplan/
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.
8 years ago
Sebastien Bacher
5c11231392
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.
9 years ago
Sebastien Bacher
da28a130be
update hook comment to match the content
9 years ago
Sebastien Bacher
377b075dcc
escape $1 variable in the xdg script where needed
9 years ago
Sebastien Bacher
2dd9d8a055
Correct some syntax errors in the ubuntu-core snap hooks
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
Louis Zuckerman
802e65f885
remove unnecessary virtualbox-guest-dkms package from vagrant image builder
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
213c3b317c
updated per Steve Langasek's feedback:
...
- put umount in trap
- wrap comment lines at 78 chars
- remove unnecessary DEBIAN_FRONTENT env var from apt-get lines
9 years ago
Louis Zuckerman
85d3b5fdaf
remove comment from vagrant script
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
Łukasz 'sil2100' Zemczak
9608064276
ubuntu-pd is dead, long live ubuntu-touch-custom - introduce a new project ubuntu-touch-custom that is exactly the same as ubuntu-touch but uses a separate cdimage project (separate builder space).
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