2397 Commits

Author SHA1 Message Date
Łukasz 'sil2100' Zemczak
c38c425704 Re-release. 2024-03-20 09:52:26 +01:00
Łukasz 'sil2100' Zemczak
3c481df33c Add grub-common to the deps. 2024-03-20 09:46:38 +01:00
Łukasz 'sil2100' Zemczak
b7e0e1b433 Test commit. 2024-03-19 16:18:41 +01:00
Łukasz 'sil2100' Zemczak
41f4ccf0a6 releasing package livecd-rootfs version 2.765.40 2024-02-20 11:01:13 +01:00
Łukasz 'sil2100' Zemczak
ef87b2b2d5 Handle the allwinner kernel in the same way as we handle generic 2024-02-20 09:54:14 +01:00
Michael Hudson-Doyle
43133764fd releasing package livecd-rootfs version 2.765.39 2024-02-19 09:25:24 +13:00
Michael Hudson-Doyle
11b5162b14 Use flock to avoid races with systemd-udevd that cause loop device partitions to briefly disappear. (LP: #2045586) 2024-02-19 06:55:19 +13:00
Łukasz 'sil2100' Zemczak
eb987eae64 releasing package livecd-rootfs version 2.765.38 2024-01-25 12:10:52 +01:00
Łukasz 'sil2100' Zemczak
071611b708 Merge branch 'jammy-64k' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/jammy 2024-01-25 12:06:16 +01:00
Philip Roche
79432bfc4d fix: d/changelog debian-changelog-line-too-long line 3 for version 2.765.37
This fixes lintian error

```
W: livecd-rootfs: debian-changelog-line-too-long line 3
```
2024-01-22 16:25:52 +00:00
Łukasz 'sil2100' Zemczak
e8f7935ffa Add changelog. 2024-01-22 16:54:24 +01:00
Philip Roche
34dea62ef0 fix: Fix calls to unminimize if lxd-installer package not present (LP: #2049723)
The unminimize script will try to install the lxd snap using the shim script
`/usr/sbin/lxd` from the lxd-installer package.

Previously `unminimize` was using `snap`
to install `lxd` directly which was being diverted by diverting the `snap` command.

This is no longer the case so we can remove `/usr/sbin/lxd` from the lxd-installer package
if it exists and then redirect any calls to `/usr/sbin/lxd` to `/bin/true`.
2024-01-22 13:27:12 +00:00
Utkarsh Gupta
8a59f9d4ee Update d/ch for 2.765.36 release 2024-01-19 18:09:10 +05:30
Thomas Bechtold
373b5b6338 Update d/changelog 2024-01-19 09:39:31 +01:00
Utkarsh Gupta
26342a6e15 Change UNRELEASED -> jammy as it has been uploaded 2024-01-18 16:18:21 +05:30
Łukasz 'sil2100' Zemczak
e117bfdfee Merge branch 'ubuntu/jammy' of git+ssh://git.launchpad.net/livecd-rootfs into jammy-pi-fix 2024-01-15 16:52:58 +01:00
Łukasz 'sil2100' Zemczak
154ff7d44e releasing package livecd-rootfs version 2.765.34 2024-01-15 16:43:29 +01:00
Łukasz 'sil2100' Zemczak
3b4c889c3d Remove comments in the debian/control dependencies as it was causing the package build to fail. 2024-01-15 16:42:05 +01:00
Łukasz 'sil2100' Zemczak
33362993d1 For raspi preinstalled builds, use a per-series dedicated gadget branch. 2024-01-15 11:39:33 +01:00
Utkarsh Gupta
c558aa3653 Update d/ch for 2.765.33 release 2024-01-11 16:50:45 +05:30
Steve Langasek
74cdef3a14 Merge branch 'no-kpartx-on-jammy' into ubuntu/jammy 2023-12-06 23:55:41 -08:00
Brian Murray
a319c1fe80 releasing package livecd-rootfs version 2.765.32 2023-12-06 11:03:27 -08:00
Brian Murray
c70fbe0a15 arm: fix console parameter for ARM cloud-images (LP: #2036730) 2023-12-06 11:02:58 -08:00
Steve Langasek
f45bf21636 Include bug ref in changelog.
Bug-Ubuntu: https://bugs.launchpad.net/bugs/2045797
2023-12-06 10:59:00 -08:00
Steve Langasek
fe04dedbf8 Document in debian/control that kpartx dep is for CPC 2023-12-04 08:33:42 -08:00
Steve Langasek
582c081675 Use losetup instead of kpartx to resolve race conditions in riscv64 image builds. 2023-12-03 22:07:08 -08:00
Steve Langasek
786eb7dc4c releasing package livecd-rootfs version 2.765.31 2023-12-03 21:53:43 -08:00
Steve Langasek
5f3f87e780 typos 2023-12-03 21:50:44 -08:00
Steve Langasek
ea630ac812 Merge remote-tracking branch 'jchittum/backport-apparmor65-lp2037567' into ubuntu/jammy 2023-12-03 21:50:08 -08:00
Philip Roche
11d1063be4 fix: Enable snap preseeding with ppc64el images where /boot/vmlinux is used instead of /boot/vmlinuz. (LP: #2038957)
ppc64el still uses /boot/vmlinux so we need to determine the boot file name as non ppc64el use /boot/vmlinuz. This
is then used to determine the kernel major minor version installed so that the correct apparmor features can be used
during snap preseeding. This preseeding was failing for ppc64el for the mantic 6.5 kernel as the /boot/vmlinuz
being checked did not exist.

(cherry picked from commit 089646a32f927f32e9e8961e231391f0bcb6f66b)

# Conflicts:
#	debian/changelog
#	live-build/functions
2023-10-27 12:51:48 +01:00
Philip Roche
0687a14b91 Fix d/ch formatting for 2.765.29 2023-10-27 12:01:43 +01:00
Steve Langasek
40a3b73b5e The chroot tmpfs mount should only be /var/lib/apt/lists, not /var/lib/apt; the latter breaks changes to /var/lib/apt/extended_states. LP: #2036195.
(cherry picked from commit 1deccc2edd7f139b84a6cb3d0a4dfe5ebaff50c7)

# Conflicts:
#	debian/changelog
2023-10-26 16:42:22 +01:00
John Chittum
3cec0a6714
Update changelog 2023-10-19 07:24:53 -05:00
Utkarsh Gupta
0d57b51e61 Update d/ch for 2.765.28 release 2023-10-04 13:50:19 +05:30
Steve Langasek
26b87e3cfb releasing package livecd-rootfs version 2.765.27 2023-09-27 22:59:08 -07:00
Thomas Bechtold
185a22afe5 Add debian/changelog 2023-09-19 13:56:43 +02:00
Steve Langasek
0d2e6a7675 releasing package livecd-rootfs version 2.765.26 2023-09-07 13:01:56 -07:00
John Chittum
9b40297ccc
doc: open release 2023-09-07 14:40:33 -05:00
Michael Hudson-Doyle
59732bc789 Remove additional dependencies from subiquity units as they are now interfering with the boot process. (LP: #2028862)
(cherry picked from commit 4f6f63dd6b53cc9eb44dfa09b2507e9406c8c923)
2023-08-28 14:15:58 -06:00
Dan Bungert
95c6b911f8 changelog 2023-08-28 14:14:33 -06:00
Utkarsh Gupta
280eed7ddd Add # for the tooling to pick up the bug 2023-08-21 15:20:50 +05:30
Utkarsh Gupta
2cb1124d3f Update d/ch for 2.765.24 release 2023-08-19 03:26:33 +05:30
Łukasz 'sil2100' Zemczak
aec2395457 Add changelog entry. 2023-05-23 16:41:33 +02:00
Steve Langasek
423a4936f6 releasing package livecd-rootfs version 2.765.22 2023-05-18 15:19:44 -07:00
Steve Langasek
4e2f279f9c Fix up changelog to have proper LP bug ref 2023-05-18 15:19:33 -07:00
Steve Langasek
5ac4df3a1a Drop use of --removable flag to grub-install from buildd/hooks
This now matches the cloud images (7c760864fdcb278ca37396f06f5e3f297428d63d)
fixing bootloader updates in the buildd images, but also fixing
compatibility with using devtmpfs for losetup.
2023-05-18 15:16:29 -07:00
Steve Langasek
9e370c2ce4 releasing package livecd-rootfs version 2.765.21 2023-04-10 08:05:41 -07:00
John Chittum
85c6eb1535
open 2.765.21 in changelog 2023-04-07 14:51:59 -05:00
Łukasz 'sil2100' Zemczak
3effc18b69 releasing package livecd-rootfs version 2.765.20 2023-03-17 12:37:35 +01:00
Łukasz 'sil2100' Zemczak
2075062139 Enable building intel-iot live-server images. 2023-03-17 12:34:42 +01:00