From a1181415a7f2c5834053513988d11fa945259303 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 25 Nov 2022 00:19:42 +0100 Subject: [PATCH] committing changes in /etc made by "/usr/bin/apt full-upgrade -y" Packages with configuration changes: -ubuntu-advantage-tools 27.11.3~22.04.1 amd64 +ubuntu-advantage-tools 27.12~22.04.1 amd64 Package changes: -google-chrome-stable 107.0.5304.110-1 amd64 +google-chrome-stable 107.0.5304.121-1 amd64 -libjbig0 2.1-3.1build3 amd64 +libjbig0 2.1-3.1ubuntu0.22.04.1 amd64 -ubuntu-advantage-tools 27.11.3~22.04.1 amd64 +ubuntu-advantage-tools 27.12~22.04.1 amd64 --- ubuntu-advantage/help_data.yaml | 12 +++++------- update-motd.d/91-contract-ua-esm-status | 8 ++++++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ubuntu-advantage/help_data.yaml b/ubuntu-advantage/help_data.yaml index 1b66441..45887d8 100644 --- a/ubuntu-advantage/help_data.yaml +++ b/ubuntu-advantage/help_data.yaml @@ -62,13 +62,11 @@ livepatch: realtime-kernel: help: | - The real-time kernel is a beta version of the 22.04 Ubuntu kernel with the - PREEMPT_RT patchset integrated for x86_64 and ARM64. It services extreme - latency-dependent use cases and provides deterministic response times to - service events. By meeting stringent preemption specifications, the - real-time kernel is suitable for telco applications and embedded devices - in industrial automation and robotics. To enroll in the beta program, visit - https://ubuntu.com/realtime-kernel + The real-time kernel is an Ubuntu kernel with PREEMPT_RT patches integrated. + It services latency-dependent use cases by providing deterministic response times. + The real-time kernel meets stringent preemption specifications and is suitable for + telco applications and dedicated devices in industrial automation and robotics. + The real-time kernel is currently incompatible with FIPS and Livepatch. ros: help: | diff --git a/update-motd.d/91-contract-ua-esm-status b/update-motd.d/91-contract-ua-esm-status index ceb2272..cc82334 100755 --- a/update-motd.d/91-contract-ua-esm-status +++ b/update-motd.d/91-contract-ua-esm-status @@ -1,4 +1,8 @@ #!/bin/sh -stamp="/var/lib/ubuntu-advantage/messages/motd-esm-service-status" +esm_stamp="/var/lib/ubuntu-advantage/messages/motd-esm-service-status" -[ ! -r "$stamp" ] || cat "$stamp" +[ ! -r "$esm_stamp" ] || cat "$esm_stamp" + +auto_attach_stamp="/var/lib/ubuntu-advantage/messages/motd-auto-attach-status" + +[ ! -r "$auto_attach_stamp" ] || cat "$auto_attach_stamp" -- 2.39.5