]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc made by "/usr/bin/apt full-upgrade -y"
authorFrank Brehm <frank@brehm-online.com>
Thu, 24 Nov 2022 23:19:42 +0000 (00:19 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Thu, 24 Nov 2022 23:19:42 +0000 (00:19 +0100)
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
update-motd.d/91-contract-ua-esm-status

index 1b66441f3c38e7f8e1477ede3e1c0c604fedf2ff..45887d840d380156bf9cd15f68136730e282426e 100644 (file)
@@ -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: |
index ceb22723c336e5a0c309daa5c0b2c1003d9669db..cc823340c157f7b863b6b2da6d653483de19a620 100755 (executable)
@@ -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"