Steve Langasek
19c8076966
releasing package livecd-rootfs version 23.10.21
1 year ago
Steve Langasek
2b80fdecd2
No need to use rsync in hooks now to avoid file duplication since layer handling as a whole now uses rsync.
1 year ago
Steve Langasek
b43e3b84f4
Reset /var/lib/snapd in the upper layers before calling snap prepare-image
1 year ago
Steve Langasek
d3a75c9bec
Consolidate canary layers to merge 'classic' back into 'standard'
1 year ago
Michael Hudson-Doyle
6890dfe5ca
Deduplicate the layers just before creating the squashfs, to enable deduplication of the result of binary hooks as well.
1 year ago
Łukasz 'sil2100' Zemczak
caedce593b
releasing package livecd-rootfs version 23.10.20
1 year ago
Łukasz 'sil2100' Zemczak
b1a118f4d7
Update canary model assertions.:
1 year ago
Utkarsh Gupta
13c3321bb8
Update d/ch for 23.10.19 release
1 year ago
Łukasz 'sil2100' Zemczak
139234da82
releasing package livecd-rootfs version 23.10.18
1 year ago
Łukasz 'sil2100' Zemczak
9d9a68d6bf
Fix the 020-canary-* hooks referencing the wrong layer names after changes introduced in 23.10.17.
1 year ago
Łukasz 'sil2100' Zemczak
6eca613644
Refresh the canary model assertions.
1 year ago
Steve Langasek
121e5d8195
releasing package livecd-rootfs version 23.10.17
1 year ago
Steve Langasek
94ab5c0f7a
Merge branch 'meta-squash-fs' into ubuntu/master
1 year ago
Philip Roche
3531a2b2b4
fix: Only close LP bug once in changelog entry
...
Indent related fixes under same bug heading
1 year ago
Philip Roche
a373fb527c
fix: Install required package fuse3 when preseeding snaps (LP: #2031640 )
...
fuse3 was previously installed through recommends but with minimized images we no longer install recommends packages.
It is only required when preseeding snaps so does not need to be present in all minimized images so does not
need to be in the cloud-minimal seed.
1 year ago
Philip Roche
294a65452d
fix: Ensure required dependencies are installed before trying `grub-install` (LP: #2031640 )
...
As a result of not installing recommended packages the packages required to run `grub-install`
are no longer installed by default.
To ensure we can successfully run `grub-install` we install both `grub-pc` and `grub2-common`
packages.
1 year ago
Philip Roche
711c5c291f
fix: Remove dangling symlink /boot/initrd.img.old if exists (LP: #2031640 )
...
As a result of not installing recommended packages we have dangling symlink `/boot/initrd.img.old`
As per the preceding `/boot/initrd.img` cleanup. Cleanup of `/boot/initrd.img.old`
only happens if it is a dangling symlink.
These `rm` commands also have `--verbose` flags now to make it easier when debugging logs
1 year ago
Philip Roche
d1ec6f8947
fix: Do not install recommends for ubuntu-cpc minimized project (LP: #2031640 )
...
For minimized images we do not want to install any recommended packages.
We can do this by setting APT::Install-Recommends to false in apt config
or by passing --no-install-recommends to apt-get install.
1 year ago
Utkarsh Gupta
21fa212d12
Update d/ch for 23.10.15 release
1 year ago
Steve Langasek
6f1fc57ebc
Merge the minimal and standard layers on the Ubuntu Desktop images (both daily-live and canary), now that there is no separate minimal install target.
1 year ago
Dan Bungert
51dcf5f115
changelog for 23.10.14
1 year ago
Utkarsh Gupta
61ae209071
Update d/ch for 23.10.13 release
1 year ago
Utkarsh Gupta
774b7c6c5a
Update d/ch for 23.10.12 release
1 year ago
Michael Hudson-Doyle
fb465e6921
releasing package livecd-rootfs version 23.10.11
1 year ago
Michael Hudson-Doyle
4f6f63dd6b
Remove additional dependencies from subiquity units as they are now interfering with the boot process. (LP: #2028862 )
1 year ago
Łukasz 'sil2100' Zemczak
494ef427e8
Merge branch 'canary-locale' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/master
1 year ago
Dan Bungert
3522847a77
changelog
1 year ago
Łukasz 'sil2100' Zemczak
4fc64be673
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into canary-locale
1 year ago
Łukasz 'sil2100' Zemczak
4cc5d37900
Fix changelog version and whitespace.
1 year ago
Dan Bungert
95b37dcb8c
budgie: KERNEL_FLAVOURS=none
1 year ago
Dan Bungert
6010b5de5e
desktop: KERNEL_FLAVOURS=none
...
no need to include the kernel directly, it is installed at
runtime (LP: #2026225 )
1 year ago
Michael Hudson-Doyle
101e5b6f19
releasing package livecd-rootfs version 23.10.8
1 year ago
Michael Hudson-Doyle
cf75120068
lb_chroot_layered: use rsync to make more minimal overlay layers. (LP: #2028213 )
1 year ago
Michael Hudson-Doyle
276d577722
add changelog entry for vf2_edk2 merge
1 year ago
Michael Hudson-Doyle
cb1a24a5fb
releasing package livecd-rootfs version 23.10.7
1 year ago
Michael Hudson-Doyle
d3dfb12f85
Actually fix live-build/ubuntu-cpc/hooks.d/base/disk-image.binary to not call force_boot_without_initramfs on s390x rather than disk-image-uefi.binary which obviously would never run on s390x.
1 year ago
Michael Hudson-Doyle
41f4783f19
releasing package livecd-rootfs version 23.10.6
1 year ago
Michael Hudson-Doyle
37341541b4
live-build/ubuntu-cpc/hooks.d/base/disk-image.binary: Do not call force_boot_without_initramfs on s390x.
1 year ago
Michael Hudson-Doyle
c42f2ef3b1
live-build/ubuntu-cpc/hooks.d/base/disk-image-*.binary: Fix invocations of force_boot_without_initramfs to pass "mountpoint" and not "${mountpoint}" (which actually worked on most arches for VERY BAD reasons but fails on s390x).
1 year ago
Michael Hudson-Doyle
777fe1f699
releasing package livecd-rootfs version 23.10.5
1 year ago
Michael Hudson-Doyle
0595a12093
add changelog entry for previous merge
1 year ago
Łukasz 'sil2100' Zemczak
09cec13e37
canary: attempt to enable locale support for canary layers.
1 year ago
Łukasz 'sil2100' Zemczak
f045e9d376
releasing package livecd-rootfs version 23.10.4
1 year ago
Łukasz 'sil2100' Zemczak
9d9f7a71a5
canary: use 23.10 models.
1 year ago
Loïc Minier
8cd0c5a852
Depend on devscripts
...
classic ubuntu-image builds will build the gadget from a repository
using make, and the reference pc-gadget snap uses chdist to pull the
latest GRUB/shim from the proper series x pocket; NB: chdist was used
instead of the more convenient pull-lp-debs as devscripts is in main
while ubuntu-dev-tools is in universe. It's inelegant for livecd-rootfs
to pick up dependencies needed to build gadgets, even if it's for the
official ones as other gadgets might want other dependencies, rather
this should be expressed as part of the build contract of the gadget, or
livecd-rootfs should only consume pre-built gadgets built in a standard
way (e.g. snap build, deb build etc.).
1 year ago
Dimitri John Ledkov
e1eab51d3a
releasing package livecd-rootfs version 23.10.2
1 year ago
Dimitri John Ledkov
7ae6dbbb8e
Set `gbp dch` vendor to debian for correct new changelog version.
...
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
1 year ago
Dimitri John Ledkov
5cd0542da5
releasing package livecd-rootfs version 23.10.1
1 year ago
Yao Wei (魏銘廷)
1038f94330
feat: add ubuntu-oem project for oem images
1 year ago
Michael Hudson-Doyle
448defa7f3
Merge branch 'revert/cpc/esp_on_boot' into ubuntu/master
1 year ago
Michael Hudson-Doyle
9fbf523b47
update version number
1 year ago
gauthier
f3afd862d5
update d/c
1 year ago
Sebastien Bacher
7164bf9d68
releasing package livecd-rootfs version 2.898
1 year ago
Łukasz 'sil2100' Zemczak
7c302dc436
releasing package livecd-rootfs version 2.897
1 year ago
Łukasz 'sil2100' Zemczak
370f0f5f9c
Changelog entry.
1 year ago
Michael Hudson-Doyle
1a3980ec6c
releasing package livecd-rootfs version 2.896
1 year ago
Michael Hudson-Doyle
b5387cb32b
Disable the orphan_file ext4 feature in the canary live environment so that the installed system can be handled by the e2fsck in the extant kernel snap (cf. bug 2025339).
1 year ago
Michael Hudson-Doyle
7d0aa68826
live-build/ubuntu/hooks/033-disk-image-uefi.binary: update to point at ubuntu-cpc/hooks.d/base/disk-image-uefi-non-cloud.binary, fixing canary build.
1 year ago
Steve Langasek
13db048c9d
releasing package livecd-rootfs version 2.895
1 year ago
Steve Langasek
9e9d3d627e
Changelog
1 year ago
Łukasz 'sil2100' Zemczak
93122043c5
releasing package livecd-rootfs version 2.894
1 year ago
Łukasz 'sil2100' Zemczak
4329753fa4
Changelog entry for previous commit.
1 year ago
Loïc Minier
9390fdaa0a
Update changelog
2 years ago
Łukasz 'sil2100' Zemczak
16571fe97e
releasing package livecd-rootfs version 2.892
2 years ago
Łukasz 'sil2100' Zemczak
99189cc727
Merge branch 'cpc/riscv/install_grub' of git+ssh://git.launchpad.net/~gjolly/livecd-rootfs into ubuntu/master
2 years ago
Łukasz 'sil2100' Zemczak
01879eb72f
Add changelog entry.
2 years ago
Łukasz 'sil2100' Zemczak
c956d081b3
Add changelog entry for previous merge.
2 years ago
Heinrich Schuchardt
bcfd8645f5
changelog: fix email address with comma
...
Avoid lintian error bogus-mail-host-in-debian-changelog.
The name part of an email address containing a comma must
be enclosed in double quotation marks.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2 years ago
Gauthier Jolly
7d7afb8abf
update d/c
2 years ago
Łukasz 'sil2100' Zemczak
775a2a718d
releasing package livecd-rootfs version 2.891
2 years ago
Łukasz 'sil2100' Zemczak
ed8d11d25b
Follow up fix to the CHANNEL handling for subiquity images
2 years ago
Dan Bungert
d702ed08a6
remove debian/files cruft
2 years ago
Dan Bungert
eecf65218e
releasing package livecd-rootfs version 2.890
2 years ago
Dan Bungert
d34c2f5d8f
Changelog entry for snap channel changes
2 years ago
Steve Langasek
761dc8f9b2
releasing package livecd-rootfs version 2.849
2 years ago
Gauthier Jolly
f7b3182214
update d/c
2 years ago
Łukasz 'sil2100' Zemczak
e1f18982e6
releasing package livecd-rootfs version 2.848
2 years ago
Łukasz 'sil2100' Zemczak
38891ad4ef
Add changelog for the budgie changes.
2 years ago
Łukasz 'sil2100' Zemczak
48fd86d762
releasing package livecd-rootfs version 2.847
2 years ago
Łukasz 'sil2100' Zemczak
40a1fdd60a
Add boot-managed-by-snapd preinstalled for canary installs
2 years ago
Łukasz 'sil2100' Zemczak
d6c79b3ff6
releasing package livecd-rootfs version 2.846
2 years ago
Łukasz 'sil2100' Zemczak
95971f6b8f
Make mtools arch-dependent.
2 years ago
Łukasz 'sil2100' Zemczak
2e8e87fb2a
releasing package livecd-rootfs version 2.845
2 years ago
Łukasz 'sil2100' Zemczak
fef989b0fe
Add the mtools dependency.
2 years ago
Łukasz 'sil2100' Zemczak
c7382d765e
releasing package livecd-rootfs version 2.844
2 years ago
Łukasz 'sil2100' Zemczak
cf1c564854
Changelog entry.
2 years ago
Łukasz 'sil2100' Zemczak
381a8febb2
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into ui-by-default
2 years ago
Steve Langasek
99f54dd2b6
releasing package livecd-rootfs version 2.843
2 years ago
Steve Langasek
6fac77b481
Revert "Revert "Revert "Revert the recent kpartx->losetup changes, as we need to put some other changes on top. Let's try to re-introduce this for MM."""
...
This reverts commit 1931bbcb19
.
2 years ago
Steve Langasek
9db14f7dee
Merge remote-tracking branch 'origin/always-enable-i386' into ubuntu/master
2 years ago
Łukasz 'sil2100' Zemczak
f343191384
releasing package livecd-rootfs version 2.842
2 years ago
Łukasz 'sil2100' Zemczak
9f6f689b6d
Add changelog entry for recent reverts.
2 years ago
Łukasz 'sil2100' Zemczak
1931bbcb19
Revert "Revert "Revert the recent kpartx->losetup changes, as we need to put some other changes on top. Let's try to re-introduce this for MM.""
...
This reverts commit ada1f09b39
.
2 years ago
Steve Langasek
25b92777a0
releasing package livecd-rootfs version 2.841
2 years ago
Steve Langasek
5157d775f9
The base seed for edubuntu is desktop-gnome, not desktop. LP: #2019060 .
2 years ago
Michael Hudson-Doyle
3e5931c19b
releasing package livecd-rootfs version 2.840
2 years ago
Michael Hudson-Doyle
628134dfe7
auto/config: alter check for unexpectedly seeded snaps in ubuntu-cpc:minimized build. As the build no longer implicitly seeds the snaps from the server seed, we can just assert no snaps are seeded. This fixes an autopkgtest regression but also cleaner.
2 years ago
Michael Hudson-Doyle
35a56a5e03
auto/config: switch ubuntucinnamon and ubuntu-unity builds to use add_task to get their desktop packages. Previously most (all?) flavour builds got the snaps from that flavour's "desktop" seed implicitly added, but now an explicit add_task is needed.
2 years ago
Steve Langasek
e8ea466483
releasing package livecd-rootfs version 2.839
2 years ago
Steve Langasek
d377e535b2
Drop use of --removable flag to grub-install from buildd/hooks
...
This now matches the cloud images (7c760864fd
)
fixing bootloader updates in the buildd images, but also fixing
compatibility with using devtmpfs for losetup.
2 years ago
Michael Hudson-Doyle
51fe90d31e
releasing package livecd-rootfs version 2.838
2 years ago
Michael Hudson-Doyle
8704aafecc
live-build/expand-task: handle seeding of classic snaps correctly.
2 years ago
Michael Hudson-Doyle
7c4fb6b804
auto/config: Do not include the ubuntu-desktop-minimal task in edubuntu. Cross flavour task references do not work with the approach expand-task takes, and the ubuntu-desktop-minimal package is part of the edubuntu-desktop-gnome task already.
2 years ago
Michael Hudson-Doyle
734da44d00
live-build/expand-task: Fix expansion of tasks with non-flavour specific name (e.g. "minimal") when building a non-Ubuntu flavour.
2 years ago
Michael Hudson-Doyle
01b851e162
auto/config: Set FLAVOUR appropriately for flavours added since the expand-task branch was created.
2 years ago
Michael Hudson-Doyle
6b92be9504
releasing package livecd-rootfs version 2.837
2 years ago
Michael Hudson-Doyle
a65c181596
auto/config: Rewrite add_task to use a Python script that cribs the logic from lp:ubuntu-archive-publishing's generate_extra_overrides.py. This means we can avoid some dubious hacks around seeding snaps and no longer depend on the Task headers in the archive.
2 years ago
Dan Bungert
db029cd387
releasing package livecd-rootfs version 2.836
2 years ago
Dan Bungert
55ecac3ca7
canary: include cryptsetup in the live layer
2 years ago
Dan Bungert
11e3de7847
releasing package livecd-rootfs version 2.835
2 years ago
Dan Bungert
56952ad06d
rev changelog
2 years ago
Steve Langasek
6d66b8d602
releasing package livecd-rootfs version 2.834
2 years ago
Steve Langasek
cfbcf2d690
Use the correct seed base for edubuntu. LP: #2019060 .
2 years ago
Steve Langasek
66f22e1730
releasing package livecd-rootfs version 2.833
2 years ago
Steve Langasek
ef146db895
Try to use udevadm settle after losetup to resolve race in riscv64 image builds.
2 years ago
Steve Langasek
ada1f09b39
Revert "Revert the recent kpartx->losetup changes, as we need to put some other changes on top. Let's try to re-introduce this for MM."
...
This reverts commit 7b07db9111
.
2 years ago
Łukasz 'sil2100' Zemczak
a418f52bd4
Switch canary desktop installer model.
2 years ago
Łukasz 'sil2100' Zemczak
fba9d176a6
Add cinnamon, unity and edubuntu to the workaround list.
2 years ago
Łukasz 'sil2100' Zemczak
2d234ac689
Changelog entry.
2 years ago
Łukasz 'sil2100' Zemczak
7b07db9111
Revert the recent kpartx->losetup changes, as we need to put some other changes on top. Let's try to re-introduce this for MM.
2 years ago
Steve Langasek
2f2eb7b5f3
releasing package livecd-rootfs version 2.832
2 years ago
Steve Langasek
1e0daf6af9
Clean up some remaining references to /dev/mapper.
2 years ago
Steve Langasek
a631afcb7f
Unconditionally enable i386 in the chroot for Ubuntu Desktop; the new installer doesn't handle enabling this at install time, and late enablement also misses us some recommends.
2 years ago
Steve Langasek
863883793c
releasing package livecd-rootfs version 2.831
2 years ago
Steve Langasek
6b40317404
Use the correct path for the loop device.
2 years ago
Steve Langasek
bdc2037bd1
releasing package livecd-rootfs version 2.830
2 years ago
Steve Langasek
a130ee17c3
Call losetup -d properly.
2 years ago
Steve Langasek
fa29b73130
releasing package livecd-rootfs version 2.829
2 years ago
Steve Langasek
a40d9de803
changelog
2 years ago
Steve Langasek
eb8fb32591
Retain dependency on kpartx - not used by us but by cpc sauce.
2 years ago
Steve Langasek
5e4b2d3cc3
Use losetup instead of kpartx to set up loopback partitions
...
kpartx on riscv64 appears to be racy. Rather than trying to debug these
fraught races somewhere between udev and libdevmapper, we can use losetup
which should be simpler and less error-prone.
2 years ago
Steve Langasek
4112488a44
Merge remote-tracking branch 'lool/add-tegra-liver-server' into ubuntu/master
2 years ago
Łukasz 'sil2100' Zemczak
22152cfad5
releasing package livecd-rootfs version 2.828
2 years ago
Dave Jones
18955e31bb
changelog
2 years ago
Łukasz 'sil2100' Zemczak
bfcf01f9d3
releasing package livecd-rootfs version 2.827
2 years ago
Łukasz 'sil2100' Zemczak
ac8f964b19
Fix for netboot tarballs generation.
2 years ago
Łukasz 'sil2100' Zemczak
b540ca7806
releasing package livecd-rootfs version 2.826
2 years ago
Łukasz 'sil2100' Zemczak
97f3799289
Do not reset seeds for canary.
2 years ago
Łukasz 'sil2100' Zemczak
6fcdd3b01a
releasing package livecd-rootfs version 2.825
2 years ago
Łukasz 'sil2100' Zemczak
735db252ed
For canary images, actually consider moving the seed listed snaps from both minimal and standard layers to the classic layer.
2 years ago
Łukasz 'sil2100' Zemczak
fc69c546de
releasing package livecd-rootfs version 2.824
2 years ago
Łukasz 'sil2100' Zemczak
b8649c321f
Add default values to PASS in canary hooks.
2 years ago
Steve Langasek
44d5591113
releasing package livecd-rootfs version 2.823
2 years ago
Steve Langasek
a13f729927
Make PROPOSED=1 builds work with NotAutomatic (lunar and later). LP: #2016022 .
2 years ago
Steve Langasek
9fc5d2ce13
Update infinite_scream URL to mastodon
2 years ago
Steve Langasek
b88d4e62de
releasing package livecd-rootfs version 2.822
2 years ago
John Chittum
d49cd0e373
changelog entry
2 years ago
Dan Bungert
38cb20bd88
changelog entry for i386 fix
2 years ago
Dan Bungert
a7d66f6bc4
d/control: fix uninstallability - rsync vs i386
2 years ago
Chad Smith
3d8d08015a
releasing package livecd-rootfs version 2.821
2 years ago