Łukasz 'sil2100' Zemczak
322b822087
releasing package livecd-rootfs version 23.10.29
1 year ago
Łukasz 'sil2100' Zemczak
4a5af08b91
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into canary-sync-tasks
1 year ago
Steve Langasek
459665593c
releasing package livecd-rootfs version 23.10.28
1 year ago
Steve Langasek
8c3d3087d6
Allow stderr in the autopkgtest.
1 year ago
Łukasz 'sil2100' Zemczak
bbf7466695
Changelog entry.
1 year ago
Steve Langasek
6e30df92f2
releasing package livecd-rootfs version 23.10.27
1 year ago
Steve Langasek
b30e7e4146
lb_chroot_layered: if the unmount of the chroot mountpoint fails, dump mount information for debugging.
1 year ago
Steve Langasek
5a0909dd20
Add ubuntu to the list of targets we autopkgtest for on amd64, to ensure coverage of the lb_chroot_layered behavior.
1 year ago
Łukasz 'sil2100' Zemczak
4c5f394653
releasing package livecd-rootfs version 23.10.26
1 year ago
Łukasz 'sil2100' Zemczak
353d222c94
Merge branch 'seed.yaml-live' of git+ssh://git.launchpad.net/~mwhudson/livecd-rootfs/+git/livecd-rootfs into ubuntu/master
1 year ago
Łukasz 'sil2100' Zemczak
4a2e30a3b3
Update enhanced-sb layer model assertion.
1 year ago
Michael Hudson-Doyle
6ab6066c05
Use a traditional seed.yaml style seed for the canary installer's live session.
1 year ago
Michael Hudson-Doyle
e00e189ad6
releasing package livecd-rootfs version 23.10.25
1 year ago
Michael Hudson-Doyle
b91452e7fe
snap-seed-parse.py: fix builds with no snaps.
1 year ago
Michael Hudson-Doyle
0d35c7645f
releasing package livecd-rootfs version 23.10.24
1 year ago
Michael Hudson-Doyle
db6f685b84
snap-seed-parse.py: Update to allow parsing uc20-style seeds. (LP: #2028984 )
1 year ago
Michael Hudson-Doyle
3d5fd1120c
Configure universe sources in canary ISO. (LP: #2033109 )
1 year ago
Michael Hudson-Doyle
a83925b8ac
update-source-catalog: Fix case where a variaton does not point at the base layer (i.e. most builds) (LP: #2033168 )
1 year ago
Steve Langasek
57fb4b2b04
releasing package livecd-rootfs version 23.10.23
1 year ago
Steve Langasek
21333e9889
Drop mke2fs.conf override, no longer needed.
1 year ago
Steve Langasek
cb3f3292b2
i386 foreign-arch support was added for the canary image before 23.04 released, but by mistake it was only added to the squashfs for the live session, and not the squashfs layer used as the source for installation. split the chroot hooks to add this to the standard.squashfs. LP: #2033170 .
1 year ago
Michael Hudson-Doyle
809fbee16b
releasing package livecd-rootfs version 23.10.22
1 year ago
Michael Hudson-Doyle
f354d76a83
Stop launching a gnome-terminal at startup of the canary live session. (LP: #2032647 )
1 year ago
Michael Hudson-Doyle
9b75387648
update-source-catalog: work better when we want a variation to point at the base layer.
1 year ago
Michael Hudson-Doyle
5456e4e5e6
Undo preseeding in reset_snapd_state.
1 year ago
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
Dan Bungert
fcde591061
changelog
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
Chad Smith
bec2406475
changelog entry
2 years ago
Łukasz 'sil2100' Zemczak
fce09c0e05
releasing package livecd-rootfs version 2.820
2 years ago
Łukasz 'sil2100' Zemczak
0ca404dd14
Missing dependency for gadget priming.
2 years ago
Łukasz 'sil2100' Zemczak
dc89df7ee2
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into ui-by-default
2 years ago
Łukasz 'sil2100' Zemczak
2508d5add3
Use ubuntu-image from a snap (candidate for now). Only build raspi images with ubuntu-image 3.0 for now.
2 years ago
Łukasz 'sil2100' Zemczak
0518f73a7f
Changelog entry.
2 years ago
Łukasz 'sil2100' Zemczak
4e49b4df60
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into canary-build
2 years ago
Łukasz 'sil2100' Zemczak
11a583d619
Initial implementation of canary image builds.
2 years ago
Łukasz 'sil2100' Zemczak
3e2b71fafa
releasing package livecd-rootfs version 2.819
2 years ago
Łukasz 'sil2100' Zemczak
6ba7d53be5
Sync the uncommitted direct upload to lunar.
2 years ago
Łukasz 'sil2100' Zemczak
8824af2ad8
releasing package livecd-rootfs version 2.818
2 years ago
Łukasz 'sil2100' Zemczak
b713f7c622
Add changelog entry.
2 years ago
Steve Langasek
e1090424bb
Update URL to point to ubuntu-archive-team.ubuntu.com.
2 years ago
William Wilson
a52543341c
Only set up oem-config if the user doesn't already exist
2 years ago
Dave Jones
b3641074f1
changelog
2 years ago
Dave Jones
021960a5ab
changelog
2 years ago
Dave Jones
da4481d013
changelog
2 years ago
Steve Langasek
6d1b422a3f
releasing package livecd-rootfs version 2.817
2 years ago
Steve Langasek
45335a719b
Merge remote-tracking branch 'jchittum/lunar-revert-ipc-removal' into ubuntu/master
2 years ago
Dan Bungert
140385c10c
Update changelog
2 years ago
Łukasz 'sil2100' Zemczak
e1d6746467
releasing package livecd-rootfs version 2.815
2 years ago
Łukasz 'sil2100' Zemczak
cfcb023f28
Adjust changelog.
2 years ago
Łukasz 'sil2100' Zemczak
279b9473d8
Add zstd dep for mini-iso + minor fixes to get it building on livefs builders.
2 years ago
John Chittum
0be258fa8d
open 2.815
2 years ago
Dan Bungert
41acfaa911
changelog
2 years ago
Steve Langasek
857fcbeca4
releasing package livecd-rootfs version 2.813
2 years ago
Steve Langasek
a6d7181cc1
No new dependencies on i386 (xorriso).
2 years ago
Łukasz 'sil2100' Zemczak
85f93d836a
Add intel-iot server image support to devel.
2 years ago
Łukasz 'sil2100' Zemczak
3ad215e3f1
Forward port some intel-iot changes.
2 years ago
Łukasz 'sil2100' Zemczak
ccd8441a64
releasing package livecd-rootfs version 2.812
2 years ago
Łukasz 'sil2100' Zemczak
c335e6ed8b
Merge branch 'cloud-init-and-u-d-i' of git+ssh://git.launchpad.net/~dbungert/livecd-rootfs into ubuntu/master
2 years ago
Dimitri John Ledkov
4a883c26f7
releasing package livecd-rootfs version 2.811
2 years ago
Łukasz 'sil2100' Zemczak
e7f2ecaa89
releasing package livecd-rootfs version 2.810
2 years ago
Łukasz 'sil2100' Zemczak
e88307eae8
Revert changelog to UNRELEASED, for now.
2 years ago
Dan Bungert
0d61fce909
Add ubuntu-mini-iso project
2 years ago
Łukasz 'sil2100' Zemczak
f53e528de9
releasing package livecd-rootfs version 2.809
2 years ago
Łukasz 'sil2100' Zemczak
912e15c7fc
Explicitly define the kernel flavor for ubuntucinnamon.
2 years ago
Łukasz 'sil2100' Zemczak
0b2eedb0fc
Changelog adjustments.
2 years ago
Łukasz 'sil2100' Zemczak
7798221957
Do not use the ubuntucinnamon-desktop task for cinnamon builds, it doesn't seem to be present in the archive yet. Use the metapackage instead, which seems like a better way forward anyway.
2 years ago
Łukasz 'sil2100' Zemczak
b2008366b7
releasing package livecd-rootfs version 2.808
2 years ago
Łukasz 'sil2100' Zemczak
f10fd68124
Add ubuntucinnamon to the seed-determination switch-case.
2 years ago
Dimitri John Ledkov
95adff2ba1
releasing package livecd-rootfs version 2.807
2 years ago
Steve Langasek
381a5b956e
releasing package livecd-rootfs version 2.806
2 years ago
Steve Langasek
33e7560e1f
Changelog
2 years ago
Michael Hudson-Doyle
91d635d844
releasing package livecd-rootfs version 2.805
2 years ago
Michael Hudson-Doyle
573422e46f
add changelog
2 years ago
Steve Langasek
bd0749c905
releasing package livecd-rootfs version 2.804
2 years ago
Steve Langasek
b4190c7b97
Clarified with Erich that edubuntu should install ubuntu-desktop-minimal task.
2 years ago
Steve Langasek
0b0eb5a583
releasing package livecd-rootfs version 2.803
2 years ago
Steve Langasek
d4fe8aedc1
Fix edubuntu build: ubuntu-minimal is not a task and minimal is already declared.
2 years ago
Steve Langasek
6a6ac87e24
Fix wrong task name for xubuntu-minimal.
2 years ago
Steve Langasek
722b4d33d7
releasing package livecd-rootfs version 2.802
2 years ago
Steve Langasek
4dbeba4ba3
Address the fact that debootstrap doesn't follow Recommends and as a result we're missing several Recommends that should be installed by default and are on upgrades but not on new installs. This is not applied to minimized images, which don't follow Recommends; but does get separately applied to the ubuntu-server full squashfs.
2 years ago
Dimitri John Ledkov
3fa9d74b79
releasing package livecd-rootfs version 2.801
2 years ago
Dimitri John Ledkov
88f8976e64
Terrible hack workaround for clearing out the non-offline apt cache for desktop related images.
2 years ago
Dimitri John Ledkov
957f157b4a
ubuntu-cpc: set default ext4 mount option commit=30 (LP: #2006511 )
2 years ago
Łukasz 'sil2100' Zemczak
1ec696a842
Add ubuntucinnamon.
2 years ago
Łukasz 'sil2100' Zemczak
e2fdac3b95
Add changelog.
2 years ago
Didier Roche
c02c5e43da
releasing package livecd-rootfs version 2.800
2 years ago
Steve Langasek
af442dd1aa
releasing package livecd-rootfs version 2.799
2 years ago
Steve Langasek
d95b3badf0
Changelog
2 years ago
Steve Langasek
202ad011c1
Merge remote-tracking branch 'edubuntu-dev/ubuntu/master' into ubuntu/master
2 years ago
Steve Langasek
4a1ddcedaa
releasing package livecd-rootfs version 2.798
2 years ago
Steve Langasek
a1598f767b
Changelog
2 years ago
Steve Langasek
d7d2c1fbfd
Merge remote-tracking branch 'xubuntu-dev/xubuntu-core' into ubuntu/master
2 years ago
Erich Eickmeyer
55c7d5720d
Bring back Edubuntu
2 years ago
Steve Langasek
e2c06f9109
releasing package livecd-rootfs version 2.797
2 years ago
Steve Langasek
fb57bd4bea
Drop dependency on rsync, not used in a very long time and lets us drop rsync on i386.
2 years ago
Sean Davis
6cf691e25b
Make xubuntu minimal a subproject
2 years ago
Łukasz 'sil2100' Zemczak
e04a19d595
releasing package livecd-rootfs version 2.796
2 years ago
Łukasz 'sil2100' Zemczak
85cbc6abcd
Add changelog.
2 years ago
Sean Davis
c72e5c8d03
Rename Xubuntu Core > Xubuntu Minimal
2 years ago
Sean Davis
fa81e76cbe
Enable xubuntu-core
2 years ago
Steve Langasek
a91b0cfda5
releasing package livecd-rootfs version 2.795
2 years ago
Steve Langasek
c532387635
Don't depend on python3-launchpadlib on i386. This breaks ppa-enabled builds on i386, but avoids pulling in a large dependency tree that's not otherwise needed on i386.
2 years ago
Łukasz 'sil2100' Zemczak
4bcc0f2d52
Get rid of some unneeded dependencies.
2 years ago
Łukasz 'sil2100' Zemczak
90067f99e2
releasing package livecd-rootfs version 2.794
2 years ago
Łukasz 'sil2100' Zemczak
7649091f2b
Add changelog for latest changes.
2 years ago
Sebastien Bacher
12846905fd
Change the desktop build to let canary be the default
2 years ago
Łukasz 'sil2100' Zemczak
88ce5fe010
releasing package livecd-rootfs version 2.793
2 years ago
Łukasz 'sil2100' Zemczak
d0dd1d48eb
Add changelog entry.
2 years ago
Utkarsh Gupta
953fccaedb
Update d/ch for 2.792 release
2 years ago
Brian Murray
f45167691b
releasing package livecd-rootfs version 2.791
2 years ago
Brian Murray
89b6412946
Merge remote-tracking branch 'simpoir/kinetic-update-apparmor-feat' into ubuntu/master
2 years ago
Brian Murray
151f73e8b0
Finish the rename of FK_FORCE_CONTAINER into FK_FORCE. (LP: #1989194 )
2 years ago
Brian Murray
d06b5bdd20
Finalize the changelog as that didn't get done
2 years ago
Simon Poirier
50e4844634
release 2.791
2 years ago
Łukasz 'sil2100' Zemczak
a2a341a8b2
Merge branch 'allwinner-initrd' of git+ssh://git.launchpad.net/~xypron/livecd-rootfs into ubuntu/master
2 years ago
John Chittum
652a33ae03
release 2.789
2 years ago
Heinrich Schuchardt
2869890eaf
Update changelog for release 2.789
...
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2 years ago
Łukasz 'sil2100' Zemczak
a9c46eed3f
releasing package livecd-rootfs version 2.788
2 years ago
Alexandre Ghiti
c946fbd65f
Update changelog
...
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Utkarsh Gupta
805a4f9241
Update d/ch for 2.787 release
2 years ago
Brian Murray
bc7c9738f6
releasing package livecd-rootfs version 2.786
2 years ago
Brian Murray
4cfe993c3a
s/linux-firmware-raspi2/linux-firmware-raspi/
2 years ago
Brian Murray
6791054145
releasing package livecd-rootfs version 2.785
2 years ago
Brian Murray
31d42bfd2f
Disable the snap-preseed calls in the interest of getting images built for the 22.10 beta. (LP: #1990884 )
2 years ago
Steve Langasek
48a20ca91d
releasing package livecd-rootfs version 2.784
2 years ago
Steve Langasek
cbc0b66066
autopkgtest now references ubuntu-server:live, the only ubuntu-server we still build.
2 years ago
Steve Langasek
d3d636a6e0
Don't set a desktop base seed for ubuntu-base or ubuntu-core.
2 years ago
Łukasz 'sil2100' Zemczak
537282ebf9
releasing package livecd-rootfs version 2.783
2 years ago
Łukasz 'sil2100' Zemczak
b692997907
Add changelog entry.
2 years ago
Steve Langasek
75dadc3be0
releasing package livecd-rootfs version 2.782
2 years ago
Steve Langasek
2b5e8a81e5
Default to using 'desktop' for the base seed so we don't have another place we have to extend the list for each new flavor (ubuntu-unity)
2 years ago
Steve Langasek
c482518e19
releasing package livecd-rootfs version 2.781
2 years ago
Steve Langasek
1f0a3d7797
Fix passing of components to germinate commandline (how did this ever work?)
2 years ago
Steve Langasek
b3343c1255
Drop edubuntu and kubuntu-active, both obsolete in *all* supported releases.
2 years ago
Steve Langasek
e41c6f50df
Drop use of deprecated apt-key.
2 years ago
Steve Langasek
3722d2ee58
Drop override of components for raspi images
2 years ago
Steve Langasek
97645adca7
releasing package livecd-rootfs version 2.780
2 years ago
Steve Langasek
9cc8267f07
live-build/auto/config: set COMPONENTS for all flavors *before* we invoke germinate. Fixes a regression introduced in commit 07873ec
. In the process, stop declarations of COMPONENTS that shadow the default in germinate (main restricted).
2 years ago
Ivan Kapelyukhin
76d794664a
Bump UEFI disk image size for amd64 to 3.5 GB
...
Current Kinetic GCE image builds are failing with the following error:
update-initramfs: Generating /boot/initrd.img-5.19.0-1004-gcp
zstd: error 25 : Write error : No space left on device (cannot write compressed block)
E: mkinitramfs failure zstd -q -1 -T0 25
Seems like after `linux-gcp` update from 5.15 to 5.19 `linux-modules` package
has gotten ~40MB larger and with that GCE image builds are over the edge wrt
available disk space in chroot.
Bumped up disk image size for amd64 to 3.5GB to match the sizes used by armhf
and generic images.
2 years ago
William Wilson
ee40e951f2
releasing package livecd-rootfs version 2.778
2 years ago
Łukasz 'sil2100' Zemczak
c520230559
releasing package livecd-rootfs version 2.777
2 years ago
Łukasz 'sil2100' Zemczak
bace7d61fe
Add changelog entry.
2 years ago
Utkarsh Gupta
061d8a11df
Update d/ch for 2.776 release
2 years ago
Thomas Bechtold
4fc446e078
Add changelog entry
2 years ago
Steve Langasek
68d2205e30
releasing package livecd-rootfs version 2.775
2 years ago
Steve Langasek
559c9dd1b7
changelog entry
2 years ago
Rudra Bali
503f9e8950
add Ubuntu Unity to daily flavors
2 years ago
Steve Langasek
0d69fea5ee
releasing package livecd-rootfs version 2.774
2 years ago
Steve Langasek
239453d644
Remove modemmanager and udisks2 from cloud images in addition to fwupd. The use of tasks at install means all packages are marked manually installed in the apt database, so removing fwupd does not remove its dependencies. LP: #1981109 .
2 years ago
Dan Bungert
e93a80bb6e
changelog
2 years ago
Łukasz 'sil2100' Zemczak
0e3f689432
releasing package livecd-rootfs version 2.773
2 years ago