Dan Bungert
aed3f70b29
releasing package livecd-rootfs version 24.04.59
9 months ago
Philip Roche
6e22e4d044
fix: Update d/ch for 24.04.59
...
This includes changes to address LP: #2060558
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
e0274d1697
releasing package livecd-rootfs version 24.04.58
9 months ago
Łukasz 'sil2100' Zemczak
a907749a08
Add console-conf to UC24 extra snaps by default
9 months ago
Simon Quigley
9d1f478a76
Add a changelog entry
9 months ago
Dan Bungert
5be334018f
releasing package livecd-rootfs version 24.04.56
10 months ago
Dan Bungert
12f5badcf8
Flavors: cloud-init needs to be present in Subiquity-based installers.
10 months ago
Dan Bungert
d15b6d4fd6
changelog
10 months ago
Steve Langasek
65de90a1b4
releasing package livecd-rootfs version 24.04.55
10 months ago
Steve Langasek
e29c91207e
No-change rebuild for CVE-2024-3094
10 months ago
Dan Bungert
e3365c7b16
releasing package livecd-rootfs version 24.04.54
10 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
Erich Eickmeyer
c76196b7e7
Update changelog
10 months ago
Dan Bungert
92ee910f19
releasing package livecd-rootfs version 24.04.53
10 months ago
Łukasz 'sil2100' Zemczak
4476f60b9b
Add support for building Ubuntu Core 24 images.
10 months ago
Steve Langasek
64b811ac88
releasing package livecd-rootfs version 24.04.52
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
ca4d39835e
releasing package livecd-rootfs version 24.04.51
10 months ago
Utkarsh Gupta
a3fb125bb9
Update d/ch for 24.04.50 release
10 months ago
Utkarsh Gupta
c86e4eff1a
Add NOW env variable in autopkgtest
...
It was found out that autopkgtests didn't pass the NOW env variable
which is generally provided by the launchpad-buildd build and thus
the autpkgtests fail.
10 months ago
Dan Bungert
e4b938adbf
changelog
10 months ago
Steve Langasek
4299e5fe5b
releasing package livecd-rootfs version 24.04.49
10 months ago
Steve Langasek
f4daceb61d
changelog
10 months ago
Utkarsh Gupta
e18fd763ea
Update d/ch for 24.04.48 release
10 months ago
Utkarsh Gupta
5b06864cea
Update d/ch for 24.04.47 release
10 months ago
John Chittum
edb396d45b
changelog entry
...
drop support for armhf uefi booting vm images (LP: #2057776 )
10 months ago
Steve Langasek
a580abfcff
releasing package livecd-rootfs version 24.04.46
10 months ago
Steve Langasek
7c4db57e7e
changelog
10 months ago
Dan Bungert
5787be2b0c
ubuntu-mini-iso: remove hardcoded dependencies
10 months ago
Utkarsh Gupta
35bf43889b
Update d/ch for 24.04.45 release
10 months ago
Jess Jang
369806013f
fix: Add changelog
...
Changelog to describe change
10 months ago
Chad Smith
0c53dae35d
functions: cloud-init clean script needs to declar interpreter
...
LP: #2055729
11 months ago
Łukasz 'sil2100' Zemczak
db991ce7d9
releasing package livecd-rootfs version 24.04.44
11 months ago
Łukasz 'sil2100' Zemczak
0e4eec7adb
Use ubuntu-image from candidate.
11 months ago
Philip Roche
6ec3931471
releasing 24.04.43
11 months ago
Philip Roche
fe6b9ef9f8
fix d/ch for 24.04.41
...
Incorrect spacing on author name and lowercase lp instead of LP
11 months ago
Philip Roche
e65a499069
fix: Set the required debconf settings to allow for non interactive grub updates in cloud images (LP: #2054103 )
...
As part of addressing LP: #2054103 [1] an update to grub-pc added a feature to be able to ensure that grub-pc
installation can happen noninteractively on cloud images.
This change is equivalent to running
```
debconf-set-selections grub-pc grub-efi/cloud_style_installation boolean true
debconf-set-selections grub-pc grub-pc/cloud_style_installation boolean true
```
These were introduced optionally to determine the install device using
`grub-probe` dynamically instead of having to fill the `grub-pc/install-devices`
debconf entry.
[1] https://bugs.launchpad.net/cloud-images/+bug/2054103
11 months ago
Brian Murray
75d2ea1c1a
releasing package livecd-rootfs version 24.04.42
11 months ago
Brian Murray
ac706d517e
xubuntu: Fix description 2-line indentation.
11 months ago
Philip Roche
16e4a7e442
releasing package livecd-rootfs version 24.04.41
11 months ago
Simon Poirier
1ac8e6dcec
Update changelog.
11 months ago
Brian Murray
3ff34303ec
releasing package livecd-rootfs version 24.04.40
11 months ago
Łukasz 'sil2100' Zemczak
da41618121
releasing package livecd-rootfs version 24.04.39
11 months ago
Łukasz 'sil2100' Zemczak
cf5124e912
Fix changelog version.
11 months ago
Łukasz 'sil2100' Zemczak
ace66cbb52
Attempt building netboot tarballs for largemem arm64 server images.
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
f64c281a3f
releasing package livecd-rootfs version 24.04.38
11 months ago
Steve Langasek
45521e71cd
Fix overlooked syntax error
11 months ago
Steve Langasek
5fc0c52a00
releasing package livecd-rootfs version 24.04.37
11 months ago