From d4efe2785b9975a976391fe0ac51a01a99559621 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Jul 2022 19:51:44 +0200 Subject: Adding lazy detection in container info command for Debian 12 (booworm). Signed-off-by: Daniel Baumann --- libexec/container/info | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libexec/container/info b/libexec/container/info index 68666bb..0888cc8 100755 --- a/libexec/container/info +++ b/libexec/container/info @@ -167,6 +167,10 @@ case "${VERSION_BASH}" in OS="Debian 11 (bullseye)" ;; + 5.2*) + OS="Debian 12 (bookworm)" + ;; + *) OS="n/a" ;; -- cgit v1.2.3