~jchittum/livecd-rootfs:jammy-62-featureset

Last commit made on 2023-08-18
Get this branch:
git clone -b jammy-62-featureset https://git.launchpad.net/~jchittum/livecd-rootfs
Only John Chittum can upload to this branch. If you are John Chittum please log in for upload directions.

Branch merges

Branch information

Name:
jammy-62-featureset
Repository:
lp:~jchittum/livecd-rootfs

Recent commits

41df4f5... by John Chittum

fix: 6.2 kernel missing feature

LP: 2031943

Same issue as affected 5.19. 6.2 apparmor featureset differs from 5.15.
Identified the same feature as 5.19, so copied over.

populated 6.2 with all of generic directory as well. Compatibility mode for
possible future change

aec2395... by Łukasz Zemczak

Add changelog entry.

32d9a1b... by Łukasz Zemczak

Merge branch 'jammy-add-tegra-live-server' of git+ssh://git.launchpad.net/~lool/livecd-rootfs/+git/jammy-add-tegra-live-server into ubuntu/jammy

423a493... by Steve Langasek

releasing package livecd-rootfs version 2.765.22

4e2f279... by Steve Langasek

Fix up changelog to have proper LP bug ref

5ac4df3... by Steve Langasek

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.

9e370c2... by Steve Langasek

releasing package livecd-rootfs version 2.765.21

35fef6b... by Loïc Minier

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 and enable all
  components 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

85c6eb1... by John Chittum

open 2.765.21 in changelog

e1fca53... by John Chittum

feat: add 5.19 kernel apparmor features

the 5.19 kernel added ipc posix_mqueue apparmor features. the generic
set of apparmor features for the 5.15 LTS jammy kernel does not have
this feature. Along with the commit "support kernel with different
apparmor feats", this ensures that the HWE kernel for 5.19 has a
matching set.

note that on the next HWE roll, another directory will need to be added.
For each new HWE kernel roll, checking capabilities, creating the
directory, and adding the correct features will be required.