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
6be1e868f0
Drop live-build/ubuntu-server/includes.chroot.ubuntu-server-minimal/etc/hosts
...
/etc/hosts in an installed system comes from one of several places:
- the netbase package which ships a sane default
- scripts/casper-bottom/18hostname, which is mostly identical to the netbase
one but sets a hostname to the flavor name
- the installer which writes one to the target fs
- chroot includes in livecd-rootfs
A chroot include is only needed for images that don't include netbase (so
don't inherit from the minimal seed), don't boot casper, and don't run an
installer.
NONE of these conditions are true for the ubuntu-server live image. And in
addition, the /etc/hosts here differs from the others.
So, remove it.
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
6d834be1bf
More consolidation of duplicate configs
1 year ago
Steve Langasek
86917060b8
Remove dead code: is never 'amd64'
1 year ago
Steve Langasek
65157e0c13
Duplicate if condition
1 year ago
Steve Langasek
cd9c0e4bd7
More consolidation of duplicate configs
1 year ago
Steve Langasek
e501d7ab4c
More consolidation of duplicate configs
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
7c4ad85509
Merge some more live image definitions
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
d7e77d7acf
Alphabetize for clarity
1 year ago
Steve Langasek
f2360a58c8
remove redundancy from case statement
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
Łukasz 'sil2100' Zemczak
9b33f085c1
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into canary-as-default
1 year ago
Simon Poirier
3729e2ae94
fix: add back systemd-resolved to buildd images.
...
systemd-resolved got moved out of the systemd package in kinetic and is
required for bootable buildd environement (as opposed to launchpad buildd)
(LP: #2007419 )
1 year ago
Utkarsh Gupta
990e66dadd
Update d/ch for 23.10.30 release
1 year ago
Utkarsh Gupta
78a98c6835
Fix unminimize to correctly list packages (LP: #1996489 )
...
Prior to dpkg/1.21.0, there was a bug where dpkg -V/--verify
couldn't list all the correct packages correctly but with
that being fix and in archive since Jammy, this works perfectly
but the syntax to report the missing files have changed. It
just prints 'missing' now. With that new format, we can now
fix the regex to simply list the packages.
With this patch, the unminimize script works flawlessly
on a minimized image.
1 year ago
Philip Roche
ad7ac10fba
Update changelog for livecd-rootfs 23.10.31 (LP: #2033751 )
1 year ago
Philip Roche
57153243a6
fix: disk-image-non-cloud ubuntu-cpc build target now provides manifest and filelist (LP: #2033751 )
...
These were being created so now they can be downloaded post launchpad image build
1 year ago
Philip Roche
7dd9b1bd84
fix: Create .filelist in ubuntu-cpc project binary hooks that do not use create_manifest shared function (LP: #2033751 )
...
ubuntu-cpc project binary hooks were not all producing .filelist files as they were not using
the create_manifest shared function.
This commit ensures the disk-image-uefi, disk-image-ppc64el and disk-image-uefi-non-cloud hooks create
a filelist during build.
1 year ago
Philip Roche
c72d1a7f2b
fix: Ensure any created .filelist is symlinked with expected prefix and correct permissions (LP: #2033751 )
...
If a .filelist is present, use it as the filelist for the image by
symlinking with expected name and updating permissions
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
3a715d2fff
Don't reset KERNEL_FLAVOURS for canary.
1 year ago
Łukasz 'sil2100' Zemczak
47a88df62f
I suppose w don't need the 020-canary-live.binary hook anymore.
1 year ago
Łukasz 'sil2100' Zemczak
bbf7466695
Changelog entry.
1 year ago
Łukasz 'sil2100' Zemczak
0c6e4314e5
canary: switch to use the live task, try to use KERNEL_FLAVOURS instead of a manual kernel add_package.
1 year ago