Steve Langasek
0a3babb81a
call ubuntu-image classic with --debug, because --verbose doesn't give us anything useful in the livefs build logs.
1 year ago
Utkarsh Gupta
14778d8aa8
Update d/ch for 23.10.55 release
1 year ago
Sebastien Bacher
00508edc13
releasing package livecd-rootfs version 23.10.54
1 year ago
Dan Bungert
089e773f26
changelog
1 year ago
Steve Langasek
7b11e47acf
releasing package livecd-rootfs version 23.10.52
1 year ago
Steve Langasek
fadeb495e3
remove ssl-cert "snakeoil" private keys from images, since this makes them not very private. LP: #2037869 .
1 year ago
Steve Langasek
fdf0091580
Merge remote-tracking branch 'philroche/bugfix/ubuntu-cpc-project-images-not-producing-all-expected-filelists-LP-2033751' into ubuntu/master
1 year ago
Steve Langasek
85606c8b9d
Merge remote-tracking branch 'philroche/bugfix/ubuntu-cpc-filelist-sort-LP-2033677' into ubuntu/master
1 year ago
Dan Bungert
42d5a97576
changelog for 23.10.51
1 year ago
Dimitri John Ledkov
1180791b48
releasing package livecd-rootfs version 23.10.50
1 year ago
Steve Langasek
546217868f
releasing package livecd-rootfs version 23.10.49
1 year ago
Steve Langasek
9468c51c0f
Merge remote-tracking branch 'philroche/bugfix/ubuntu-cpc-LP-2037074-flashkernel-removal' into ubuntu/master
1 year ago
Steve Langasek
c79ee20bae
releasing package livecd-rootfs version 23.10.48
1 year ago
Steve Langasek
6c4b217a6b
changelog
1 year ago
Philip Roche
cf15cc4810
fix: arm flash-kernel removal from ubuntu-cpc project cloud images (LP: #2037074 )
...
With the migration from linux-kvm to linux-virtual/generic for the mantic minimal
images we can now start building arm64 minimal cloud images.
When building initial test images we noticed that the flash-kernel package was being
installed. This is not required for EFI images.
This commit removes the flash-kernel package from the cloud images arm installs
The only images built using the livecd-rootfs ubuntu-cpc project for arm64 and armhf
which are not cloud images (which therefore do not require flash-kernel) are the
raspi images. raspi does require flash-kernel. But the raspi images use the
`ubuntu-server-raspi` task to install the flash-kernel. As such this non raspi
flash-kernel package install can be completely removed.
It also means that initramfs-tools and dracut-install are installed as these are dependencies
of flash-kernel package.
1 year ago
Steve Langasek
4677659484
releasing package livecd-rootfs version 23.10.47
1 year ago
Philip Roche
1a884c1427
fix: Ensure that grub/shim package installs do not install recommends for minimized ubuntu-cpc image builds (LP: #2037075 )
...
minimized cloud image policy, introduced in version 23.10.16, is to not install recommends for any package
installs during build. This is to keep the image as small as possible. This also extends to
the grub related packages.
This solves the problems detailed in LP: #2037075 and aligns other arches more with amd64 install of
grub/shim packages for both minimized and non minimized ubuntu-cpc cloud image builds.
1 year ago
Michael Hudson-Doyle
94ea97758d
add changelog for previous merge
1 year ago
Dan Bungert
1637ed0609
changelog for budgie sources
1 year ago
Steve Langasek
cec7b99665
live-build/auto/config: fail immediately on unknown arch/subarch.
...
When trying to make changes to refactor livecd-rootfs, it is difficult to
know what side effects a change may have because of the use of globs on
arch/subarch and the lack of an authoritative list of supported arch
combinations.
This assembles a list of all possible values for $ARCH:$SUBARCH by looking at
all existing uses of $SUBARCH in live-build/auto/config and combining with
etc/default-arches from ubuntu-cdimage:
$ grep + etc/default-arches |grep -vE '(trusty|xenial|bionic|focal)[[:space:]]|appliance'
It also includes a special-case *appliance* glob, because there are many
Ubuntu Core appliance builds and there may be more in the future, and we
don't want to have to update livecd-rootfs with a hard-coded list.
Otherwise, this includes all currently used / supported combinations. The
amd64+kassel subarch is referenced in the code, but stopped being built a
while ago because "end of contract"; and there are some older no-longer-used
subarchs for particular raspi variants, which there is work to clean up
separately. So this should be a no-op wrt buildability of any existing
images on mantic - and if not, that's important for us to know!
1 year ago
Steve Langasek
3f0ac95248
releasing package livecd-rootfs version 23.10.44
1 year ago
Steve Langasek
16450169d9
Fix the subarch used in the hook to identify images for sifive unmatched. LP: #2037060 .
1 year ago
Utkarsh Gupta
ffb064925f
Update d/ch for 23.10.43 release
1 year ago
Utkarsh Gupta
fdf8779e8d
Get rid of all whitespaces in d/ch
1 year ago
Steve Langasek
5e38cbea1d
Changelog
1 year ago
Steve Langasek
2712c65939
word wrapping
1 year ago
Philip Roche
2e8544186b
Update d/ch for 23.10.42 release
1 year ago
Steve Langasek
308f52ecf0
releasing package livecd-rootfs version 23.10.41
1 year ago
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