Steve Langasek
6820ef310c
Merge remote-tracking branch 'toabctl/boot-partition' into ubuntu/master
1 year ago
Utkarsh Gupta
e26b264b0d
Update d/ch for 23.10.40 release
1 year ago
Steve Langasek
a7e4887525
releasing package livecd-rootfs version 23.10.39
1 year ago
Steve Langasek
9ff1479b4c
Merge remote-tracking branch 'vorlon/lp.2036195' into ubuntu/master
1 year ago
Dan Bungert
a677bcd12c
changelog for 23.10.38
1 year ago
Steve Langasek
1deccc2edd
The chroot tmpfs mount should only be /var/lib/apt/lists, not /var/lib/apt; the latter breaks changes to /var/lib/apt/extended_states. LP: #2036195 .
1 year ago
Steve Langasek
0542e9d218
Merge remote-tracking branch 'philroche/bugfix/ubuntu-cpc-LP-2036192-armhf' into ubuntu/master
1 year ago
Philip Roche
8333dbac7a
fix: armhf flavour for 6.5+ kernel is now generic (LP: #2033677 )
...
With the introduction of the 6.5 kernel for mantic on 13th September ago we are seeing image build failures
on the armhf builds. The build failure was `No kernel output for generic-lpae!`.
Introduced in the 6.4 kernel and therefore now also in 6.5 there is no generic-lpae flavor anymore. it's just generic now.
As such this commit updates the expected flavour for armhf to generic.
1 year ago
Philip Roche
0a1e1cc0a7
fix: ensure minimize-manual script uses passed in argument for all commands (LP: #2036198 )
...
minimize-manual takes an argument of the path to the chroot but of the 3 commands that are run the argument
is only used twice and with the third hardcoding "chroot" as the path to the chroot.
Thankfully "chroot" has been the patch passed in for the current uses of minimize-manual but this
could cause issues later if that were to change.
This commit resolves the problem preventing future issues.
1 year ago
Gauthier Jolly
f35ff6d0d5
update d/c
1 year ago
Łukasz 'sil2100' Zemczak
e601fd6fc6
releasing package livecd-rootfs version 23.10.36
1 year ago
Łukasz 'sil2100' Zemczak
6c608be212
Fix recent build failures by changing kernel/initrd naming and adjust hook conditionals for the minimal layer re-addition.
1 year ago
Sebastien Bacher
d828932160
releasing package livecd-rootfs version 23.10.35
1 year ago
Dan Bungert
4c6d5b0501
releasing 23.10.34
1 year ago
Dan Bungert
4c6bb3c386
Merge remote-tracking branch 'dbungert/lp-2026225-surely' into ubuntu/master
1 year ago
Steve Langasek
31847e264b
changelog
1 year ago
Dan Bungert
07fec08555
changelog
1 year ago
Steve Langasek
61c1b9bacb
Merge remote-tracking branch 'mwhudson/use-server-live-task' into ubuntu/master
1 year ago
Steve Langasek
867f5465d0
changelog
1 year ago
Michael Hudson-Doyle
2e1b092a0e
auto/config: use the new server-live task to reduce the use of explicit calls to add_package and add_snap a bit.
1 year ago
Steve Langasek
1e91885827
releasing package livecd-rootfs version 23.10.33
1 year ago
Steve Langasek
5a456417d2
Drop code only used for d-i based ubuntu-server images, no longer supported.
1 year ago
Steve Langasek
76d133becf
Remove unnecessary arch guarding of the UbuntuStudio kernel selection: we only build this image on amd64 (the arch checking is from i386 days), and the lowlatency kernel also exists on arm64.
1 year ago
Steve Langasek
d169cb531c
ubuntukylin-default-settings is part of the task, don't hard-code the package.
1 year ago
Steve Langasek
a53fe72235
Drop references to kubuntu-dvd, obsoleted in 2012.
1 year ago
Steve Langasek
214fee87ee
generic is the default kernel flavor in live-build on Ubuntu; remove hard-coded cargo-culting of this setting.
1 year ago
Steve Langasek
5776828153
Parameterize and consolidate live image definitions for flavors using a common pattern
1 year ago
Steve Langasek
80d331ef9c
Clearer changelogs about when things went obsolete
1 year ago
Steve Langasek
458f58bb7a
Drop references to mythbuntu, obsolete after xenial.
1 year ago
Steve Langasek
f763efa40e
Drop references to ubuntu-dvd, obsolete since precise.
1 year ago
Steve Langasek
f44c2aac8c
merge redundant cases for seed/mirror handling
1 year ago
Steve Langasek
caace43cb9
ubuntu-unity-live task exists, use it also instead of hard-coded list of packages.
1 year ago
Steve Langasek
fc49fb286c
Drop references to ubuntu-netbook, obsolete since Ubuntu 11.04.
1 year ago
Steve Langasek
e8a08ad084
Don't hard-code addition of xterm package on xubuntu, it's in the task already.
1 year ago
Steve Langasek
7c51e152f1
ubuntucinnamon-live task has existed for a while now, use it instead of hard-coded list of packages.
1 year ago
Steve Langasek
abc60bc135
Drop references to kubuntu-plasma5, obsolete since wily
1 year ago
Łukasz 'sil2100' Zemczak
d7f2a4f240
releasing package livecd-rootfs version 23.10.32
1 year ago
Łukasz 'sil2100' Zemczak
e38264ca7a
Merge branch 'canary-as-default' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/master
1 year ago
Steve Langasek
e5646cd530
releasing package livecd-rootfs version 23.10.31
1 year ago
Steve Langasek
7ae752357f
mark the minimized autopkgtest as also allowing stderr, in the event of any error messages from blkid.
1 year ago
Steve Langasek
34e850d4a5
blkid is unreliable in mount_image(), but this blkid call is only here for debugging, so ignore any failures (even if we don't understand them). LP: #2034299 .
1 year ago
Łukasz 'sil2100' Zemczak
76141ad5f3
Add changelog.
1 year ago
Utkarsh Gupta
990e66dadd
Update d/ch for 23.10.30 release
1 year ago
Philip Roche
ad7ac10fba
Update changelog for livecd-rootfs 23.10.31 (LP: #2033751 )
1 year ago
Philip Roche
f8bd628c83
fix: Sort filelists creating when building ubuntu-cpc images (LP: #2033677 )
...
The image filelists created during ubuntu-cpc project image builds were not sorted.
Soring the filelists makes it easier to compare the filelists without needing to sort first.
1 year ago
Ł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