Łukasz 'sil2100' Zemczak
95772fd9df
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into u-i-disk-info
5 years ago
Michael Hudson-Doyle
2b47f98242
releasing package livecd-rootfs version 2.649
5 years ago
Michael Hudson-Doyle
49e550fb9e
Fix autoinstall-extracting runcmd in the case no user-data is passed.
5 years ago
Michael Hudson-Doyle
226a31dfe0
releasing package livecd-rootfs version 2.648
5 years ago
Michael Hudson-Doyle
de170d8bc1
clarify changelog
5 years ago
Michael Hudson-Doyle
904f4789ca
update changelog
5 years ago
Robert C Jennings
d214127b9f
Address snap base regression after snap-tool removal
...
With the removal of snap-tool failures are seen in image builds that do
not have the 'core' snap included by the seed. This is the case for the
minimized subproject of the ubuntu-cpc project where lxd/core is removed.
In that subproject, any binary hook which adds a snap that is based
on 'core' will not add 'core' and fail 'snap debug validate-seed'.
snap-tool included the following logic in the 'snap-tool info' when
determining snap bases:
# Have "base" initialized to something meaningful.
if self.is_core_snap():
snap_data["snap"]["base"] = ""
elif snap_data["snap"].get("base") is None:
snap_data["snap"]["base"] = "core"
The snap store does not return a base if the base is core which makes
this necessary. This patch looks for the base in 'snap info' output
and if none is found (and the snap is not snapd or core) it assumes the
base is 'core' and installs it. This restores the behavior lost in the
migration from snap-tool to snap cli.
5 years ago
Iain Lane
bc3e962ee8
Finalise changelog
5 years ago
Iain Lane
ede0be897b
Pass --verbose to `snap info` so that it includes the base.
5 years ago
Steve Langasek
b843beb26b
releasing package livecd-rootfs version 2.645
5 years ago
Robert C Jennings
489f009e49
Use snap cli rather than custom snap-tool
...
snap-tool was added to support a deprecate cohort-key feature of the snap store.
Recent changes in snap assertions have added additional fields which snap-tool
is not retrieving. This resulted in snap install failures on first boot.
This patch removes snap-tool and returns to using the snap cli. This ensures
snap downloads will function without odd incompatibilities.
5 years ago
Łukasz 'sil2100' Zemczak
ccbc6aed83
releasing package livecd-rootfs version 2.644
5 years ago
Łukasz 'sil2100' Zemczak
e9170e053b
Rename the raspi3 SUBARCH to raspi
5 years ago
Dimitri John Ledkov
7904fd4fe5
releasing package livecd-rootfs version 2.643
5 years ago
Dimitri John Ledkov
d7045b2e09
Fixup subiquity:
...
- drop ds-identify policy, not needed with improved cloud config
- drop disabling network, doesn't work with ip=
- fixup setting up the INSTALLER_ROOT mountpoint
5 years ago
Dimitri John Ledkov
a19d6273fe
releasing package livecd-rootfs version 2.642
5 years ago
Dimitri John Ledkov
17dc48cf65
Set uc20 image size to 10G.
5 years ago
Dimitri John Ledkov
133c99c22c
releasing package livecd-rootfs version 2.641
5 years ago
Dimitri John Ledkov
438606c5e8
Encode CHANNEL specification in the UC20 model names.
5 years ago
Dimitri John Ledkov
3b1047fbc2
Configure a better nocloud datasource for subiquity cloud-init.
5 years ago
Dimitri John Ledkov
fbf9c5b854
releasing package livecd-rootfs version 2.640
5 years ago
Dimitri John Ledkov
db0c7d68f2
Although the request flavour to install is oem-20.04, it really is called just oem on disk. Override the flavour name from oem-20.04 to oem when renaming built artefacts. This also means that ubuntu-cdimage needs to simply download 'oem' vmlinuz+initrd pairs, not 'oem-20.04'.
5 years ago
Dimitri John Ledkov
7520a60019
releasing package livecd-rootfs version 2.639
5 years ago
Dimitri John Ledkov
e062389eb9
* On s390x subiquity:
...
- enable cloud-init
- make cloud-init handle the default/baked in networking configuration
- install and enable openssh-server for the installation only
- provide cloud.cfg that generates random installer user password
- disable subiquity on sclp_line0 line based console
5 years ago
Dimitri John Ledkov
2757f7aee3
releasing package livecd-rootfs version 2.638
5 years ago
Dimitri John Ledkov
f6ca600af2
Install oem-20.04 kernel flavour on Ubuntu Desktop builds.
5 years ago
Łukasz 'sil2100' Zemczak
e6fd34b54d
releasing package livecd-rootfs version 2.637
5 years ago
Łukasz 'sil2100' Zemczak
2870738f00
Merge the manually-pushed 2.636 from Laney.
5 years ago
Łukasz 'sil2100' Zemczak
95103e3d36
Ensure seed part. is mounted; wait for getty
5 years ago
Łukasz 'sil2100' Zemczak
2ca3cc9720
Use the datestamp parameter (stored in NOW) instead of the newly added BUILD_ID.
5 years ago
Michael Hudson-Doyle
c35971f515
releasing package livecd-rootfs version 2.635
5 years ago
Michael Hudson-Doyle
a934e042d6
Merge branch 'lp-1855354' into ubuntu/master
5 years ago
Michael Hudson-Doyle
41f4f05cc4
bump version number
5 years ago
Łukasz 'sil2100' Zemczak
fc6d956269
Support generating a .disk/info file via ubuntu-image if BUILD_ID is passed from cdimage to the builder.
5 years ago
Łukasz 'sil2100' Zemczak
3fe3b18719
releasing package livecd-rootfs version 2.634
5 years ago
Michael Hudson-Doyle
94c2d606ca
Preserve apt preferences created by any package we install (i.e. ubuntu-advantage-tools) against live-build's attempt to delete them. (LP: #1855354 )
5 years ago
David Krauser
b71d1f990e
Only build bootable buildd images for amd64
5 years ago
David Krauser
4a0b757dc7
Properly setup the chroot before using the network in buildd hook.
5 years ago
Łukasz 'sil2100' Zemczak
e35866df3e
releasing package livecd-rootfs version 2.633
5 years ago
Łukasz 'sil2100' Zemczak
474f232840
Snapd for uc20 model assertions does not support global channel overrides.
5 years ago
Michael Hudson-Doyle
93dd6d3ef4
releasing package livecd-rootfs version 2.632
5 years ago
David Krauser
612c731b26
Fix broken DNS in buildd image builds.
...
Instead of injecting an empty resolv.conf with an includes.chroot, we'll
inject it in late with a hook. The empty resolv.conf breaks DNS early in
the build, and causes some binary hooks to fail.
5 years ago
Łukasz 'sil2100' Zemczak
5511deae44
releasing package livecd-rootfs version 2.631
5 years ago
Łukasz 'sil2100' Zemczak
2258721d35
Add changelog entry.
5 years ago
Dimitri John Ledkov
4006326978
releasing package livecd-rootfs version 2.630
5 years ago
Dimitri John Ledkov
3551fc1a02
Ship two kernel flavours on desktop image.
5 years ago
Dimitri John Ledkov
39f675eaf6
Drop installing dummy transitional linux-signed-generic, these days linux-generic is always signed, on arches that need/support it.
5 years ago
Steve Langasek
2597ae2e81
releasing package livecd-rootfs version 2.629
5 years ago
Steve Langasek
aafbc0e9fe
Also make qemu-utils a non-i386 dependency, since it is only used for cloud images we're not making and pulls in a lot of other dependencies.
5 years ago
Steve Langasek
94b1b2af45
releasing package livecd-rootfs version 2.628
5 years ago
Steve Langasek
c86284f83d
Also make the ubuntu-image dependency arch-conditional, since ubuntu-image pulls in snapd.
5 years ago
Steve Langasek
21cae15d33
releasing package livecd-rootfs version 2.627
5 years ago
Steve Langasek
3ca02be281
Don't depend on snapd on i386, since i386 support in focal is only for launchpad buildd chroots.
5 years ago
Michael Hudson-Doyle
1798848608
releasing package livecd-rootfs version 2.626
5 years ago
Michael Hudson-Doyle
b797dfee86
No-change rebuild to build for i386 again (for now).
5 years ago
Michael Hudson-Doyle
16d6c9028c
releasing package livecd-rootfs version 2.625
5 years ago
Michael Hudson-Doyle
92941d4931
changelog
5 years ago
Michael Hudson-Doyle
525f730f7f
fix changelog
5 years ago
Michael Hudson-Doyle
fbed1e5846
Make autoinstall files from initrd and filesystem with label autoinstall available on live-server systems.
5 years ago
Balint Reczey
cff135b43e
debian/gbp.conf: Add minimal configuration for branch and tag naming
5 years ago
Balint Reczey
19f5745672
Update changelog
5 years ago
Balint Reczey
2a68f1312a
Mark packages as autoinstalled using apt-mark in the chroot
...
instead of using python-apt that potentially starts talking to the build
system's dbus causing various problems.
LP: #1835406
5 years ago
Łukasz 'sil2100' Zemczak
7bd6163ee5
releasing package livecd-rootfs version 2.623
5 years ago
David Krauser
31a3a42567
Updating changelog.
5 years ago
Łukasz 'sil2100' Zemczak
a18a7e5294
releasing package livecd-rootfs version 2.622
5 years ago
Łukasz 'sil2100' Zemczak
ac40cadf08
Support fetching classic gadget trees from a non-github-mirrored launchpad repo.
5 years ago
Łukasz 'sil2100' Zemczak
7a92927023
releasing package livecd-rootfs version 2.621
5 years ago
Łukasz 'sil2100' Zemczak
2896d39a7a
Make sure the imx6 subarch uses the ubuntu-image imageformat.
5 years ago
Adam Conrad
7c85d91d41
Limit the lxd group to images with an installer; it's less appropriate for random tarball images, which are configured in ways we don't know.
5 years ago
Dimitri John Ledkov
35d16ae485
releasing package livecd-rootfs version 2.619
5 years ago
Dimitri John Ledkov
f918cd5eb1
Subiquity: install linux-firmware in the installer layer, to make firmware blobs available in the live session. LP: #1847835
5 years ago
Steve Langasek
d0b622089e
releasing package livecd-rootfs version 2.618
5 years ago
Michael Hudson-Doyle
c89806ba4d
Do not create a hook manually for ubuntu-cpc builds, make-hooks does not like that.
5 years ago
Dimitri John Ledkov
8caa938187
releasing package livecd-rootfs version 2.617
5 years ago
Michael Hudson-Doyle
4788e90315
Create the lxd group as a system group for all projects. (LP: #1844498 )
5 years ago
Dimitri John Ledkov
3fa91342a9
releasing package livecd-rootfs version 2.616
5 years ago
Dimitri John Ledkov
4c534bc6be
subiquity: Use LazyUnmount=yes on memorymapped /usr/lib/modules.
...
Subiquity images mount /usr/lib/modules from a squashfs, which systemd
tries to unmount on shutdown, whilst they are still being in use. As
systemd-udevd kmod built-in's libkmod has modules.* files
memorymapped. This produces an warning on shutdown, flooding the
screen with messages as systemd switches to a more verbose
output. Specify LazyUnmount=yes on that mount, such that unmount call
succeeds without flooding the shutdown log.
5 years ago
Łukasz 'sil2100' Zemczak
fd9257c294
releasing package livecd-rootfs version 2.615
5 years ago
Robert C Jennings
8cb442c3e8
magic-proxy: dump proxy log to stdout on failure
...
When we encounter a failure in 'lb binary' the launchpad builders can
only surface the build output from stdout. If the binary hook failure
implicates the archive we can not determine fault without the apt
proxy log. This patch will dump the proxy log to stdout to aid in
debugging these failures.
5 years ago
Steve Langasek
312bef9002
releasing package livecd-rootfs version 2.614
5 years ago
Steve Langasek
0902ffefb3
002-add-foreign-kernel.chroot_early: enable amd64 as a foreign arch on i386 image builds, since this is where the kernel comes from henceforth.
5 years ago
Łukasz 'sil2100' Zemczak
503b8b81df
releasing package livecd-rootfs version 2.613
5 years ago
Łukasz 'sil2100' Zemczak
1f8f86c17c
Final fix to 999-ubuntu-image-customization.chroot, tested to be working.
5 years ago
Łukasz 'sil2100' Zemczak
c4ef397428
releasing package livecd-rootfs version 2.612
5 years ago
Łukasz 'sil2100' Zemczak
c7f3374f9f
Final changes to the 999-ubuntu-image-customization.chroot hook.
5 years ago
Dimitri John Ledkov
8a6ed637b8
releasing package livecd-rootfs version 2.611
5 years ago
Łukasz 'sil2100' Zemczak
6f0a14d1cd
releasing package livecd-rootfs version 2.610
5 years ago
Łukasz 'sil2100' Zemczak
2341514fad
Fix typo.
5 years ago
Łukasz 'sil2100' Zemczak
af1fd6f6ab
releasing package livecd-rootfs version 2.609
5 years ago
Łukasz 'sil2100' Zemczak
114a1b2599
Add changelog entry.
5 years ago
Łukasz 'sil2100' Zemczak
d7c4bb4d85
Do not initialize EXTRA_SNAPS with an empty value. Allow overrides via the environment.
5 years ago
Łukasz 'sil2100' Zemczak
006ed85460
Add support for the Nitrogen6x board.
5 years ago
Colin Watson
a70cddd28d
releasing package livecd-rootfs version 2.608
5 years ago
Colin Watson
2987ca1603
Update changelog
5 years ago
Colin Watson
dc61b17db3
Use iptables-legacy on older kernel versions
...
Use iptables-legacy rather than iptables when running on older
(pre-4.15) kernel versions. The newer nf_tables-based tools misbehave
at least on 4.4.
5 years ago
Iain Lane
bf6d8253ea
Finalise changelog
5 years ago
Iain Lane
9619dad5ad
Update changelog
5 years ago
Colin Watson
57a13cc16c
releasing package livecd-rootfs version 2.606
5 years ago
Colin Watson
9a65a4013d
Undivert update-initramfs more carefully
...
Previously the wrapper script and diversion were left in place on images
such as buildd images that don't have initramfs-tools installed.
LP: #1841573
5 years ago
Dimitri John Ledkov
9584b2bf93
releasing package livecd-rootfs version 2.605
5 years ago