Ł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
Michael Hudson-Doyle
6ab6066c05
Use a traditional seed.yaml style seed for the canary installer's live session.
1 year ago
Michael Hudson-Doyle
3d5fd1120c
Configure universe sources in canary ISO. (LP: #2033109 )
1 year ago
Steve Langasek
d3a75c9bec
Consolidate canary layers to merge 'classic' back into 'standard'
1 year ago
Utkarsh Gupta
7b1b63147e
Add python3-systemd to our minimized builds
...
This package is needed by ubuntu-advantage-tools for cloud images
only. u-a-t ultimately will drop this entirely in their next release.
(cf: https://github.com/canonical/ubuntu-pro-client/issues/2692 )
So instead of putting this in the seeds and then having to deal
with the seed changes to Mantic (after its release) and SRU of
ubuntu-meta, I'd rather have changes in livecd-rootfs done. Once
python3-systemd dependency is dropped from u-a-t, we'll drop it
from livecd-rootfs in Mantic+, too.
1 year ago
Łukasz 'sil2100' Zemczak
8a9ba050c3
Make canary images default for Ubuntu.
1 year ago
Steve Langasek
94ab5c0f7a
Merge branch 'meta-squash-fs' into ubuntu/master
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
75e67290b6
Merge remote-tracking branch 'hammerstefan/fix-armhf' into ubuntu/master
...
* hammerstefan/fix-armhf:
fix(armhf): Fix armhf kernel file detection
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
e03d43e069
canary: drop minimal install source
1 year ago
Dan Bungert
16c1c3499e
canary: fix lang layers generation
1 year ago
Dan Bungert
2d33c8de61
canary: fix layer for "classic" variation
1 year ago
Dan Bungert
592f753e26
canary: +dctrl-tools, subiquity uses it
1 year ago
Stefan Hammer
08db5c2418
fix(armhf): Fix armhf kernel file detection
...
Armhf images install the `generic-lpae` kernel, while other ARCHes use the
standard `generic` kernel when building the "virtual" image flavour.
Code was looking for a kernel binary ending with -generic in armhf
builds, and failed. Add a special condition to handle armhf builds'
kernel ending with `generic-lpae`
References:
[1] https://bugs.launchpad.net/cloud-images/+bug/2029527
1 year ago
Utkarsh Gupta
7647b027b9
Merge branch 'drop-more-packages' into ubuntu/master
...
* drop-more-packages:
Avoid purging packages for ubuntu-cpc
1 year ago
Utkarsh Gupta
ca84320688
Avoid purging packages for ubuntu-cpc
...
With the switch to the ubuntu-cloud-minimal seed, we
don't really need to purge anything now. On the contrary,
the purging of packages if not installed, fails with the
exit code of 100.
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
aa2d04bd9d
revert KERNEL_FLAVORS=none
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
Łukasz 'sil2100' Zemczak
09cec13e37
canary: attempt to enable locale support for canary layers.
1 year ago
Utkarsh Gupta
06defc4348
Use ubuntu-cloud-minimal metapackage in minimized CPC images
...
Now that we have the cloud-minimal seed for minimized cloud
image builds, we should drop all the workarounds and hacks
we once needed when we were using the server seed. We can
directly use the new metapackage and get rid of the tasks and
other autoremoves, et al.
1 year ago
Dimitri John Ledkov
433a79d5a9
Merge remote-tracking branch 'origin/xnox/virtual-armhf' into ubuntu/master
1 year ago
Yao Wei (魏銘廷)
1038f94330
feat: add ubuntu-oem project for oem images
1 year ago
Sebastien Bacher
a67777a41f
Remove the catalog entry for minimal Ubuntu desktop
1 year ago
Heinrich Schuchardt
af577c87b2
RISC-V: handle kernel flavour allwinner
...
Package linux-allwinner has a kernel with the generic flavour as
dependency. Add this translation to our code checking the correct
installation.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
1 year ago
Heinrich Schuchardt
476e202403
Revert RISC-V: sunset allwinner kernel flavour
...
According to the kernel team the Linux Meta package linux-allwinner shall
continue to be supplied. It will depend on generic packages.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
1 year ago
Dimitri John Ledkov
1b6bfda382
Switch armhf from generic-lpae to virtual
...
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
1 year ago
Heinrich Schuchardt
2e9201952f
RISC-V: sunset allwinner kernel flavour
...
The Nezha D1 and LicheRV Dock now use the generic kernel.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
1 year ago
Loïc Minier
ea8564afe2
Add channel override for ubuntu-image channel
2 years ago
Loïc Minier
430ec27308
Use ubuntu-image for pre-installed Tegra images
2 years ago
Loïc Minier
b6c9a4d711
Add support for tegra-igx (similar to tegra)
2 years ago
Loïc Minier
a239256c06
Set MODEL=tegra for arm64+tegra
2 years ago
Loïc Minier
8bf4d3500f
Use image definition path rather than making a copy
2 years ago
Loïc Minier
262d0f3170
Offer overrides for ubuntu-images definitions
2 years ago
Gauthier Jolly
bbedffe6ec
ubuntu-cpc: fix images for hardware devices
...
Canonical Public Cloud's project seems a bad place to build images for
hardware devices however this is how things were done a we now need to
maintain this.
The recent change to mount the ESP on /boot breaks those images, instead
of adding more hacky things in the hook, create a dedicated target for
those images and use a different hook to build UEFI images.
2 years ago
Dan Bungert
3397098ff8
Allow choosing snap channel on subiquity ISOs
2 years ago
Łukasz 'sil2100' Zemczak
127f524068
The ubuntu-budgie installer snap is called ubuntu-budgie-installer, not ubuntu-budgie-desktop-installer.
2 years ago
Łukasz 'sil2100' Zemczak
9ef33dd59f
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into add-new-budgie
2 years ago
Łukasz 'sil2100' Zemczak
40a1fdd60a
Add boot-managed-by-snapd preinstalled for canary installs
2 years ago
Łukasz 'sil2100' Zemczak
a027e767d2
Explicitly use the snap binary for ubuntu-image.
2 years ago
Łukasz 'sil2100' Zemczak
157e4b2ac2
Better support for ubuntu-image artifact handling.
2 years ago
Łukasz 'sil2100' Zemczak
fdf685fc5e
Be more verbose when using ubuntu-image, use the ubuntu-image stable snap.
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
Łukasz 'sil2100' Zemczak
8eba29578e
Fix small typo
2 years ago
Łukasz 'sil2100' Zemczak
8b6085bb67
Some initial work on getting Ubuntu Budgie building new installer images.
2 years ago
Steve Langasek
5157d775f9
The base seed for edubuntu is desktop-gnome, not desktop. LP: #2019060 .
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
Michael Hudson-Doyle
cafbd6f7d6
actual content change to drop edubuntu referencing ubuntu-desktop-minimal task
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
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
55ecac3ca7
canary: include cryptsetup in the live layer
2 years ago
Steve Langasek
cfbcf2d690
Use the correct seed base for edubuntu. LP: #2019060 .
2 years ago
Łukasz 'sil2100' Zemczak
fba9d176a6
Add cinnamon, unity and edubuntu to the workaround list.
2 years ago
Steve Langasek
4112488a44
Merge remote-tracking branch 'lool/add-tegra-liver-server' into ubuntu/master
2 years ago
Loïc Minier
9f3b345b06
Initial support for NVIDIA Tegra
...
live-build/auto/config:
- for Ubuntu Server live images and the arm64+tegra full arch, build a
tegra variant with linux-nvidia-tegra as the flavor and
linux-nvidia-tegra as the kernel meta-package
- default to nvidia-$SUBARCH as the kernel flavor for all images using
arm64+tegra as full arch
hooks/03-kernel-metapkg.chroot_early:
- use linux-nvidia-tegra as kernel meta-package for the nvidia-tegra
flavor
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
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
Łukasz 'sil2100' Zemczak
6a2cb2be27
Fix using the wrong branch name for ubuntu-image.
2 years ago
Łukasz 'sil2100' Zemczak
1fe8f8f178
Another missed change - pass IMAGEFORMAT further down.
2 years ago
Łukasz 'sil2100' Zemczak
59f12263ed
Some missing changes for image definition handling.
2 years ago
Łukasz 'sil2100' Zemczak
959011d5fc
Some fixes per review - thanks Dan!
2 years ago
Łukasz 'sil2100' Zemczak
7673c4f98f
For now, don't build the base images with ubuntu-image.
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
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
Heinrich Schuchardt
d42c7c5989
Add image for StarFive VisionFive 2
...
SUBARCH=visionfive2 is used to build images for the StarFive VisionFive 2
boards. For the device-tree we assume board revision 1.3B.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2 years ago
Steve Langasek
e1090424bb
Update URL to point to ubuntu-archive-team.ubuntu.com.
2 years ago
Łukasz 'sil2100' Zemczak
19ef20f0bb
Fix typo.
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
Dan Bungert
0d61fce909
Add ubuntu-mini-iso project
2 years ago
Łukasz 'sil2100' Zemczak
912e15c7fc
Explicitly define the kernel flavor for ubuntucinnamon.
2 years ago
Łukasz 'sil2100' Zemczak
73f0355304
cinnamon: don't use the live task as well.
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
f10fd68124
Add ubuntucinnamon to the seed-determination switch-case.
2 years ago
Dimitri John Ledkov
63317374e5
auto/config: Add support for ubuntu core arm64 generic images
...
LP: #2009067
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
2 years ago
Sean Davis
91e1771b03
Remove snap base seed for xubuntu:minimal
2 years ago
Steve Langasek
b4190c7b97
Clarified with Erich that edubuntu should install ubuntu-desktop-minimal task.
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
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
88f8976e64
Terrible hack workaround for clearing out the non-offline apt cache for desktop related images.
2 years ago
Łukasz 'sil2100' Zemczak
1ec696a842
Add ubuntucinnamon.
2 years ago
Didier Roche
199644871f
WSL: do not depend on standard anymore.
...
Evolve the seed to only ship the specific part useful to WSL users. This
allows to trim down the image size.
Co-authored-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
2 years ago
Steve Langasek
202ad011c1
Merge remote-tracking branch 'edubuntu-dev/ubuntu/master' into ubuntu/master
2 years ago
Erich Eickmeyer
55c7d5720d
Bring back Edubuntu
2 years ago
Sean Davis
6cf691e25b
Make xubuntu minimal a subproject
2 years ago
Sean Davis
cf6104b94e
Rename task to xubuntu-desktop-minimal
2 years ago
Sean Davis
c72e5c8d03
Rename Xubuntu Core > Xubuntu Minimal
2 years ago
Sean Davis
fa81e76cbe
Enable xubuntu-core
2 years ago
Łukasz 'sil2100' Zemczak
c56e7aab04
Minor code-duplication removal.
2 years ago
Łukasz 'sil2100' Zemczak
beada31662
Use ubuntu-image image definitions for riscv, raspi and ubuntu-base builds.
2 years ago
Sebastien Bacher
12846905fd
Change the desktop build to let canary be the default
2 years ago