Michael Hudson-Doyle
a3363733ff
releasing package livecd-rootfs version 24.04.86
2025-02-17 11:32:33 +13:00
Michael Hudson-Doyle
46fae973d7
Do not build HWE kernel layer on RISC-V as there is no HWE kernel there.
2025-02-17 11:31:54 +13:00
Dan Bungert
5e36233d82
releasing package livecd-rootfs version 24.04.85
2025-02-13 07:48:03 -07:00
Utkarsh Gupta
de15c55ef0
Update d/ch for 24.04.84 release
2025-02-13 03:16:44 +05:30
Didier Roche
5545bf057e
releasing package livecd-rootfs version 24.04.83
2025-01-23 15:37:42 +01:00
Loïc Minier
a81a1c20c7
Add support for arm64+tegra-jetson flavor. (LP: #2091392 )
2024-12-13 17:54:01 +00:00
Utkarsh Gupta
a2058724c4
Update d/ch for 24.04.81 release
2024-11-20 15:44:45 +05:30
John Chittum
9a970b2ca2
changelog
2024-11-07 08:12:50 -05:00
Thomas Bechtold
70d7c43d6a
Add debian/changelog entry
2024-10-18 13:55:39 +02:00
John Chittum
0b2af5aa60
add changelog entry
2024-09-26 17:04:57 +12:00
Michael Hudson-Doyle
d3ef751279
commit hotfix upload
2024-09-26 17:04:12 +12:00
Utkarsh Gupta
9ffb24c8f7
Add SRU bug in d/ch entry
2024-08-23 11:03:33 +05:30
Utkarsh Gupta
aa3481c960
Update d/ch for 24.04.77 release
2024-08-21 12:09:45 +05:30
Michael Hudson-Doyle
47c1a539d6
releasing package livecd-rootfs version 24.04.76
2024-08-21 16:14:10 +12:00
Michael Hudson-Doyle
9441bbdfb5
Force latest/stable/ubuntu-24.10 subiquity onto the ubuntu-core-installer ISO for now.
2024-08-21 15:58:08 +12:00
Michael Hudson-Doyle
5a4991ade3
add reference to SRU bug to changelog
2024-08-08 16:50:13 +12:00
Michael Hudson-Doyle
a99b788ebc
releasing package livecd-rootfs version 24.04.75
2024-07-30 16:35:50 +12:00
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.
2024-07-25 17:26:22 +12:00
Łukasz 'sil2100' Zemczak
2215660a7d
releasing package livecd-rootfs version 24.04.74
2024-07-24 16:17:29 +01:00
Heinrich Schuchardt
1da6867784
riscv64: preinstalled server image for Microchip PIC64GX Curiosity Kit
...
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2024-07-24 11:26:05 +02:00
Łukasz 'sil2100' Zemczak
69b47ce2fe
releasing package livecd-rootfs version 24.04.73
2024-07-11 13:17:09 +02:00
Łukasz 'sil2100' Zemczak
bb44f093c9
Backport the qcow2 ubuntu-core image generation for LXD support.
2024-07-11 13:16:40 +02:00
Philip Roche
a0dea8f6e2
d/ch change to upload 24.04.72 noble
2024-06-25 12:23:43 +01:00
Philip Roche
62a80ac00a
fix: Revert removal of unminimize call in server builds (LP: #2069828 )
...
There was a change made by me in https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/466388
as part of LP: #2066905 to remove references to LXD in the unminimize scripts
but I also removed the calls to `unminimize` in error.
This still needs to run but without any references to LXD which no longer
needs to be `unminimized` via snap installation.
(cherry picked from commit f574fc8200d8a4c7837288c5d2aa1e515137bb55)
2024-06-24 17:26:07 +01:00
Heinrich Schuchardt
05933ff83f
riscv64: use earlycon=sbi on command line
...
With current kernel we need to specify the SBI driver
for the early console to work.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2024-06-07 16:21:32 +02:00
Philip Roche
bfb829c64d
fix: Remove .idea pycharm directories and files committed in error as part of merge commit.
...
Apologies. Trying to do too many things at once
2024-05-27 12:40:56 +01:00
Philip Roche
13ec478feb
d/ch change to upload 24.04.71 noble
2024-05-27 12:06:44 +01:00
Philip Roche
639f04b7b9
Merge feature/re-enable-noble-hyperv-desktop-builds-noble into ubuntu/noble [a=philroche] [r=mwhudson,utkarsh]
...
feat: Re-enable ability to build HyperV desktop images (LP: #2064280 )
We have not built Hyperv desktop images since Jammy and with the re-introduction of
HyperV for Noble we have encountered build issues caused by refactoring and removals
of code assumed to be redundant but the HyperV desktop images were actually using
these code paths.
This is a backport/SRU from oracular.
MP: https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/466385
# Conflicts:
# debian/changelog
2024-05-27 12:06:31 +01:00
Philip Roche
073d7e0404
d/ch change to upload 24.04.70 noble
2024-05-27 11:11:12 +01:00
Philip Roche
5507ca8d83
fix: No longer install LXD snap in unminimize script (LP: #2066905 )
...
The LXD snap is no longer seeded in any images since Noble+ so the LXD related unminimize logic in
./live-build/auto/build?h=ubuntu/noble and ./live-build/ubuntu-server/hooks/01-unminimize.chroot_early
is no longer required.
lxd-installer can remain installed.
(cherry picked from commit 46c19dfa913c133042d62e0caa2d2d526cd9bb7f)
2024-05-24 15:48:21 +01:00
Philip Roche
49a14274d1
d/ch update for 24.04.70 to re-enable ability to build HyperV desktop images (LP: #2064280 )
2024-05-24 15:34:40 +01:00
Łukasz 'sil2100' Zemczak
e001491e47
Add changelog.
2024-04-24 10:54:35 +01:00
Dan Bungert
2c268fca31
releasing package livecd-rootfs version 24.04.69
2024-04-23 13:37:07 -06:00
Dan Bungert
9946962363
desktop: move udisks2-inhibit to service (LP: #2063192 )
2024-04-23 09:57:57 -06:00
Dan Bungert
58d01c0d05
changelog
2024-04-23 09:06:29 -06:00
Łukasz 'sil2100' Zemczak
04c1fdc899
releasing package livecd-rootfs version 24.04.68
2024-04-23 15:25:57 +01:00
Łukasz 'sil2100' Zemczak
a8af6ce59e
Rename the milk-v-mars SUBARCH to milkvmars
2024-04-23 15:22:36 +01:00
Łukasz 'sil2100' Zemczak
f56d59226b
releasing package livecd-rootfs version 24.04.67
2024-04-22 13:45:35 +01:00
Łukasz 'sil2100' Zemczak
296d580564
Update the 24.04 models.
2024-04-22 13:45:06 +01:00
Łukasz 'sil2100' Zemczak
84dcd0ee53
Changelog entry.
2024-04-22 13:01:06 +01:00
Łukasz 'sil2100' Zemczak
1cceeae5bd
releasing package livecd-rootfs version 24.04.66
2024-04-22 09:14:08 +01:00
Łukasz 'sil2100' Zemczak
a7bd933154
Changelog entry.
2024-04-22 09:12:33 +01:00
Łukasz 'sil2100' Zemczak
0e0403e491
releasing package livecd-rootfs version 24.04.65
2024-04-18 19:37:07 +02:00
Łukasz 'sil2100' Zemczak
4f4bd8e4ed
Add changelog
2024-04-18 19:36:35 +02:00
Łukasz 'sil2100' Zemczak
ce40dc102f
releasing package livecd-rootfs version 24.04.64
2024-04-18 19:01:52 +02:00
Łukasz 'sil2100' Zemczak
d6443ce289
24.04 model assertion.
2024-04-18 18:58:17 +02:00
Philip Roche
f89c096cbf
Updating uploader in d/ch for release 24.04.63
2024-04-17 18:30:06 +01:00
Philip Roche
6dd4f23909
releasing package livecd-rootfs version 24.04.63
2024-04-17 18:27:03 +01:00
Simon Poirier
1de327d78a
Update d/ch for version 24.04.63
2024-04-17 18:05:25 +01:00
Dan Bungert
21b02cd6d2
releasing package livecd-rootfs version 24.04.62
2024-04-15 22:40:45 -06:00