Loïc Minier
a81a1c20c7
Add support for arm64+tegra-jetson flavor. (LP: #2091392 )
4 weeks ago
Utkarsh Gupta
6047e22319
Introduce unminimize as a package in OCI images (LP: #2078583 )
...
With having unminimize split out from livecd-rootfs, we should
re-introduce it as a package for, at least, Noble so that it's
not seen as a regression. From 24.10 and onward, we're going to
drop it altogether.
2 months ago
Michael Hudson-Doyle
0df4234c28
Add 'ubuntu-core-installer' project.
...
The ubuntu-core-installer image is an installer that installs ubuntu
core. The environment the installer runs in is similar to the server
installer but it has a source catalog entry that points to the model
created in ubuntu-core-installer/hooks/05-prepare-image.binary, which
subiquity knows how to install.
6 months ago
Heinrich Schuchardt
1da6867784
riscv64: preinstalled server image for Microchip PIC64GX Curiosity Kit
...
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
6 months ago
Łukasz 'sil2100' Zemczak
5e27db4e69
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu-core-desktop-noble
9 months ago
Łukasz 'sil2100' Zemczak
a8af6ce59e
Rename the milk-v-mars SUBARCH to milkvmars
9 months ago
Łukasz 'sil2100' Zemczak
daf856277e
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu-core-desktop-noble
9 months ago
Heinrich Schuchardt
a3a51beeaf
riscv: add pre-installed image for Milk-V Mars
...
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
9 months ago
Aaron Rainbolt
6617c4d779
Allow Multiverse packages in Kubuntu.
9 months ago
Łukasz 'sil2100' Zemczak
e575146fae
Forward-port the ubuntu-core-desktop changes to noble.
9 months ago
Steve Langasek
ef9f827922
Dedupe handling of catalog translations
9 months ago
Steve Langasek
f8660ee75e
Move catalog handling into the common function
9 months ago
Steve Langasek
afd93b77bc
Move seeded language handling into do_layered_desktop_image
...
This fixes a bug in Ubuntu Budgie which was actually failing to pick up the
English language seed
9 months ago
Steve Langasek
768f0e6bee
Refactor task/package handling for new installer images
...
do_layered_desktop_image() is now the standard entry point for flavors using
ubuntu-desktop-bootstrap and handles minimal/standard/live layers in a
configurable and flavor-agnostic way to reduce code duplication.
9 months ago
Steve Langasek
92e6c54dc9
Invert check for whether to include casper since the "yes" list is now much shorter than the "no" list
9 months ago
Łukasz 'sil2100' Zemczak
ac9fd8fd4c
Fix the UC24 builds: use --snap instead of --extra-snaps.
9 months ago
Steve Langasek
fa8046aab8
Drop use of 'laptop' for x13s as this is now migrated to generic.
9 months ago
Dan Bungert
ff3cedb0b7
budgie: remove add_snap of ubuntu-budgie-installer, ubuntu-desktop-bootstrap is used instead.
9 months ago
Łukasz 'sil2100' Zemczak
a907749a08
Add console-conf to UC24 extra snaps by default
9 months ago
Simon Quigley
7c9be14510
Ensure the proper hooks are copied for Ubuntu MATE (LP: #2058161 ).
9 months ago
Dan Bungert
12f5badcf8
Flavors: cloud-init needs to be present in Subiquity-based installers.
9 months ago
Steve Langasek
2ba029ab9d
Drop dkms from the riscv64 lichee images.
...
This was added for licheerv-rtl8723ds-dkms which is now dropped from
the archive (LP: #2059151 ).
10 months ago
Łukasz 'sil2100' Zemczak
4476f60b9b
Add support for building Ubuntu Core 24 images.
10 months ago
Steve Langasek
2bf710b4af
Move from hwe-22.04 to hwe-24.04 throughout, hwe-22.04 is obsolete and to be dropped from the release pocket imminently.
10 months ago
Sebastien Bacher
a2ebc11be0
Rename the casper.gschema override to livecd-rootfs.override
...
to try to avoid conflicts with the override generated in casper
10 months ago
Dan Bungert
5ac0d924ce
copy include.* directories for subiquity desktop install ISOs
...
ubuntu/include.* are the master location for these files.
Copy them over for projects with similar needs, while skipping ones that
are incorrect.
LP: #2055077
10 months ago
Erich Eickmeyer
10e718a019
Switch Ubuntu MATE to layered image
...
Ubuntu MATE is switching to a layered image in preparation to
use ubuntu-desktop-provision. Luckily, their seed structure is
already well-structured for layering, so this is easily done.
10 months ago
Steve Langasek
de9cb48be0
Merge remote-tracking branch 'feng-kylin/ubuntu/master' into ubuntu/master
10 months ago
Dan Bungert
5787be2b0c
ubuntu-mini-iso: remove hardcoded dependencies
10 months ago
handsome_feng
34fb57e362
Ubuntu Kylin ship to new installer
10 months ago
Sean Davis
007e26d80e
xubuntu: Fix description 2-line indentation
11 months ago
Sean Davis
d9a37fa351
xubuntu: Fix the variable KERNEL_FLAVOURS
11 months ago
Steve Langasek
db5f662019
Also move the definition next to where it is used
11 months ago
Steve Langasek
bf5a799935
Pare down 'BASE_SEED' handling to only those flavors which still use it.
...
Per the comments, BASE_SEED was initially used to identify the seed in the
flavor to use for identifying preseeded snaps, and later was also used to
identify which "minimal-remove" seed to apply to an image.
The first usage is now obsolete after a refactor; we now correctly detect
snaps from any of the included seeds without needing an explicit
declaration.
The second usage only applies to installer images that are NOT using layered
squashfs, since for these images 'minimal' is a separate squashfs layer
rather than a list of packages to remove after the fact.
Refactor this code to eliminate pointless definitions of BASE_SEED and
define it only for the subset of flavors today that:
- have a 'minimal-remove' seed
- are not using layered squashfs.
11 months ago
Steve Langasek
45521e71cd
Fix overlooked syntax error
11 months ago
Sean Davis
5d23ea3d83
Smarter layering (thanks vorlon)
11 months ago
Sean Davis
dabcbc0d28
Ensure only one default catalog
11 months ago
Sean Davis
1972d27866
Only generate minimal.live when building minimal
11 months ago
Sean Davis
dea479a2b1
Better laying of tasks
11 months ago
Sean Davis
ea16e4ef5a
Minimize duplication
11 months ago
Sean Davis
ba38059b0b
Copy ubuntu-cinnamon setup
11 months ago
Steve Langasek
77036593d7
Drop references to ubuntu-gnome which is not a current flavor.
11 months ago
Erich Eickmeyer
3ec5c06b4f
Copy configs
11 months ago
Erich Eickmeyer
e950cb2aa8
Change Ubuntu Cinnamon to layered image
...
Ubuntu Cinnamon now uses the new installer and therefore needs to be a layered image to accommodate the minimal install option.
11 months ago
Michael Hudson-Doyle
9e42d66ed5
Merge branch 'copy-hooks-more' into ubuntu/master
11 months ago
Michael Hudson-Doyle
810458d2a4
Edubuntu, Ubuntu Studio and Ubuntu Budgie have hooks in live-build/${PROJECT}/hooks now but they need to be copied to config/ to do anything.
11 months ago
Sebastien Bacher
fdf1a22b92
Use the ubuntu-desktop-bootstrap snap as the Ubuntu Desktop installer
11 months ago
Łukasz 'sil2100' Zemczak
3a99b297d4
For ubuntu-server, consider the actual kernel flavor when dealing with netboot layers - even if we don't really care in the end.
12 months ago
Utkarsh Gupta
d58a31e130
Merge remote-tracking branch 'utkarsh/drop-python3-systemd' into ubuntu/master
...
* utkarsh/drop-python3-systemd:
Update d/ch for 24.04.20 release
Drop python3-systemd from our minimized builds
12 months ago
Łukasz 'sil2100' Zemczak
54100874a4
Merge branch 'noble-64k' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/master
12 months ago